Skip to main content

Installation

Follow this guide to start using Silvana Book Agent.
  1. Download the latest cloud-agent binary from the GitHub Releases page:
See example below:
Checksums for all archives are in checksums.txt on the release page.
  1. Build from source.
Binary at target/release/cloud-agent.
  1. 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 the CC-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.
Configured via agent.toml
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.