> For the complete documentation index, see [llms.txt](https://docs.vetro.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vetro.org/using-the-app/supported-assets.md).

# Supported Assets

## Live Now

### Protocol Assets

| Asset   | Type           | Description                  |
| ------- | -------------- | ---------------------------- |
| VUSD    | Settlement     | Dollar-referenced base asset |
| sVUSD   | Variable yield | Staked VUSD — ERC-4626 vault |
| vetBTC  | Settlement     | BTC-referenced base asset    |
| svetBTC | Variable yield | Staked vetBTC                |

### VUSD — Accepted Minting Inputs

| Asset  | Status |
| ------ | ------ |
| USDC   | ✅ Live |
| USDT   | ✅ Live |
| frxUSD | ✅ Live |

### vetBTC — Accepted Minting / Swap Inputs

| Asset   | Status |
| ------- | ------ |
| hemiBTC | ✅ Live |
| cbBTC   | ✅ Live |
| WBTC    | ✅ Live |

### CDP Borrow — Accepted Collateral

| Collateral | Borrow Asset | Status |
| ---------- | ------------ | ------ |
| hemiBTC    | VUSD         | ✅ Live |
| WETH       | VUSD         | ✅ Live |

***

## Planned (Not Yet Live)

| Asset                   | Type                | Notes                                    |
| ----------------------- | ------------------- | ---------------------------------------- |
| vetETH                  | Settlement          | ETH-referenced base asset — not yet live |
| svetETH                 | Variable yield      | Requires vetETH launch                   |
| VUSDx                   | Fixed-term          | Fixed-rate VUSD product                  |
| DAI, USDS, USDf, USD1   | VUSD minting inputs | Planned Phase 2                          |
| cbBTC, tBTC, wSOL, wBNB | CDP collateral      | Planned Phase 2 CDP expansion            |

> Always refer to this page or the live app at [beta.vetro.org](https://beta.vetro.org) for current asset availability. The whitepaper describes the full roadmap — not only what is currently deployed.

## Want to Add Your Asset?

If you represent a project and want to discuss integration with Vetro Protocol: [Speak to the team →](https://vetro.org/speak-to-the-team)


---

# 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.vetro.org/using-the-app/supported-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.
