Where Agents Live
Agent Space is the home for Silvana agents built and deployed on the platform. We provide them to cover the most common and demanded use cases. You can also add a custom agent to the platform to cater to your needs. At the top of the page, thereβs a guide to using Silvana agents.


We encourage you to power the Agent Space with your own custom agents.
What Can Agents Do?
Silvana agents cover a wide range of use cases: trading, audit, compliance, and other execution workflows. They can monitor, prove, report, trade, trigger payments, coordinate settlement, and interact with external systems.The functions covered are not limited to trading alone. There are other workflows (legal and risk compliance, audit, etc.), and this number is about to grow further!
Silvana Agent Samples
Silvana Agent Samples
- pre-trade check β validates an order (or a stream of orders) against compliance rules: notional, quantity, price band, market, and side allow/blocklists;
- oracle β fetches prices for every configured market on a fixed cadence and emits one record per market per poll;
- killswitch β instantly cancels every open order on demand, or trips automatically when health checks (open-order count, failed settlements) breach configured limits;
- watchlist β tracks markets, streaming live prices, and orderbook depth for a configurable list of pairs;
- test run β verifies connectivity, JWT, and basic queries before launching any ledger-writing agent;
- state monitor β observes your orders and settlement proposals in real time;
- compliance screening β applies compliance policies: blocked markets, per-party notional caps, allowed-counterparty whitelist, etc.;
- risk alert β provides alerts when thresholds (open orders, failed settlements, notional caps) are breached without cancelling a transaction;
- batch orders β submits multiple orders in a single transaction;
- portfolio rebalancing β continuously buys or sells assets in a portfolio based on target indicators;
- notifier β notifies user on events;
- trend analysis β analyzes the market and provides important event feeds;
- signature β signs transactions with Ed25519 signature. Raw and canonical envelope signing is supported;
- and more!!!
Agent Catalogue
See a list of Silvana agents.
Agent Playground
Test-run an agent.
Agentic API
Access agentic execution endpoints.
SDK
Build your own agent.