Principles

How we build.

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.

Read the founder statement.