Every market onchain.
Every backing on the record.
Surety is one interface over two execution venues on Robinhood Chain. This page explains how to connect, how an order actually reaches the chain, and what we commit to printing next to every market we list.
01What Surety is
Surety does not run a matching engine and does not hold your funds. It is a front end and a thin
server tier that route your intent to venues that already exist on Robinhood Chain,
an EVM chain with id 4663.
Leverage
Perpetual futures on an order book. Orders are signed and submitted off chain, then settled in
batches. Collateral is USDG.
Spot
Swaps executed directly against Uniswap v3 and v4 contracts on the chain. Every quote and every fill is an on-chain call, with no hosted router in the path.
The two paths share almost nothing except your wallet session and the chain underneath. That split explains most of what follows.
02Connect your wallet
Connecting is what proves an address is yours. It is not a payment and it does not move funds. Surety supports MetaMask, Phantom and Temple, and will provision an embedded wallet for anyone arriving without one.
- Press Connect wallet
Pick your wallet or sign in to have one created for you. You sign a plain message to prove ownership. No transaction, no gas, no approval of any token.
- Switch to Robinhood Chain
Robinhood Chain is the only network Surety supports. If your wallet sits on another chain you get an explicit switch prompt rather than a silent failure.
- Fund the account
Spot trading needs only the asset you are swapping and a little ETH for gas. Leverage needs a
USDGdeposit, which is what creates your account on the order book venue.
Connecting is read-only until you approve something. A connected wallet lets Surety read your balances and positions. Nothing leaves your wallet until you sign a specific transaction, and every one of those is described below before it happens.
03Your first trade
Spot and leverage ask different things of your wallet. Spot is the shorter path.
Spot, in two signatures at most
If you are selling an ERC-20 you approve it once to Permit2, then Permit2 approves the router. Native ETH skips both. After that the swap is a single transaction. Your funds never sit with us.
Leverage, one authorisation then click to trade
The order book venue separates the wallet that owns an account from the key that signs its orders. That separation is what lets you trade without a wallet popup on every click. The one-time setup looks like this.
- Deposit USDG
Your first deposit into the venue contract is what mints your account index. Until it lands there is nothing to trade against.
- A trading key is generated
A key pair is created for your account. The private half is encrypted immediately. Your browser only ever sees the public key and its index.
- Your wallet authorises that key
You sign a gasless message binding the new key to your account. This is the moment you decide to let Surety place orders for you.
- Trade without popups
From here every order, cancel, close and take-profit or stop-loss is signed with that key. Your wallet is needed again only for deposits, withdrawals and transfers.
Read §09 before you authorise. Click-to-trade is convenient because a key is held for you. That is a real trade-off and we would rather you understand it than discover it.
04Issuer, contract, entitlement
Every venue prints the price. Almost none prints the three things that decide what you actually hold. Surety prints all three next to every market it lists.
| Line | What it answers |
|---|---|
| Issuer | Who created the token and who you are relying on. A tokenized equity is somebody's promise. This names whose. |
| Contract | The exact address, quoted against the live pool and checked before listing. Issuers mint look-alike contracts with identical symbols, so the address is a safety property, not a detail. |
| Entitlement | What holding the token gives you, and what it does not. Voting, redemption and dividend treatment, in plain words. |
05Dividends and corporate actions
A share is a bundle of rights. A tokenized share usually delivers one of them: price. What happens to the rest depends entirely on the issuer, and that answer is almost never on the screen you trade from.
Holding a tokenized equity does not normally put your address on the issuer's shareholder register. A custodian or nominee holds legal title, and the terms of the wrapper decide whether a dividend is passed through, reinvested into the token's value, or not distributed at all.
We do not standardise that. We disclose it. For every equity and ETF market we list, the entitlement line states the issuer's actual treatment and links to the document that says so, so you can argue with the issuer rather than with us.
06Perpetuals
Perps run on a zero-knowledge order-book venue. Orders are cryptographically signed and submitted
off chain, then settled in batches on Robinhood Chain. Collateral is USDG.
Between your click and a resting order there are three hops, and each exists for a reason.
browser places intent, never holds a trading key ↓ surety api auth boundary, one route per action ↓ signer holds the encrypted key, signs the order ↓ order book matches and settles on Robinhood Chain
The browser never learns a venue hostname for anything that requires authentication. Market orders re-read the live mark price immediately before signing and apply a slippage guard, so a stale quote on your screen cannot turn into a wildly mispriced fill.
07Spot
There is no hosted routing service anywhere in the spot path. Quotes are contract reads over RPC and fills go through the Universal Router. Slower to quote than a hosted router, and nobody sits between you and the pool.
| Pair | Protocol | Notes |
|---|---|---|
| ETH and an equity or ETF | Uniswap v4 | Pools are denominated in native ETH, so equities settle in ETH. |
| ETH or WETH and USDG | Uniswap v3 | The stablecoin on-ramp and off-ramp. |
| Anything else | Unsupported | The widget refuses to quote rather than guess a route. |
Because a quote is a contract read and not a cached price, it is re-fetched immediately before execution and your slippage bound is computed against fresh state.
08Fees and treasury
| Surface | Surety fee |
|---|---|
| Perpetuals | None. You pay the venue's own fees and nothing to us. |
| Spot | A single published rate, skimmed from the output currency on chain. No hidden spread and no surprise routing. |
Spot fee revenue goes to one treasury address. That address is published before the first trade, not after, so the flow is auditable on the block explorer from day one rather than asserted in a post.
Treasury address: published at launch. Until it is live here, treat any address claiming to be ours as fake.
09Keys and custody
This is the part most interfaces leave out, so here it is plainly.
Always yours
Your wallet's private key. It never leaves your wallet and we never see it. Deposits, withdrawals and transfers are signed by you and only by you.
Held for you
The trading key that signs your order-book orders. It is generated server side, encrypted at rest, and used only to place, cancel and close orders on the account you authorised it for. It cannot move funds to a third party. It is what buys you click-to-trade instead of a wallet popup per order.
What that means
If our signer were compromised, an attacker could trade your position, which can lose you money. They could not withdraw your collateral to their own address. If you are not comfortable with that trade-off, use spot, where every action is signed by your wallet and nothing is held for you.
10What can go wrong
- Leverage liquidates. A perpetual position can be closed at a loss without warning.
- A tokenized equity is only as good as its issuer. If the issuer fails, the token can trade away from the asset it references.
- Markets close. Equities have hours and corporate actions; a token that trades all day can gap when the underlying reopens.
- Look-alike contracts exist. Always check the address on the market page against the one in your wallet.
- We depend on venues we do not control. If they degrade, so do we, and we will say so rather than hide it.
Nothing here is financial advice. Trading involves risk, including the total loss of what you put in.