Built for
production.
Unified interface over every major blockchain ecosystem.
EVM
Full support for Ethereum mainnet and all EVM-compatible networks — Arbitrum, Optimism, Base, Polygon, and more. Handles gas estimation, mempool management, and reorg detection.
Solana
Native Solana adapter with versioned transaction support, priority fees, and compute budget optimisation. Token and NFT actions handled out of the box.
Cosmos
CosmWasm-compatible adapter covering IBC transfers, staking, and governance actions via CosmJS. Easily extended to any Cosmos SDK chain.
Custom
Implement the ChainAdapter interface to add any chain your application targets. The adapter pattern is the only integration surface you need to touch.
From intent submission to on-chain settlement.
Intent Submission
Intents are submitted via the unified SDK. The payload describes the desired outcome — not the mechanics of how to achieve it. The stack resolves the execution path.
Off-Chain Risk Verification
Before any transaction is signed, the intent passes a safety simulation, slippage check, and compliance screening layer. Dangerous operations are rejected before reaching the chain.
Atomic Multi-Leg Execution
Relayers orchestrate multi-step operations across chains. If any leg fails, the operation rolls back. There are no partial states, no stuck funds.
Settlement Proofs
Every intent produces a verifiable proof of execution. Proofs are indexed and available via the API and dashboard in real time.
Non-custodial by design, hardened at every layer.
KMS-Backed Signing
Private keys are generated and stored inside a hardware security module. Signing happens in the enclave — the raw key never materialises in application memory.
SIWE Authentication
The control-plane UI uses Sign-In With Ethereum for identity. No passwords, no email, no OAuth third parties — just your wallet.
Session Security
Sessions are issued as httpOnly, sameSite=lax cookies with configurable TTL. Service-token fallback is disabled by default and requires explicit operator configuration.
Audit Log
All intent submissions, executions, and administrative actions are written to an append-only audit log. Every action is attributable and timestamped.
Full-stack from indexer to API gateway.
Relayer Network
Distributed network of non-custodial relayers. Each relayer is stateless and horizontally scalable.
Event Indexer
Subscribes to on-chain events across all configured chains. Delivers to your application over WebSocket or REST.
API Gateway
Single authenticated ingress for all platform services. Rate limiting, tracing, and error normalisation included.
Worker Queue
Background job queue for async intent processing. Retry logic, dead-letter queuing, and observability built in.
Chain Registry
Dynamic chain configuration database. Add or update chain parameters without a deployment.
Monitoring
Prometheus metrics and structured logs emitted by every service. Grafana dashboards available for the full stack.