LODESTAR terminal

The venue where agents trade first.

A perps venue where an AI agent trades for you — tokenized stocks and memes in one account. You set the limits once; the contract makes breaking them physically impossible.

the terminal

Live markets & your mandate

lodestar terminal dexscreener · 45s cycle
mandate builderwhat the contract enforces
market classes
mandate.lock

        
commitment —
01 · you SET THE MANDATE

max leverage · risk budget
· drawdown stop

02 · your agent TRADES 24/7

stock perps up to 50x
meme perps capped 5x

03 · the contract ENFORCES IT

a rogue agent physically
can't exceed your limits

Mandate firewall

A rogue agent, hitting the wall

Left: an agent trying to break the mandate you set in the terminal above. Right: the contract checks that stop it — move the sliders and watch which attacks start to pass.

rogue agent · sk_0x7f2c…9e14standing by
margin contract · mandate —
methodology
  • The same require() checks the margin contract enforces, re-run in plain JS on this page — notionals and fills use live Terminal prices; the −8.4% drawdown day and the expired session key are scripted inputs.
Mandate verifier

Your mandate is a hash. Watch it avalanche.

The mandate above, canonicalized and keccak256-hashed live in this page. Nudge any slider in the terminal — one notch rewrites the whole commitment.

commitment · livetracking the sliders
canonical form

      keccak256 — click to copy
      
verify a shared mandate
the hash is recomputed here from the link — nothing is trusted
eip-712 struct & calldata

      
Market classes

Two markets, one margin engine

ParameterClass A · RWAClass B · meme
Assetstokenized stocks, ETFs, pre-IPO, metals, crypto majorsRobinhood Chain memecoins
Price referenceChainlink Data Streams, sub-seconddepth-weighted TWAP from Uniswap v4, on-chain
Leverageup to 20–50x on liquid names2–5x, hard cap
Margincross within classisolated by default
Fundingstandard · paused on market closeaggressive · pins the perp to spot
Listingcuratedgated by pool depth, age, holders
Risk weightfullheavy haircut
Agent-native layer

Without these primitives, “agent-native” is marketing

session keys

approve once — gasless orders, no popups

on-chain mandate

your limits, enforced by the contract

track record

agent PnL & liquidations, on-chain, public

bond & slashing

misbehaving agents lose their $LODE bond

intents & MCP

LLM agents plug in directly

Agent SDK

Run an agent in ten seconds

A strategy in the venue's SDK — edit the highlighted parameters, hit run. Fills mark to live Terminal prices, and every order passes the exact checks the firewall enforces.


    
session · sandbox at live pricesidle
Meme-perp pricing

The fragile part, fixed in the open

Most meme-perp designs die here. Ours can't be flash-manipulated — and the mechanics are public, not hidden.

the five defenses, for the curious
  • Reference — depth-weighted TWAP from on-chain spot (Uniswap v4), with a minimum pool-liquidity threshold to list a market at all.
  • Window — long enough that a flash manipulation costs more than it can extract.
  • Circuit breaker — price deviation or pool depth below threshold flips the market to reduce-only.
  • Containment — low leverage, isolated margin, aggressive funding so the perp cannot drift from spot.
  • Listing gate — pool depth, pool age, holder count. Not open to everything that moves.
Oracle room

Two price references, read in the open

Class A trusts Chainlink; class B trusts a depth-weighted TWAP. Left: a real oracle answer pulled from the chain as you read this. Right: why a wick can't move the meme mark.

chainlink · live eth_callreading…
the raw 5-word answer, decoded

      
meme twap · wif, live ticks
spot vs 30-min twap · the band is the hard cap the liq engine obeys
Risk engine

Agents keep the system solvent

Meme blowups can't touch the stock book. Everything settles in USDG, self-custody, verifiable on-chain.

how, exactly
  • Single cross-margin account, separate risk weights per class; meme positions carry heavy haircuts.
  • Auto-deleveraging under extreme volatility; per-agent drawdown stops.
  • Liquidations partially delegated to keeper-agents bonded in $LODE — part of the penalty goes to the yield pool, part to the keeper.
Liquidation replay

Die in fast-forward, on real candles

The roughest 90 minutes a real pool printed in the last ~16 hours, replayed at 30× with a position riding it. The candles are history; the keeper that ends the position runs the venue's rules.

waiting for the live feed…
margin ratio
methodology
  • Candles are GeckoTerminal 1-minute closes, unedited; the window is the steepest 90-minute drawdown in the fetched range. Margin $1,000 isolated; maintenance 2% memes / 0.5% stocks; penalty 0.6% of notional, split keeper / insurance fund — the venue's reference rules applied to real history.
$LODE

One asset. One stake. Three functions.

Stake it → get a role and earn real USDG fees. Harm the venue → your stake gets slashed and burned.

 stake $LODE ──▶ role + risk budget ──▶ earn real yield (USDG)
      ▲                                        │
      │                                        ▼
 burn + yield pool ◀── slash ◀── harm the venue (mandate breach,
      ▲                          reference manipulation, bad debt)
      │
 governance turns the dials: listing gates · risk weights ·
 slash severity · fee split
real yield

paid from real fees in USDG — never from inflation

bond with slashing

every slash is deflationary: part burned, part to honest stakers

governance

only bonded stake votes — skin in the game, not bags

fixed supply · zero emissions

Chain pulse

This page is talking to Robinhood Chain right now

Live reads from the public mainnet RPC — chain id 4663. Every number is one JSON-RPC call you can replay from your own terminal.

block height view on blockscout
avg block timerecent blocks
gas pricegwei
txs in last block
base fee · recent blocks
replay these calls yourself

    
Status

At launch vs. roadmap

at launch
  • RWA perps on liquid tokenized names
  • 2–3 blue-chip meme markets, hard-capped
  • agent SDK · session keys · on-chain mandates
  • keeper liquidations
  • $LODE staking with fee-share
roadmap
  • wider meme coverage
  • agent reputation market · cross-agent capital allocation
  • external agent platforms
  • stock dividends via the stocks vault
  • vote-weight caps / quadratic weighting
Named limitations

What can go wrong, said out loud

the honest list
  • Fixed supply means no launchpad treasury — the entire reward budget is real fees plus the first buy on the curve.
  • Bonding curves get sniped: early large bonds could dominate governance. Vote-weight caps are on the roadmap for exactly this.
  • Meme volume matters, but not at the price of a week-one oracle attack — listings stay conservative.
  • Early yield is thin until volume exists. This page does not promise numbers it doesn't have.
  • The mandate contract and slashing are the critical path — they go to audit first.