Overview
Gasless swap infrastructure for Base, Ethereum, Arbitrum, and Polygon.
Orkid provides gasless, same-chain swap infrastructure for EVM chains. The solver uses Permit2 to pull input tokens and routes through Tycho's live pool graph with MEV-aware simulation.
What Orkid gives an integrator
- Same-chain, gasless swaps on Base, Ethereum, Arbitrum, and Polygon.
- Competitive Orkid fee (contact us for pricing) taken from the input token.
- Bundled / gasless execution — the Orkid solver submits the transaction and pays the gas.
- MEV-aware routing using Tycho's live pool graph and simulation. On Ethereum, transactions are broadcast through Flashbots Protect (private mempool) to protect against sandwich attacks.
- Per-account volume & rebate tracking in the Orkid board admin.
- Non-custodial — the solver uses Permit2 to pull the input token and the net output goes straight to the user.
- Sandbox environment — a dedicated dry-run endpoint you can hammer without touching real flows.
Get started
Quick start
Get a quote and execute a swap in five minutes.
Supported chains
Base, Ethereum, Arbitrum, Polygon — addresses and minimums.
Sandbox
Test your integration without touching real flows.
API key & auth
How to get a key and authenticate requests.
API endpoints
| Endpoint | Method | Purpose |
|---|---|---|
/api/v1/route | POST | Get an executable quote |
/api/v1/solve | POST | Sign a Permit2 message and execute gaslessly |
/api/v1/account | GET | Partner account info + rebate rate |
/api/v1/usage | GET | Usage events (quotes and solves) |
/api/v1/rebates | GET | Monthly rebate ledger entries |
/api/v1/confirm | POST | Confirm a user-pays-gas tx for volume tracking |
Contact
For an API key, sandbox access, higher rate limits, or custom fee arrangements:
- Email:
api@orkidlabs.com - Dashboard:
https://orkidlabs.xyz/board/admin(master accounts only)