Architecture
Squid is built around one principle: blockchains are settlement layers, not execution layers. Everything that can be handled offchain, is. Squid Intents is the intent-based settlement protocol at the core of this architecture. It takes what you want to do and handles all the coordination, routing, and verification offchain, so the chain only ever sees what must be true in any trade: a token transfer.
Because execution logic lives offchain rather than in smart contracts deployed on individual chains, Squid is not constrained by which chains support smart contracts. This is what gives Squid access to any chain and any token, including Bitcoin, Solana, XRPL, and beyond.
The Execution Engine
Squid Intents uses TEE-verified settlement. A TEE is a sealed environment inside a processor where code runs in hardware-enforced isolation, producing a cryptographic proof that execution was correct. Squid's TEEs are powered by Cubist, who have secured over $10B and maintain decentralized upgrade and deployment pathways.

How a Transaction Gets Routed
You submit your intent via the Squid API, SDK, or widget. You receive the best quote, sign, and deposit on the source chain.
The Squid API opens an offchain RFQ auction. Market makers compete in real time to fill your order. The winning market maker fills the order on the destination chain and submits proof to the TEE.
The TEE verifies the fill and signs the release. Funds are released to the market maker on the source chain.
You receive your tokens on the destination chain once settled. Only a token transfer ever touched the chain. If anything fails, you are automatically refunded on the source chain within 15 minutes.

Last updated