Skip to Content
Squid ModeOverview

Squid Mode

Squid is an optional WaaP wallet mode whose key material is distributed across the Ika Network  validator set rather than held in a single enclave. Signing requires a threshold of validators to cooperate. No single operator, including us, can produce a signature alone.

Everything else about the wallet behaves the same way. Squid transactions go through the same authorization gate as standard mode: exact chain bytes are verified before any decision, the Policy Engine authorizes against your spend limits and risk thresholds, and the resulting approval names one transaction and is used once.

Squid is opt-in and must be initialized explicitly. It is not a fallback for standard mode. An account can use both. Standard mode for everyday signing and Squid where distributed custody matters. And they have different addresses.

Signers

SignerCurveChains
sqd1secp256k1EVM
sqd2ed25519Sui, Solana

A Squid account has its own addresses, separate from the account’s standard-mode t1 and t2 addresses. Funds are not shared between modes. Send to the Squid address to spend from Squid.

How it compares to standard mode

Standard modeSquid
Key materialHeld in an attested TEESplit across the Ika validator set
Trust assumptionThe enclave and its attestationA threshold of Ika validators
SetupAutomatic on account creationExplicit initialization
Signing latencyLowerHigher. A distributed protocol round
Policy Engine gateYesYes, identical
ChainsEVM, Sui, SolanaEVM, Sui, Solana

Choose standard mode when you want the fastest path and are comfortable with enclave custody. Choose Squid when you would rather no single party. Including human.tech. Hold the key material at all.

Integration paths

Deployment

Squid commands and facades resolve their on-chain deployment from a reviewed manifest. Development and staging target test networks.

Production fails closed until its reviewed deployment is published. A Squid call in production errors rather than signing against an unreviewed deployment.

Last updated on