> For the complete documentation index, see [llms.txt](https://docs.silopay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silopay.io/how-silo-works/supported-chains-and-assets.md).

# Supported Chains & Assets

This page reflects Silo's current chain and asset support. It will be updated as new chains and assets go live.

***

#### **Chains**

Ethereum: live. \
Sui: live. \
Solana: live.

Additional chain support is planned and will be announced as integrations are completed.

***

#### **Assets**

USDC: supported across all live chains. This is Silo's primary settlement asset and the lowest-cost path for transactions (no swap fees when both sender and receiver use USDC).

Additional asset support is expanding. When new assets are added, this page will be updated to reflect which assets are available on which chains.

***

#### **Bridge**

Cross-chain transfers are routed through CCTP (Circle's Cross-Chain Transfer Protocol). CCTP handles USDC bridging between supported chains at $0 Silo fee. It is the most widely audited cross-chain transfer protocol for USDC.

***

#### **Swap Routing**

When a payment requires an asset conversion, Silo routes through available DEX liquidity on the relevant chain. Current routing integrations include Curve and Uniswap on Ethereum, DeepBook on Sui, and Jupiter on Solana. Silo selects the best available route automatically. Swap fees and slippage are passed through at cost with no Silo markup.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.silopay.io/how-silo-works/supported-chains-and-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
