> For the complete documentation index, see [llms.txt](https://docs.originprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.originprotocol.com/resources/governance-templates/integration-proposal.md).

# Integration Proposal

Use this template as a guide for writing a proposal that involves integrating OUSD, wOUSD, OETH, or wOETH into other protocols.

## ***Title:***

*What is the name of the integration proposal?*

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

*Who wrote/contributed to the integration proposal?*

## ***Create date:***

*When was the integration proposal created?*

## ***Proposal:***

*One sentence summarizing the integration 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

### Summary

*Enter a short 1-3 sentence summary of the integration, tl;dr version of what follows*

### Integration

*Describe the integration. What is the integration going to achieve?*

### Expected Benefits

*How will Origin benefit from the integration?*

## *Integration Analysis*

### *Work Plan*

*How will this proposal be carried out to completion? What level of technical work is required to execute this proposal?*

### *Team*

*Which core teams or resources need to be involved from Origin? What will the integration partner provide?*

### *Cost*

*What are the costs to Origin for this integration? What costs will the integration partner cover?*

### *Timeline*

*What is the expected timeline for development and implementation? How will we measure success or milestones?*

### *Risks*

*What are the potential risks to Origin if this integration proposal were to pass? How will the integration partner address these risks?*

### Vote

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

* **Yes** - Approve \[integration proposal name]
* **No** - Do not approve \[integration 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
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.originprotocol.com/resources/governance-templates/integration-proposal.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.
