# Supported Collateral

<figure><img src="https://1071352185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1dMz8nRM1JTa9VwucgTP%2Fuploads%2FN56zDE7jJO1NeOjMtWuS%2Fphoto_2023-02-24_00-18-55.jpg?alt=media&#x26;token=37cfd369-b753-4ffc-85bc-3b56b3b3aca6" alt=""><figcaption></figcaption></figure>

All money markets must decide what types of collateral to support from their inception. This decision will inform most future design choices, from risk parameters and liquidations, to the protocol’s target audience.

The type of collateral that Nero is going to support falls within very specific constraints:

### Decentralised <a href="#c03a" id="c03a"></a>

If there are any lessons to be learned from this cycle it’s that there is no line regulators won’t cross. Circle was strong-armed by the OFAC into blacklisting USDC in the Tornado contracts. If it were to do the same to Maker, it would cease to exist due to its reliance on USDC.

Thus, to avoid existential threats, all collateral must be fully decentralised and immutable. If it can be censored, it is not decentralised.

### Short-tail <a href="#id-040f" id="id-040f"></a>

Nero is an hyperstructure. In order to be as resilient as possible, it must minimise risk, and while Nero will eventually be able to automagically derive optimal per-asset risk parameters, short-tail assets decrease the likelihood of the protocol accruing bad debt, increasing confidence in its synthetic assets. For this reason, all assets must be deeply liquid. This property is also correlated with maturity.

Within these two characteristics, supported collateral can be:

#### 1. ERC-20 Tokens <a href="#id-956a" id="id-956a"></a>

A normal token. This is the current status quo. A normal ERC-20 token. This can be WBTC, ETH, LINK, LUSD, and so on.

#### 2. Yield-bearing Tokens <a href="#c5af" id="c5af"></a>


---

# 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://nero-protocol.gitbook.io/nero-protocol/supported-collateral.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.
