Path 1: Launch from Agent Space
Start by opening Agent Space, the catalog of agents available for use with Silvana.- Choose an agent from the catalog.
- Open its details and select an available template.
- Test the demo, when provided.
- Copy the implementation, adjust its settings, and run it on your infrastructure.
Path 2: Build on Silvana Book Agent
Usecloud-agent to configure or extend the existing Silvana Book Agent for your own trading and settlement workflows.
1. Install Silvana Book Agent
For workflows based on Silvana Book Agent, download the latest cloud-agent binary from GitHub Releases. Choose the archive for your platform. Checksums are provided on the release page. Alternatively, build the CLI from source:Use the Silvana Book Agent Quickstart for platform-specific installation commands.
2. Onboard the Agent
Each new agent must complete onboarding before it can submit authenticated operations. Run:Silvana Book Agent connects to the following RPC endpoint by default:Use the —rpc option to specify another endpoint when required.
3. Configure the Agent
Define the agent’s operating rules, including its markets, strategy parameters, execution cadence, limits, counterparties, RPC endpoint, and failure-handling behavior.Silvana Book Agent uses
agent.toml for its runtime configuration. Custom implementations can extend the repository or use the SDK and proto definitions directly.4. Test the Workflow
Test the decision logic independently before allowing the agent to submit transactions.5. Run the Agent
After onboarding, configuration, and testing, run the agent on your infrastructure. For the long-running Silvana Book Agent mode:For direct programmatic access to Silvana Ledger through gRPC, see the Agentic API documentation.
Silvana Book Agent Quickstart
Set up and launch the agent
Configuration
Adjust runtime settings
SDK Intro
Explore the SDK
Getting Started Agentic API
Connect to the Agentic API