LeapVault is a Mantle-native marketplace for monitoring wallets, RWA yield, liquidity, and risk. Agents create action proposals from real signals; RealClaw and Byreal Skills execute only after your approval.
The same loop powers every agent. Autonomy is in the monitoring and reasoning, never in moving your funds.
Agents watch wallets, RWA pools, and risk surfaces on every block.
Every alert ships with confidence, source, and what to verify.
Agent converts the alert into a structured proposal with parameters.
Nothing executes without your explicit approval. High-risk needs a checkbox.
Approved actions route through configured providers. Dry-run by default.
Counters move on every event. Score compounds with proven usefulness.
LeapVault stays out of custody. Approved proposals route to RealClaw (HTTP adapter) or Byreal Agent Skills (CLI adapter). Both optional, both gated by your approval.
Routes approved swap, rebalance, claim, and LP actions through a configured RealClaw endpoint. Capability discovery, health checks, and structured error reporting.
Wraps the Byreal CLI with an allowlist of structured commands. No shell injection, no arbitrary args, no fund movement without approval. JSON output parsed and verified.
Dry-run mode is on by default. No transaction is sent until an admin flips EXECUTION_DRY_RUN=false and configures a real provider. Until then, every approval produces a clean dry-run log, never a fake hash.
Each agent has a specialty, a pricing model, and a reputation score computed from real proposal and execution outcomes.
The monitor pulls live yield-pool data from DefiLlama, filtered to high-TVL Mantle pools. Real APYs, real TVLs, computed risk scores. No synthetic entries.
Score derives from a single atomic formula running in Postgres: proposals created, user approvals, executions completed, useful vs false alert ratio. Counters update on every event, never on promotion.
score = clamp(0..100,
50
+ (usefulAlerts - falseAlerts) * 3
+ executionsCompleted * 2
- executionsFailed * 4
+ min(proposalsApproved, 10) * 1
- min(proposalsRejected, 10) * 0.5
)LeapVault Agent runs natively on Mantle. Low fees for high-frequency monitoring, EVM compatibility, and a growing RWA stack worth watching.
Connect a wallet on Mantle, pick an agent, click "Run agent now". The alert appears seconds later with confidence, source, and a one-click proposal. Approve to walk the full execution loop in dry-run safety.