# Collateral Proposal

Use this template as a guide to propose a new collateral asset for OUSD.

## ***Title:***

*What is the name of the collateral proposal?*

## ***Author(s):***

*Who wrote/contributed to the collateral proposal?*

## ***Create date:***

*When was the collateral proposal created?*

## ***Proposal:***

*One sentence summarizing the collateral proposal*

### **References**

*Add links to:*

* *project*
* *project website*
* *CoinGecko/CMC*
* *whitepaper*
* *docs/Gitbook*
* *source code/Github*
* *Ethereum addresses*
* *number of holders*
* *price oracle(s)*
* *audits*

**Socials**

Add links, with the number of followers/members:

* Twitter
* Discord
* Telegram
* Facebook
* Reddit
* Youtube

## History

*When did the stablecoin launch?*&#x20;

*What was the peak TVL?*

*Where else is the stablecoin used as collateral?*&#x20;

## Smart Contract Practices&#x20;

*Can anyone mint the stablecoin?*&#x20;

*Do the contracts use any proxies?*&#x20;

*Are the contracts upgradable?*&#x20;

*Is there a timelock?*&#x20;

*Add any other relevant information on the smart contracts.*

## Audits&#x20;

*How many audits has the stablecoin gone through?*&#x20;

*Which critical issues were uncovered?*&#x20;

*How were the issues fixed/mitigated?*&#x20;

*Which issues have not been fixed and why?*

#### Previous Hacks

*Has the project suffered a hack or exploit in the past?*&#x20;

*When did this happen?*&#x20;

*How did it happen?*&#x20;

*Did the event lead to a loss of user funds?*&#x20;

*How were affected users compensated?*&#x20;

*What has changed since the event?*

#### Bug Bounty

*Does the project maintain an active bug bounty? Please share any relevant links.*

## Peg Stability

*Does the stablecoin have the capability to maintain its peg to USD?*&#x20;

*How often does it de-peg?*&#x20;

*When was the last major de-peg?*

## Liquidity & Composability&#x20;

*Can users exit the stablecoin with sufficient liquidity in dire situations? There should be at least $100M liquidity available to be considered an option - if there is not, explain why.*

## DeFi Integrations&#x20;

*Where is the stablecoin currently supported in Defi? List out any lending markets, CDPs, DEX pools, and other integrations.*

## Team&#x20;

*Tell us more about the project team - is the team doxed?*&#x20;

*Can at least two people be seen publicly working on the project?*&#x20;

*Is there any prior history of nefarious activity?*&#x20;

## Documentation&#x20;

Does the project documentation provide insightful information for developers and researchers?&#x20;

Are all deployed contracts linked to their respective Etherscan page?&#x20;

Are all multi-sig addresses included?&#x20;

## Admin Controls

*Is the project open about the multi-sig control for their smart contracts?*&#x20;

*Where can this information be found?*&#x20;

*How intuitive is it for the average user?*

## Liquidity Bootstrapping

*Will the stablecoin provide some liquidity to OUSD to bootstrap the TVL? If so, how much?*

### Vote

*Can be binary, or have multiple options with a "No" option. Please also add an abstain option.*

* **Yes** - Approve \[collateral name]
* **No** - Do not approve \[collateral name]
* **Abstain**

Unsure of the voting type to use? Check out the [Snapshot guide](https://docs.snapshot.org/user-guides/proposals/voting-types).


---

# 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.originprotocol.com/resources/governance-templates/collateral-proposal.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.
