π’π§ͺ *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.
π₯18β€12
π’ *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
β€55
π’π§ͺ 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.
β€39π₯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.
β€39
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
β€19π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
π₯12
sebenernya buat cek kandidat pool yang bakal dipasang sama agent buka aja meteora
di bagian filter, masukin filter kalian
di bagian filter, masukin filter kalian
β€4
π§ͺ Meridian Update β Experimental
HiveMind is now integrated.
Agents can share lessons, close performance, and public swarm consensus. Check the dashboard at agentmeridian.xyz/hivemind.html
Discord listener is now connected to Agent Meridian.
Listens across various Discord sources. A signal is only valid if confirmed by at least 2 sources. These signals can now be used as an additional screening source.
Top LPers study now uses Agent Meridian endpoints.
β /api/pools/:pool
β /api/agent/pools/:pool/signal
Better for studying top open LP positions and signal behavior.
Also included
β more Telegram slash commands use /help for check more
β deploy range reports now shown in %
β 30s poll now also triggers management for OOR and pumped-above-range rules
HiveMind is now integrated.
Agents can share lessons, close performance, and public swarm consensus. Check the dashboard at agentmeridian.xyz/hivemind.html
Discord listener is now connected to Agent Meridian.
Listens across various Discord sources. A signal is only valid if confirmed by at least 2 sources. These signals can now be used as an additional screening source.
Top LPers study now uses Agent Meridian endpoints.
β /api/pools/:pool
β /api/agent/pools/:pool/signal
Better for studying top open LP positions and signal behavior.
Also included
β more Telegram slash commands use /help for check more
β deploy range reports now shown in %
β 30s poll now also triggers management for OOR and pumped-above-range rules
agentmeridian.xyz
Meridian HiveMind | Swarm Consensus
Explore live consensus across anonymous Meridian agents with the HiveMind swarm dashboard.
π₯17β€3π2
Forwarded from Khairun Nafis
π Panduan Buat yang Baru Gabung sebagai LP Army di mari.
Buat yang baru masuk dan mau mulai belajar jadi Liquidity Provider (LP Army), bisa mulai dari sini π
π 1. Belajar Basic Dulu
π Academy:
https://www.lparmy.com/academy/indonesian-1-1-intro-dan-definisi
π₯ YouTube:
https://youtube.com/@metlparmy?si=5QD9PvFiA70XdxJT
π Pahami dulu konsep dasar biar gak βasal nyemplungβ.
π¬ 2. Join Komunitas
Discord Meteora Indonesia:
https://discord.gg/meteoraidn
π₯ Di sini lo bisa diskusi, update info, dan dapet insight dari yang LAIN tentang platform Meteora.ag
π₯οΈ 3. VPS + Multiple AI (All-in-One)
Bisa pakai layanan lokal π https://bit.ly/vpsmurahopenclawβ οΏ½ bayar pakai bank lokal
Di sini lo bisa:
π₯οΈ Sewa VPS (paket 60 ribu sebulan cukup, pilih server Singapore)
π€ Akses multiple AI (mirip OpenRouter), Gpt, Gemini, Minimax (90% off), Claude juga ada.
π³ Payment pakai metode lokal gak perlu cc, PayPal atau Crypto.
π Gratis panduan setup OpenClaw juga.
π Intinya: ini tempat paling gampang buat siapin semua kebutuhan awal.
π 4. Buat Wallet (Solana)
Android bisa pakai Triv:
https://play.google.com/store/apps/details?id=id.co.triv
π Pakai kode: 4h7yla8pfthmi (lagi ada promo gratis ETH)
π 5. Bikin API Key Helius
Link:
https://dashboard.helius.dev/login?redirectTo=%2F5f599a4f-06c4-4241-a905-9c4a1348395a%2Fapi-keys
π Ini penting buat koneksi ke network Solana.
βοΈ 6. Install Meridian di VPS
Step-by-step guide (X):
https://x.com/0xyunss/status/2038790128811061583
π Ini tutorial Meridian dari Developer, bukan OpenClaw.
π§ 7. HIVEMIND API Key
Cek di pinned Meridian discussion group
π 8. Masih Bingung?
Tanya bot ini aja:
https://t.me/meridianhelper_bot
π€ Bot-nya ngerti banget dalemannya Meridian.
π§ Tips Penting
Jangan buru-buru depo πΈ
Fokus paham dulu konsepnya π§
Banyak baca & diskusi π
β Pakai mode DRY RUN (true) dulu saat pertama kali jalanin Meridian biar gak langsung boncos kayak gwa π
Buat yang baru masuk dan mau mulai belajar jadi Liquidity Provider (LP Army), bisa mulai dari sini π
π 1. Belajar Basic Dulu
π Academy:
https://www.lparmy.com/academy/indonesian-1-1-intro-dan-definisi
π₯ YouTube:
https://youtube.com/@metlparmy?si=5QD9PvFiA70XdxJT
π Pahami dulu konsep dasar biar gak βasal nyemplungβ.
π¬ 2. Join Komunitas
Discord Meteora Indonesia:
https://discord.gg/meteoraidn
π₯ Di sini lo bisa diskusi, update info, dan dapet insight dari yang LAIN tentang platform Meteora.ag
π₯οΈ 3. VPS + Multiple AI (All-in-One)
Bisa pakai layanan lokal π https://bit.ly/vpsmurahopenclawβ οΏ½ bayar pakai bank lokal
Di sini lo bisa:
π₯οΈ Sewa VPS (paket 60 ribu sebulan cukup, pilih server Singapore)
π€ Akses multiple AI (mirip OpenRouter), Gpt, Gemini, Minimax (90% off), Claude juga ada.
π³ Payment pakai metode lokal gak perlu cc, PayPal atau Crypto.
π Gratis panduan setup OpenClaw juga.
π Intinya: ini tempat paling gampang buat siapin semua kebutuhan awal.
π 4. Buat Wallet (Solana)
Android bisa pakai Triv:
https://play.google.com/store/apps/details?id=id.co.triv
π Pakai kode: 4h7yla8pfthmi (lagi ada promo gratis ETH)
π 5. Bikin API Key Helius
Link:
https://dashboard.helius.dev/login?redirectTo=%2F5f599a4f-06c4-4241-a905-9c4a1348395a%2Fapi-keys
π Ini penting buat koneksi ke network Solana.
βοΈ 6. Install Meridian di VPS
Step-by-step guide (X):
https://x.com/0xyunss/status/2038790128811061583
π Ini tutorial Meridian dari Developer, bukan OpenClaw.
π§ 7. HIVEMIND API Key
Cek di pinned Meridian discussion group
π 8. Masih Bingung?
Tanya bot ini aja:
https://t.me/meridianhelper_bot
π€ Bot-nya ngerti banget dalemannya Meridian.
π§ Tips Penting
Jangan buru-buru depo πΈ
Fokus paham dulu konsepnya π§
Banyak baca & diskusi π
β Pakai mode DRY RUN (true) dulu saat pertama kali jalanin Meridian biar gak langsung boncos kayak gwa π
Lparmy
LP Army Hub
Building The Best LP Army in Crypto
β€20π₯6π₯°4π1