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

# Silvana Agents

# Agent Platform

Silvana provides the infrastructure for agents to interact with assets: automate actions, coordinate transactions, and trigger settlement.

Every sensitive operation is constrained by permissions, policies, signing rules, and settlement logic. This gives developers and institutions automation without blind execution.

<Tip>
  Learn more about available endpoints, transaction flows, and integration patterns in the [Agentic API](/agentic-api/intro) documentation.
</Tip>

# Where Agents Come From

Silvana embraces all types of agents out there: AI-powered, rule-based, human-assisted, etc.

Agents come from multiple sources:

* platform-native agents;
* agents built by users;
* third-party agents (Perplexity, Claude, etc.).

Bring your own agents, integrate third-party agents, or build and publish new ones for others to use. Mix agents from different providers, connect them into custom workflows, and deploy them through a unified execution layer.

# What Agents Do

Agents in Silvana perform all operations on assets that would otherwise require manual coordination among users, applications, wallets, ledgers, and external systems.

Below are some samples of agents operating on Silvana:

<Columns cols={2}>
  <Column>
    <Card title="Asset and Activity Monitoring" icon="chart-line">
      Track balances, transactions, and account activity in real time.
    </Card>
  </Column>

  <Column>
    <Card title="Oracles" icon="database">
      Read market, business, and external data to drive decisions.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Tx Builders" icon="file-signature">
      Build transactions and workflow actions before execution.
    </Card>
  </Column>

  <Column>
    <Card title="Policy Enforcement" icon="shield-check">
      Apply limits, permissions, and business rules automatically.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Approval Management" icon="user-check">
      Request and coordinate approvals when required by policy.
    </Card>
  </Column>

  <Column>
    <Card title="Payroll" icon="arrows-left-right">
      Manage recurring payments to counterparties, employees, etc.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Track Execution Status" icon="clock-rotate-left">
      Monitor transaction progress from initiation to settlement.
    </Card>
  </Column>

  <Column>
    <Card title="Generate Verifiable Outputs" icon="badge-check">
      Produce proofs, attestations, and reports for audit and compliance.
    </Card>
  </Column>
</Columns>

<Callout icon="info" color="#cf65c9">
  This list is not exhaustive. These capabilities are just the starting point. Agents can be combined, extended, or custom-built for virtually any action.
</Callout>

# Marketplace

Agents are the building blocks of the future tokenized economy.

The Silvana **Agent Marketplace** is an open ecosystem where agents are bought and sold. Instead of building every workflow from scratch, users can purchase and leverage specialized agents for their business goals.

As the ecosystem grows, the marketplace will become a hub for agent-driven applications, enabling businesses to assemble complex financial and operational systems from modular, reusable components.

<Check>
  **Discover agents. Deploy instantly. Monetize what you build.**
</Check>
