Skip to content
Start here

What is OneCent?

OneCent Labs builds execution infrastructure for on-chain trading. You state an outcome (this token, that chain, this amount) and OneCent solves the route and returns a transaction to sign.

Services

Router
Solves execution across every integrated venue on the network you are trading: 110+ liquidity modules on Arbitrum (100+ AMM and DEX protocols plus 11 RFQ market makers) over 38,000+ indexed pools, and 80+ modules on Base (70+ AMM and DEX plus the same 11 RFQ) over 20,000+ pools. Each protocol is integrated with its own math rather than a generic interface, so quotes reflect how that venue actually prices.
Bridge
Moves value between chains with liquidity-aware bridge selection and settlement tracking.
Rates
A fused mid-price from on-chain pools, order books and intent flow, with a confidence signal where more than one path supports the rate.

How a trade works

  1. Intent. Pick input asset, output asset and amount.
  2. Search.Candidate paths are built from indexed pool state and RFQ quotes, priced with each protocol's own curve, and split across pools where that improves the result. Routes are ranked on output by default; ranking net of execution cost is available on request through the API.
  3. Quote. The winning route is simulated against current chain state and returned with output amount, minimum received and gas.
  4. Settle.You sign one transaction built from the quote's calldata.

Supported networks

Base
L2, live
Arbitrum
L2, live
Ethereum
Mainnet, coming soon

Same chain in and out is a swap; different chains is a bridge. More networks are added as routing quality on them is validated.

Next