Installation
Follow this guide to start using Silvana Book Agent.- Download the latest
cloud-agentbinary from the GitHub Releases page:Platform Archive macOS Apple Silicon cloud-agent-macos-silicon.tar.gzLinux x86_64 cloud-agent-x86_64-linux.tar.gzLinux ARM64 cloud-agent-arm64-linux.tar.gz
checksums.txt on the release page.
- Build from source.
target/release/cloud-agent.
- Onboard. This flow is automatic. Go here to see how it runs. Example:
Default RPC is
https://orderbook-devnet.silvana.dev:443— override with--rpc.
Operations
Now you’re good to go. The following operations are available, and how to launch them:Faucet
To use the faucet, run this command:Buy CC via RFQ
Requests a quote on theCC-USDC market, accepts the best offer, and settles atomically via a single multicall. Repeats until the full amount is filled.
Sell CC via RFQ
Request selling CC by running this command:Run as LP / market-maker
This is a long-running mode. It places grid orders on configured markets, responds to incoming RFQs, and settles DVPs end-to-end. To run as LP/Market-maker, enter this command:Use the docs below for reference to guide you as you build on Silvana.
Prerequisites
See what you need to start building on Silvana.
Agent Onboarding
Learn the agent onboarding flow under the hood.
Configuration
Silvana Book Agent config doc. Nice to have for agent onboarding.
CLI Reference
A full list of CLI commands to get an agent running.
SDK Interaction Flow
Read about the transaction mechanics in Silvana Book.
Trading Modes
Find out about the supported trading modes – Grid, RFQ, and Taker Loops.
Authentication and Signing
Study the guidelines for authentication and signing.
Security Model
Get to know Silvana Book’s security arrangements and practices.