One Prompt. Any Action.across the Mantle ecosystem.

sys
connected · Mantle mainnet · policy armed
>
nebula·0xC635…87Ec·0.91 MNTperms: off
The AI advises.
Code enforces
the fund controls.
I

The AI advises.

An LLM is good at deciding what to do and bad at being a safety boundary. So Nebula keeps the model in an advisory seat: it reads intent, picks tools, weighs tradeoffs, and discovers opportunities. It never gets the final word over your funds.

II

Code enforces.

Every value-moving action is checked by a pure, unit-tested policy engine first. Hard caps on amounts, recipient and token allowlists, slippage caps, an autonomy tier. No network, no model. A violation blocks the action outright.

III

Simulate before gas.

A proposed transaction is dry-run with estimateGas and simulateContract before a single unit of gas is spent. A revert aborts the action with a decoded reason, so doomed transactions never reach the chain.

IV

Approval, even under YOLO.

The approval floor sits beneath the session mode. A material-risk action prompts for human approval even when autonomy is wide open, and is denied outright under strict. Fund controls live in code, not in a prompt the model could talk its way past.

V

Execute and audit.

Cleared actions broadcast on Mantle, wait for the receipt, and return a decision record: the policy verdict, the simulated gas, and the transaction hash. Every step is reconstructable after the fact.

VI

Real on-chain work.

Balances and tokens, transfers and MNT wrap/unwrap, trading via Agni Finance, lending via Aave V3, and yield discovery via DeFiLlama with risk and RWA-eligibility flags. From the terminal, Telegram, or the web console.

Nebula AI