# Yield Strategy Proposal

Use this template as a guide to propose a new yield-generating strategy for OUSD or ARM.

## ***Title:***

*What is the name of the strategy proposal?*

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

*Who wrote/contributed to the strategy proposal?*

## ***Create date:***

*When was the strategy proposal created?*

## ***Proposal:***

*One sentence summarizing the strategy proposal*

### **References**

*Add links to:*

* *project*
* *project launch date*
* *CoinGecko/CMC*
* *whitepaper*
* *docs/Gitbook*
* *source code/Github*
* *Ethereum addresses*
* *price oracle(s)*
* *audits*

**Socials**

Add links, with the number of followers/members:

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

## Strategy Evaluation

#### Overview

*In a few sentences, how does the protocol work? How do depositors earn yield?*

#### Relationship to Protocol

*What is the relationship between the author of this proposal and the proposed yield protocol?*

### Projected Returns

#### Base APY

*What level of yield can OUSD collateral earn without including liquidity mining incentives? How does it compare to the current OUSD yield strategies? Keep in mind that new strategies often have investment caps of 100k USDC/USDT/USDS.*

#### Liquidity Incentives

*What additional yield can be generated from liquidity mining incentives? Are the bonus tokens locked for a period of time?*

#### Total Projected Yield

*Combine the previous two sections in this format, with X as base APY, Y as bonus APY, and Z as the bonus tokens:*

*USDC: XXX% + YYY% in ZZZ*

*USDT: XXX% + YYY% in ZZZ*

*USDS: XXX% + YYY% in ZZZ*

### TVL & Liquidity

#### TVL

*What is the project’s current TVL? Average TVL over the past 90 days? Peak TVL? Include any on-chain reporting, such as Dune queries and DefiLlama pages. If possible, please do not include staking in these numbers.*

#### Liquidity

*What level of liquidity depth does the project have? Does the project maintain healthy pools on Uniswap, Curve, or another DEX? How easily can the bonus tokens be converted into stablecoin? How easily can deposits be pulled from the protocol?*

## Project Details

#### Project Overview

*How big is the project team? When did the project launch? How much did the project raise? Who are the main investors?*

#### Token

*When did the project’s token launch? What is the utility of the token? What percent of the token is used for expenses, liquidity mining, payroll, etc? Please include relevant links on tokenomics.*

#### Governance

*How is the project governed? What are the steps for a proposal to pass? Does the project use Snapshot voting, fully decentralized on-chain voting, or both?*

## Security Considerations

#### Risks

*What are the risks of utilizing the protocol with this yield strategy? How is the project mitigating each risk?*

#### Access Control/Upgradability

*What controlling functions does the core team have? Are multi-sigs used? Is a timelock implemented? Are the smart contracts upgradeable or immutable?*

#### Audits

*How many audits has the project formally completed? When was the last audit completed?*

#### Previous Hacks

*Has the project suffered a hack or exploit in the past? When did this happen? How did it happen? Did the event lead to a loss of user funds? How were affected users compensated? What has changed since the event?*

#### Bug Bounty

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

### Vote

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

* **Yes** - Approve \[strategy proposal name]
* **No** - Do not approve \[strategy proposal 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/yield-strategy-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.
