How we build.
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.
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.
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.
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.
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.