Documentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
Overview
.env and agent.toml are both created by cloud-agent onboard β you typically donβt write them from scratch. The tables below describe each field so you can tune an existing config.
.env β Environment Variables
| Variable | Description | Written byonboard |
|---|---|---|
PARTY_AGENT | Your Canton party ID | yes |
PARTY_AGENT_PRIVATE_KEY | Base58 Ed25519 private key (32-byte seed) | yes |
PARTY_AGENT_PUBLIC_KEY | Base58 Ed25519 public key (derived from the private key) | yes |
ORDERBOOK_GRPC_URL | Orderbook gRPC endpoint | yes |
CANTON_CHAIN | devnet | testnet | mainnet | yes |
SYNCHRONIZER_ID | Canton synchronizer ID | yes |
NODE_NAME | Canton node name for routing | yes |
LEDGER_SERVICE_PUBLIC_KEY | Base58 public key of the ledger service (for verifying responses) | yes |
DSO | DSO (Canton Coin admin) party ID | yes |
PARTY_SETTLEMENT_OPERATOR | Settlement operator party ID | yes |
PARTY_ORDERBOOK_FEE | Orderbook fee collection party | yes |
PARTY_TRAFFIC_FEE | Sequencer traffic fee party | yes |
TRAFFIC_FEE_PRICE_USD_MB | Traffic fee rate in USD per MB | yes |
JOIN_TRAFFIC_TRANSACTIONS | Batch traffic-fee transactions (default: true) | yes |
AGENT_FEE_RESERVE_CC | CC balance held back for fees (default: 5.0) | yes |
AGENT_FEE_CC | Per-tx agent fee (CC) | yes |
PARTICIPANT_FEE_CC | Per-tx participant fee (CC) | yes |
SIGNATURE_FEE_CC | Per-tx signature fee (CC) | yes |
MERGE_THRESHOLD | Merge worker triggers when selectable amulets exceed this count | yes |
MERGE_MAX_AMULETS | Max amulets merged per round (default: 100) | yes |
MERGE_POLL_INTERVAL_SEC | Merge worker poll interval in seconds (default: 600) | yes |
LOG_DESTINATION | console | file (paired with LOG_DIR, LOG_FILE_PREFIX) | yes |
RECURRING_PAYMENT_PACKAGE_NAME | Recurring-payment package name; required for subscription * commands | yes |
SETTLEMENT_THREAD_COUNT | Concurrent settlement threads (default used when unset) | no |
AGENT_MAX_SETTLEMENTS | Max active settlements (default used when unset) |