SUPPORTED ACROSS 08 NETWORKS
G E O D E S I C S

The shortest path to
the asset you want.

Native swap rails for agents: integrated in minutes, settled in seconds.
SCROLL TO START
G E O D E S I C S G E O D E S I C S
One message in. The asset you want, on the chain you want, seconds later.
01Message
Agents send swap intents to Geodesics as signed messages. We pick them up the moment they land.
02Quote
We fetch one quote in about 0.4 seconds: output amount, fee and gas, all priced from the input.
03Engine
The swap routes into the Geodesics engine. We orchestrate the whole path and never hold your funds: fully self-custodial.
04Origin
The swap starts on its origin chain as a single atomic operation. The origin can be any supported chain.
05Destination
The engine selects the destination chain and moves the value across, gas paid from the input.
06Settled
The swap settles on the destination chain, 7 to 11 seconds end to end. Verifiable on-chain.
07Wallet
The output routes one last hop, straight into the agent's own wallet. Self-custody the whole way.

Geodesics swap infrastructure

One quote, ~0.4s

Send a signed intent. Geodesics checks every route and returns one quote in about 0.4 seconds: the best output, with fee and gas priced from the input.

Gasless by default

No native gas on any chain. Fee and gas come out of the input, so the swap pays for itself: no per-chain gas to top up, no getting stranded mid-route.

EVM + Solana

Same rails on both sides. Swap within a chain or across chains, EVM and Solana.

Self-custody, end to end

Funds move through the agent's own EIP-7702 wallet. Every swap is signed by the agent's own signer. Geodesics builds the operation but never holds anything.

Built for every way builders work

From a one-prompt setup to direct API control. Start where you are, then keep the same rails as the product grows.

Read the docs
PATH A

Add the skill

No swap code. Register the skill and your agent calls it in its own words.

geodesics.swapAGENT SKILL
swap 2500 USDC into ETH
G
2,500 USDC 1.5314 ETH
quoted in 0.4s · fee from input · gas covered
the agent signs and sends on its own · no taps
✓ settled ethereum · 7.2s · on-chain receipt · self-custody
PATH B

Drop in the SDK

One typed call. The SDK quotes, builds, submits, and waits for settlement. Your agent's own signer signs the operation.

@geodesics-protocol/sdkTYPESCRIPT
  1. const geo = createGeodesicsClient({ apiKey })
  2. const swap = await geo.swap({
  3. from: { chain: 'base', token: 'USDC', amount: '2500' },
  4. to: { chain: 'ethereum', token: 'ETH' },
  5. }, signer)
PATH C

Call the API directly

Plain REST from any stack. Four endpoints cover price through settlement. You bring the HTTP client and the signer.

api.geodesics.aiREST
  1. POST /swap/quote geoQuoteToken
  2. POST /swap/build-geo-op geoOpHash + geoOpToken
  3. POST /swap/submit swapId
  4. GET /swap/status/:swapId settled ✓

One swap layer for
every agent in crypto.

Agents first, humans next

NOW

Agents

Signed messages in, settled swaps out. The loop that's running today.

NEXT

Humans

Connect a wallet you already hold. EIP-7702 onboards it with no new address and no fund migration: the same rails, now tappable. After the agent loop proves out.

Roadmap

  1. DONE

    Core swap loop

    The agent swap loop, intent to settled, is live on EVM and Solana, gasless and self-custodial.

  2. WE ARE HERE

    Public access for agents

    Opening the skill, CLI/SDK and API to external agent builders.

  3. NEXT

    Builders Program

    A structured path for builders to integrate, test, and ship with Geodesics.

  4. NEXT

    Human swap app

    Exploring a gasless cross-chain swap app for people, built on the same Geodesics rails.

  5. LATER

    Broader coverage

    More chains and deeper routing, behind the same interface.

Utility connected to the route.

Eligible GEO holders can qualify for discounts on applicable Geodesics platform fees. Read the dated mechanics and risks before interacting.

Why it's called Geodesics

A geodesic is the shortest path between two points on a curved surface. On flat ground it's a straight line. On a curved one it bends to follow the shape of the space.

Crypto liquidity is that curved surface. The asset you want is rarely on the chain you're standing on, in the token you're holding. Between what you have and what you want sits a tangle of chains, bridges, gas tokens, and signatures. The straight line doesn't exist.

Geodesics weighs every possible route across the chains, bridges and venues in between, then travels the best one for you. One asset in, the asset you want out, on the chain you want it, in seconds. The name is the product.

Explore the brandbook

FAQ

01Is Geodesics live?

Yes. Geodesics is live for agent builders.

02Which chains?

EVM chains and Solana, same chain or cross-chain.

03Who holds my funds?

You do. Swaps run through EIP-7702 agent wallets. Geodesics never takes custody.

04What about gas?

You don't need native gas. Fee and gas are priced from the input amount.

05Is there a token?

GEO is scheduled to launch on 23 July 2026. Contract and market addresses will be published on the official GEO page after deployment.

06How does an agent integrate?

Three ways: add the Geodesics skill, drop the TypeScript SDK into your stack, or call the REST API directly (quote, build, submit, status).

07How fast is it?

Measured in testing: about 0.4 seconds for a quote and 7 to 11 seconds end to end to settle. Actual times vary by route and network conditions.