๐งช *Experimental Update โ PVP Guard*
Meridian can now detect PVP setups โ where the same symbol is running on a competing mint with a real pool eating into liquidity.
*What counts as a real rival*
โ same exact symbol
โ different mint
โ holders โฅ 500
โ Jupiter fees โฅ 30
โ DLMM pool with TVL > 5k
Dead clones and low-traction duplicates don't trigger it.
*Three modes*
โ ignore PVP completely
โ warn only
โ hard block
*How it runs*
Normal screening runs first. Only the top 2 finalists get checked for real PVP rivals โ no extra overhead on the full candidate list.
*Net effect:* better protection against split-liquidity traps, no noise from dead clones, and you control how aggressive the guard is.
Meridian can now detect PVP setups โ where the same symbol is running on a competing mint with a real pool eating into liquidity.
*What counts as a real rival*
โ same exact symbol
โ different mint
โ holders โฅ 500
โ Jupiter fees โฅ 30
โ DLMM pool with TVL > 5k
Dead clones and low-traction duplicates don't trigger it.
*Three modes*
avoidPvpSymbols: false + blockPvpSymbols: falseโ ignore PVP completely
avoidPvpSymbols: true + blockPvpSymbols: falseโ warn only
avoidPvpSymbols: true + blockPvpSymbols: trueโ hard block
*How it runs*
Normal screening runs first. Only the top 2 finalists get checked for real PVP rivals โ no extra overhead on the full candidate list.
*Net effect:* better protection against split-liquidity traps, no noise from dead clones, and you control how aggressive the guard is.
๐16โค6๐ฅ4
๐ข๐งช *Meridian Update โ Experimental + Main*
*Repeated OOR protection*
If a pool closes out-of-range 3 times in a row, Meridian puts it on cooldown. The cooldown also applies to the token mint โ so the agent won't reopen the same token through a different pool.
Defaults:
Both are configurable.
*Dry-run improvement*
Dry-run no longer requires real SOL balance. You can screen and simulate deploys with an empty wallet without hitting the balance guard.
*Provider compatibility fix*
Some LLM providers reject
*Security hardening*
โ no more auto-registration on first Telegram message
โ bot control now requires a configured chat ID + allowed user IDs
โ self-update and config mutation paths are tightened
โ narrative and memory text from untrusted sources is treated as hostile prompt data
*Net effect:* less re-entry into bad OOR tokens, easier dry-run testing, more stable replies across providers, and a safer bot overall.
*Repeated OOR protection*
If a pool closes out-of-range 3 times in a row, Meridian puts it on cooldown. The cooldown also applies to the token mint โ so the agent won't reopen the same token through a different pool.
Defaults:
oorCooldownTriggerCount: 3oorCooldownHours: 12Both are configurable.
*Dry-run improvement*
Dry-run no longer requires real SOL balance. You can screen and simulate deploys with an empty wallet without hitting the balance guard.
*Provider compatibility fix*
Some LLM providers reject
role: system and caused errors like invalid message role: system (2013). Meridian now retries automatically with a compatibility fallback instead of failing the request.*Security hardening*
โ no more auto-registration on first Telegram message
โ bot control now requires a configured chat ID + allowed user IDs
โ self-update and config mutation paths are tightened
โ narrative and memory text from untrusted sources is treated as hostile prompt data
*Net effect:* less re-entry into bad OOR tokens, easier dry-run testing, more stable replies across providers, and a safer bot overall.
โค20
jujur aja kalo kalian kalo profit gua ga dapet apa-apa, gua ga ngasih tip/fee ke wallet gua pribadi di codebase.
kalo kalian masih tanya hal-hal basic mending tanyain ke claude/codex.
kalo kalian ngerti cara pakenya kalian bakal opit dan vice versa.
good luck all, jangan lupa join discussion group ada @meridianhelper_bot yang siap bantu jawab pertanyaan "itu-itu" aja kalian.
kalo kalian masih tanya hal-hal basic mending tanyain ke claude/codex.
kalo kalian ngerti cara pakenya kalian bakal opit dan vice versa.
good luck all, jangan lupa join discussion group ada @meridianhelper_bot yang siap bantu jawab pertanyaan "itu-itu" aja kalian.
๐ฅ17โค11
๐ข *Meridian Update โ Trailing TP Double-Check*
Meridian now confirms both sides of a trailing TP decision before acting.
*The problem*
A single bad API tick could set a fake peak, or trigger an early close on a fake crash.
*What changed*
โ if PnL suddenly spikes, Meridian waits 15s and re-checks before accepting it as the real peak
โ if trailing TP says close, Meridian waits 15s and re-checks before actually closing
*Example 1 โ fake peak*
Real PnL is around
*Example 2 โ fake crash*
Confirmed peak is
*Net effect:* don't close from one fake spike. don't close from one fake crash.
Meridian now confirms both sides of a trailing TP decision before acting.
*The problem*
A single bad API tick could set a fake peak, or trigger an early close on a fake crash.
*What changed*
โ if PnL suddenly spikes, Meridian waits 15s and re-checks before accepting it as the real peak
โ if trailing TP says close, Meridian waits 15s and re-checks before actually closing
*Example 1 โ fake peak*
Real PnL is around
-5%. One tick reports 29%. Meridian doesn't trust it. 15s later it's back near -5% โ that peak is rejected.*Example 2 โ fake crash*
Confirmed peak is
10%. One tick reports -8%. Instead of closing instantly, Meridian waits 15s. Next read comes back at 7% โ no close.*Net effect:* don't close from one fake spike. don't close from one fake crash.
๐ข๐งช *Meridian Update โ PM2 Telegram Fix*
If you run Meridian under PM2, Telegram now works both ways.
*What was broken*
PM2 users received outbound notifications fine โ deploys, closes, alerts. But messages sent to the agent never got through. The agent couldn't hear you.
*Why*
Meridian only started inbound Telegram polling in TTY mode. PM2 runs in non-TTY, so polling never started.
*What changed*
Inbound polling now starts in both modes โ normal terminal and PM2.
*What works now under PM2*
โ free-text requests to the agent
โ
โ live tool progress and final replies
โ outbound notifications unchanged
Before: one-way. Now: both ways.
If you run Meridian under PM2, Telegram now works both ways.
*What was broken*
PM2 users received outbound notifications fine โ deploys, closes, alerts. But messages sent to the agent never got through. The agent couldn't hear you.
*Why*
Meridian only started inbound Telegram polling in TTY mode. PM2 runs in non-TTY, so polling never started.
*What changed*
Inbound polling now starts in both modes โ normal terminal and PM2.
*What works now under PM2*
โ free-text requests to the agent
โ
/positions, /close, /set and other commandsโ live tool progress and final replies
โ outbound notifications unchanged
Before: one-way. Now: both ways.
โค6
Meridian - DLMM Agent pinned ยซdiscussion group https://t.me/+0uBDfKzcm5Y2M2Y1ยป
halo temen-temen, dikarenakan Meridian akan mengikuti hackathon frontier,
sebagai bentuk apresiasi kalian terhadap pembuatan framework ini bisa difollow akun meridian di X ya
https://x.com/meridian_agent
sebagai bentuk apresiasi kalian terhadap pembuatan framework ini bisa difollow akun meridian di X ya
https://x.com/meridian_agent
X (formerly Twitter)
Meridian (@meridian_agent) / X
โค51
๐ข๐งช Meridian Update โ LPAgent Integration
LPAgent is now the primary source for live position economics when LPAGENT_API_KEY is set.
What LPAgent handles
โ current value
โ PnL and PnL %
โ fee values
What Meteora still handles
โ open position discovery
โ bin/range data
โ OOR checks
โ age and yield-related management fields
Why it matters
LPAgent data has been more reliable than Meteora for live PnL/value. Management decisions now run on better economics data while Meteora handles protocol and range state.
If LPAGENT_API_KEY is not set, Meridian falls back to the old Meteora-only path automatically.
How to get an API key
โ go to https://portal.lpagent.io
โ register with a Gmail account
โ generate your key from the API section
How to wire it in
Add one line to your .env:
LPAGENT_API_KEY=lpagent_your_api_key_here
No other config change needed.
With key: LPAgent-backed live PnL. Without key: Meteora fallback.
LPAgent is now the primary source for live position economics when LPAGENT_API_KEY is set.
What LPAgent handles
โ current value
โ PnL and PnL %
โ fee values
What Meteora still handles
โ open position discovery
โ bin/range data
โ OOR checks
โ age and yield-related management fields
Why it matters
LPAgent data has been more reliable than Meteora for live PnL/value. Management decisions now run on better economics data while Meteora handles protocol and range state.
If LPAGENT_API_KEY is not set, Meridian falls back to the old Meteora-only path automatically.
How to get an API key
โ go to https://portal.lpagent.io
โ register with a Gmail account
โ generate your key from the API section
How to wire it in
Add one line to your .env:
LPAGENT_API_KEY=lpagent_your_api_key_here
No other config change needed.
With key: LPAgent-backed live PnL. Without key: Meteora fallback.
portal.lpagent.io
LP Agent API Portal
LP Agent API portal dashboard
๐ฅ17โค7๐2
udah seminggu sejak meridian open-source dan bisa diakses banyak orang, dan udah sekitar 3 minggu sejak pertama rilis, banyak trial & error sebelum gua open ke public, terimakasih untuk beta tester yang sudah memberikan feedback.
gua minta tolong kalian yang udah berproses buat *flex* win atau lossnya di discussion group buat nyemangatin atau sekedar ngasih tau kalo pake ai agent ngga sesusah itu atau ngga segampang itu.
mulai dari gua, setelah update 29 maret gua ngerasa agent gua udah bisa gua tinggal, banyak fitur security guard yang udah meningkat berkat feedback temen temen beta testers.
sekarang agent gua udah gua lepas tangan, 100% lepas tangan.
terimakasih temen-temen yang sudah mau nyoba meridian ini.
gua minta tolong kalian yang udah berproses buat *flex* win atau lossnya di discussion group buat nyemangatin atau sekedar ngasih tau kalo pake ai agent ngga sesusah itu atau ngga segampang itu.
mulai dari gua, setelah update 29 maret gua ngerasa agent gua udah bisa gua tinggal, banyak fitur security guard yang udah meningkat berkat feedback temen temen beta testers.
sekarang agent gua udah gua lepas tangan, 100% lepas tangan.
terimakasih temen-temen yang sudah mau nyoba meridian ini.
โค31๐ฅ8๐ฅฐ3
oh ya yang masih boncos buat biaya llm, gua nyaranin pake minimax token plan yang starter/plus aja, ga pernah error tool choice dsb.
https://platform.minimax.io/subscribe/token-plan?code=BzBDgzaQvO&source=link (10% off)
- starter 10$ bisa buat 5 agents
- plus 20$ bisa buat 10 agents
kalo mau patungan bisa enak banget itu sebulan cuma 2$ aja.
ada yang mau iuran?
yang udah pasang cara setnya
di env
LLM_BASE_URL=https://api.minimax.io/v1
LLM_API_KEY=
di user-config.json
model ganti ke MiniMax-M2.7 atau MiniMax-M2.5
https://platform.minimax.io/subscribe/token-plan?code=BzBDgzaQvO&source=link (10% off)
- starter 10$ bisa buat 5 agents
- plus 20$ bisa buat 10 agents
kalo mau patungan bisa enak banget itu sebulan cuma 2$ aja.
ada yang mau iuran?
yang udah pasang cara setnya
di env
LLM_BASE_URL=https://api.minimax.io/v1
LLM_API_KEY=
di user-config.json
model ganti ke MiniMax-M2.7 atau MiniMax-M2.5
platform.minimax.io
MiniMax-Intelligence with everyone
MiniMax is a leading global technology company and one of the pioneers of large language models (LLMs) in Asia. Our mission is to build a world where intelligence thrives with everyone.
โค32
so okay folks, since lpagent top lpers is paid, for the next day i'll building top lpers data for runner pool which gonna make an improvement to our agents. but i need your input, what do you need mostly
โค16๐4
what do you need
Final Results
13%
Top LPers (closed position)
35%
Top LPers (open position)
52%
Improvement on hivemind (sharing knowledge between agents)
temen-temen yang make experimental branch bisa dm ke gua untuk nyobain fitur terbaru ya di @sb0t7
๐ฅ9