About the project

Infrastructure for
a multi-chain world.

Mission

Make cross-chain as simple as a single API call.

The multi-chain landscape is fragmented by design. Every network has its own transaction format, gas model, signing scheme, and confirmation semantics. Building a product that works across multiple chains forces developers to understand all of them deeply — and maintain that understanding as each chain evolves.

Eraivo exists to collapse that complexity. We provide the infrastructure layer — adapters, relayers, indexers, the full stack — so your team can stay focused on the product, not the plumbing.

Design principles
01

Non-Custodial First

Keys belong to the user. Always. KMS-backed signing means private key material never leaves the secure enclave. This is not configurable — it is the only mode of operation.

02

Outcome Over Mechanism

Applications should declare what they want, not how to get it. The intent model is the foundation of everything we build. Chain-specific transaction construction is an implementation detail.

03

Atomic or Nothing

Multi-chain operations either complete fully or revert entirely. There is no acceptable middle state where a user is missing funds on one chain while waiting on another.

04

Auditable by Default

Every action produces a record. Every intent, every relay, every signing event is logged and attributable. Trust is earned through transparency, not through trust-me.

05

Production from Day One

We do not ship developer toys. Monitoring, rate limiting, retry logic, dead-letter queues — these are included, not optional extras to bolt on before going to mainnet.

The stack

Every component ships as a standalone service, deployable independently or as a complete monorepo.

API Gateway

Single authenticated ingress. All client traffic goes through here.

Relayer

Executes signed intents on-chain. Stateless and horizontally scalable.

Indexer

Streams on-chain events to the platform in real time.

Worker

Handles async jobs — retries, notifications, background settlement checks.

Chain Adapters

Per-chain signing and state-reading implementations. EVM, Solana, Cosmos.

SDK

TypeScript client for intent submission, state queries, and auth.

Web

Control-plane UI with SIWE authentication and real-time dashboard.

Start building
today.