Developers
Read the contracts before you trust them.
What the chain enforces, how events are guaranteed, and where the API surface is a design rather than an endpoint. Each page says which it is.
DocumentationHow the system is put together, written for somebody who has to integrate with it.Read moreAPIThe intended REST surface: tenant-scoped, idempotent and versioned.Read moreSDKsTyped clients generated from the API contract, once that contract is published.Read moreSandboxA tier where nothing touches real money and mock providers are permitted.Read moreSmart ContractsIdentity registry, compliance module, token and factory — with the rules legible rather than asserted.Read moreWebhooksDomain events written in the same transaction as the change, relayed afterwards, retried and dead-lettered rather than dropped.Read moreStatusWhat is running, what is degraded, and what has never been exercised.Read more