# Collateral Types

The Standard supports a variety of collateral types, including:

* Wrapped Bitcoin (WBTC)
* Ethereum (ETH)
* Wrapped Ethereum (WETH)
* Arbitrum (ARB)
* Chainlink (LINK)
* PAX Gold (PAXG)
* GMX (GMX)
* Radiant (RDNT)
* SushiSwap (SUSHI)

The collateralization ratio is always set at 110%, as Smart Vaults take into consideration all assets in a single smart vault collectively. Users can deposit a mix of different assets, and the vault evaluates the value as a whole, ensuring optimal collateral efficiency.


---

# Agent Instructions: 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:

```
GET https://docs.thestandard.io/tst/introduction/collateral-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
