> ## 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.

# Agent Space

# Where Agents Live

[**Agent Space**](https://redesign.silvana.link/agents) 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.

<Frame>
  <img src="https://mintcdn.com/eranetworksdmcc/o6Y-lsD6A6PpdOu4/images/image-77.png?fit=max&auto=format&n=o6Y-lsD6A6PpdOu4&q=85&s=3a7535a85700880c8b5b8d8785cbf6b0" alt="Image" width="1073" height="844" data-path="images/image-77.png" />
</Frame>

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.

<Frame>
  <img src="https://mintcdn.com/eranetworksdmcc/o6Y-lsD6A6PpdOu4/images/image-75.png?fit=max&auto=format&n=o6Y-lsD6A6PpdOu4&q=85&s=0b168145846fe69746a1ed13575164bf" alt="Image" width="1082" height="822" data-path="images/image-75.png" />
</Frame>

Upon click, you can view agent details: name, group (category), description, version, language, repo link, and doc links.

<Frame>
  <img src="https://mintcdn.com/eranetworksdmcc/o6Y-lsD6A6PpdOu4/images/image-76.png?fit=max&auto=format&n=o6Y-lsD6A6PpdOu4&q=85&s=a5b5f6dd42c44cb2b31a5945a7a33db7" alt="Image" width="1365" height="355" data-path="images/image-76.png" />
</Frame>

You can also order the development of a customized agent with us.

<Check>
  We encourage you to power the Agent Space with your own custom agents.
</Check>

# 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.

<Check>
  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!
</Check>

<AccordionGroup>
  <Accordion title="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!!!
  </Accordion>
</AccordionGroup>

<callout>
  The number of agents in Silvana will grow with time. Build your own agents and contribute to the Agent Space.
</callout>

<card>
  ## **Agent Catalogue**

  See a list of Silvana agents [**here**](https://silvana.one/agents/catalog#available-agents).
</card>

<card>
  ## **Agent Playground**

  Test-run the agent you built [**here**](https://silvana.one/agents/playground#simulator).

  <Check>
    The number of agents in Silvana will grow with time. Build your own agents and contribute to the Agent Space.
  </Check>

  <CardGroup cols={2}>
    <Card title="Agent Catalogue">
      See a list of Silvana agents [here](https://silvana.one/agents/catalog#available-agents).
    </Card>

    <Card title="Agent Playground">
      Test-run the agent you built [here](https://silvana.one/agents/playground#simulator).
    </Card>
  </CardGroup>

  <br />
</card>

<CardGroup cols={2}>
  <Card title="Agent Catalogue" href="https://silvana.one/agents/catalog">
    See a list of Silvana agents.
  </Card>

  <Card title="Agent Playground" href="https://silvana.one/agents/playground">
    Test-run an agent.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Agentic API" href="/agentic-api/intro">
    Access agentic execution endpoints.
  </Card>

  <Card title="SDK" href="/sdk/sdk-intro">
    Build your own agent.
  </Card>
</CardGroup>
