Skip to main content

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.
Image
Then follows a catalogue of all available agents. For some of them, templates or a demo are provided. Some workflows require more than one agent to run. For each use case, you can see the number of agents engaged and the language in which they are written. Start typing the agent name in the search line to access it quickly.
Image
Upon click, you can view agent details: name, group (category), description, version, language, repo link, and doc links.
Image
You can also order the development of a customized agent with us.
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!
  • 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.