Technical fundamentals

Everything a developer needs, in one place.

Quickstart, SDK reference, the gRPC surface, the agent crates and the security model. Links out to docs.silvana.one — this page exists so you do not have to hunt.

Which surface

SDK or the raw API?

Both reach the same ledger. The difference is how much of the plumbing you want to own.

Silvana SDK

Use this if you are building an agent. It carries signing, key handling, order lifecycle, config and the CLI — and every catalogue agent is written against it, so a template is a working starting point rather than a sketch.

Rust crates, with local signing and no custody handover.

Agentic API (gRPC)

Use this if you are connecting an existing system. One typed interface for payments, transfers, DvP, multicall and settlement streams, callable from any language with a gRPC client.

You own the signing and the retry logic that the SDK would otherwise have handled.

Everything else

Full documentation.

Platform architecture, Silvana Book internals, proving, EarnHub rules and the parts of Silvana that have nothing to do with agents — all of it lives in the docs.

Open docs.silvana.one