Specie in one page
Specie is a trading venue on Arc, the network Circle built for stablecoins. Swaps route through Uniswap v4 and settle in a single transaction. Stock markets come after, priced by an oracle rather than by a token that does not exist.
How a swap settles
Quote from the pools, rehearsal against the chain, one signature, one transaction.
Prices and charts
Where every number on the screen comes from, and how old it is allowed to be.
API reference
The two public endpoints the interface itself uses, with every field named.
What this venue promises
Three rules hold everywhere in the product, and the rest of these docs is mostly the detail of keeping them.
- Nothing is held. A swap moves value out of your wallet and back into it inside one transaction. There is no deposit, no account and no balance of yours on our side.
- Nothing is signed unrehearsed. Every quote is simulated from your own address at the head block before the button arms. A simulation that does not come back clean leaves the button off and prints the reason.
- Every number carries its source. A price says where it came from and when it was published. An old number is labelled old rather than shown as current.
The shape of it
| Piece | State | What it does |
|---|---|---|
| Swap | In development | EURC and USYC against USDC through Uniswap v4, fee 0.25% taken onchain. |
| Stock prices | Readable | US stock price feeds from Pyth, each printed with its publish time. |
| Launchpad | In development | Launch a coin paired with the price of a stock. |
| Perpetuals | In development | Long or short a stock price with USDC margin. |
The interface says the same thing in the same words. If a panel offers something these docs call unfinished, the panel is wrong and we want to hear about it.
Reading these docs
What works is the honest status page: what a wallet can do on Arc Testnet right now and what it cannot. Network and assets has the chain parameters and every contract address we list. Risks and limits is the page to read before sending anything anywhere.