# Choice of reserve asset

None of the code in this system has any control over the reserve asset code.&#x20;

It is up to the Trust deployer and each participating user to conduct their own risk assessment of the reserve asset.&#x20;

For example:&#x20;

* Stable coins may introduce regulatory risk, e.g. the American STABLE Act or similar may suddenly apply to a reedeemable token.
* Centralised stable coins could censor the redemption or pool mechanisms by blocking transfers beyond our control.&#x20;
* The reserve asset could experience its own exit scams and/or exploits.
* The reserve asset could somehow be 'wound down' out from underneath users who want to redeem against it It essentially comes down to counterparty risk (e.g. tether) + technical risk (e.g. hacks) + value risk (e.g. worthless/volatile reserve).&#x20;
* Rough analysis of notable assets: WETH: Zero counterparty risk, low technical risk, high value risk USDC/DAI: Some counterparty risk, some technical risk, low value risk NFT/partner token: Some counterparty risk, some technical risk, very high value risk.


---

# 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.polygen.io/more-info/technical-documentation/choice-of-reserve-asset.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.
