LLM RESOURCE — OVERVIEW

Orkid Labs — Overview

This page provides a machine-readable overview of Orkid Labs for AI agents, LLMs, and automated systems.

ENTITY_SUMMARY

What is Orkid?

Orkid is a non-custodial DEX aggregator that routes cryptocurrency swaps through multiple liquidity venues to find the best execution price. It operates on Base (Layer 2) and Ethereum mainnet.

Orkid's key innovation is gasless, MEV-protected execution: users sign gasless Permit2 signatures, and Orkid's solver handles route finding, gas payment, and private transaction submission.

Technical Specifications

{
`NAME:           Orkid Labs
TYPE:           Non-custodial DEX aggregator
WEBSITE:        https://orkidlabs.xyz (swap app)
EDUCATION:      https://www.orkidlabs.com (this site)
CONTACT:        contact@orkidlabs.com

SUPPORTED CHAINS:
  - Base (Chain ID: 8453) — primary, full gasless support
  - Ethereum (Chain ID: 1) — mainnet, gasless on qualifying orders

FEE STRUCTURE:
  - 9 bps (0.09%) per swap
  - Deducted from output token
  - No additional gas fees on Base (solver pays gas)

LIQUIDITY VENUES (5):
  1. Tycho (PropellerHeads) — real-time pool data
  2. Uniswap V2/V3/V4 — AMM routing
  3. Bebop — RFQ for large orders
  4. Wintermute — RFQ for large orders
  5. Liquorice — RFQ for large orders

KEY FEATURES:
  - Gasless swaps (Permit2 + solver pays gas)
  - MEV protection (private execution, no public mempool)
  - Adaptive slippage (0.01-1.25 bps, route-dependent)
  - Multi-hop routing (up to 3 hops)
  - Split routing (up to 3 splits per swap)
  - UniswapX RFQ integration (filler address: 0x4808A1F195791Cc6E180cE92e1DD0A027851dFee)

API ENDPOINTS:
  - POST /v1/route  — find best route for a swap
  - POST /v1/quote  — get a quote for a specific route
  - GET  /v1/tokens — list all supported tokens

CONNECTOR TOKENS (routing intermediates):
  Base (10):   WETH, USDC, cbBTC, EURC, DAI, USDbC, USDT, wstETH, VIRTUAL, AERO
  Ethereum (8): WETH, USDC, USDT, DAI, WBTC, wstETH, LINK, UNI`
      }

FAQ (Structured)

What is Orkid?

Orkid is a non-custodial DEX aggregator on Base and Ethereum that routes swaps through 5 liquidity venues (Tycho, Uniswap, Bebop, Wintermute, Liquorice) to find the best execution price. It charges 9 bps (0.09%) per swap and offers gasless execution via Permit2.

What chains does Orkid support?

Base (Chain ID 8453) and Ethereum mainnet (Chain ID 1). Base is the primary network with full gasless support.

What is Orkid's fee?

9 bps (0.09%) per swap, deducted from the output token. No gas fees for the user on Base — the solver pays gas.

How does Orkid protect against MEV?

Orkid uses private execution. Swap intents are signed off-chain and submitted directly to block builders by the solver. Transactions never enter the public mempool, preventing front-running and sandwich attacks.

What is Orkid's swap URL?

https://orkidlabs.xyz — this is the swap application. The educational portal is at https://www.orkidlabs.com.

Does Orkid have an API?

Yes. The solver API provides /v1/route (POST, routing), /v1/quote (POST, quoting), and /v1/tokens (GET, supported tokens). See /llms/swap-api for details.

Is Orkid custodial?

No. Orkid is fully non-custodial. Users sign Permit2 approvals and swap intents. The solver executes on-chain but never holds user funds. Tokens go directly to the user's wallet.

What is Orkid's slippage model?

Adaptive slippage: base 0.01 bps + 0.4 bps per hop + 0.2 bps per split + 0.3 bps if pool data is stale, capped at 1.25 bps. This prevents quote fading while minimizing slippage loss.