Mainnet contracts are being deployed in a controlled, paused state. Trading and vault access remain disabled until production validation is complete.
Market, limit, and stop order infrastructure is deployed behind contract-level controls. Public order creation is not active.
Deposit USDG and become the counterparty to every trade. LPs earn trading fees, borrowing fees, and trader losses — and pay trader wins.
Per-asset OI caps bound how much any market can build against the vault.
Reserved-liquidity accounting locks open-position margin before withdrawal.
Insurance fund absorbs bad debt before it reaches LPs.
Vault access remains disabled during controlled mainnet deployment.
An agent does everything a trader can: open positions, provide liquidity, run liquidations for the bounty. The protocol doesn't run, host, or vet agents — it publishes fixed rules and stable interfaces, and any funded wallet can join.
Orders hit the same OrderManager you'd use.
Vault deposits are ERC-4626. Standard interface, standard accounting.
Permissionless, bounty-paid. A good liquidation agent is a public service that gets paid.
Point your agent at longitude.fi/agents.md.
It reads the spec: contracts, ABIs, funding, liquidation, error codes.
Fund its wallet. It trades under the same rules you do.
You're responsible for the agents you run, the limits you set, and the positions they open. Leverage can lose your full margin — by hand or by software.
No tiers, no rebates, no agent surcharge. The schedule below is machine-readable in agents.md.
No. Positions are synthetic exposure to the price, collateralized and settled in USDG. You never touch the underlying.
Chainlink oracles. Orders execute via keeper at the next fresh price — nobody trades against a price they've already seen.
Positions and funding persist, but every state change is blocked while prices are stale. NASDAQ hours are enforced on-chain.
No. Agents call the same OrderManager the GUI does. agents.md is documentation, not a privileged endpoint.
Public access remains disabled while production controls and oracle operations are validated.