> For the complete documentation index, see [llms.txt](https://o2dao.gitbook.io/o2-dao-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://o2dao.gitbook.io/o2-dao-documentation/contracts/bonds.md).

# Bonds

## wsOHM Bond

All bond contracts are more or less the same, with the one exception of the assets or LP tokens they manage. The bond contracts handle all deposits and redemptions. Here parameters for monetary policy are configured. Such parameters are for instance the BCV and the max individual payout. Below are listed DAI bond contracts by version, where the latest version represents the currently active contract.

* V1 [0x514e19c1139FE4c5DEAc4c26087E656a0ED84f62](https://snowtrace.io/address/0x514e19c1139FE4c5DEAc4c26087E656a0ED84f62)
* V2 [0xF11ddcB8a4167e3eEeBC319d441df363743213fb](https://snowtrace.io/address/0xF11ddcB8a4167e3eEeBC319d441df363743213fb)

## wsOHM / OTWO LP Bond

All bond contracts are more or less the same, with the one exception of the assets or LP tokens they manage. The bond contracts handle all deposits and redemptions. Here parameters for monetary policy are configured. Such parameters are for instance the BCV and the max individual payout. Below are listed wsOHM / OTWO LP bond contracts by version, where the latest version represents the currently active contract.

* V1 [0xE38FF49b5b3e49bD0C70E4b473fE9D1a0330496d](https://snowtrace.io/address/0xE38FF49b5b3e49bD0C70E4b473fE9D1a0330496d)
* V2 [0xC2A7d2b79FAC080f9e42B1662395649C4da7Bfd1](https://snowtrace.io/address/0xC2A7d2b79FAC080f9e42B1662395649C4da7Bfd1)

## gOHM Bond

All bond contracts are more or less the same, with the one exception of the assets or LP tokens they manage. The bond contracts handle all deposits and redemptions. Here parameters for monetary policy are configured. Such parameters are for instance the BCV and the max individual payout. Below are listed gOHM / OTWO LP bond contracts by version, where the latest version represents the currently active contract.

* V1 0x1f309b4834F02dEFAF52BE3b74D086324899De8e

## gOHM / OTWO LP Bond

All bond contracts are more or less the same, with the one exception of the assets or LP tokens they manage. The bond contracts handle all deposits and redemptions. Here parameters for monetary policy are configured. Such parameters are for instance the BCV and the max individual payout. Below are listed gOHM / OTWO LP bond contracts by version, where the latest version represents the currently active contract.

* V1 0x35E6506D19eEAe0C1564eA3FBa7749C53F34AA21

## wMEMO LP Bond

All bond contracts are more or less the same, with the one exception of the assets or LP tokens they manage. The bond contracts handle all deposits and redemptions. Here parameters for monetary policy are configured. Such parameters are for instance the BCV and the max individual payout. Below are listed gOHM / OTWO LP bond contracts by version, where the latest version represents the currently active contract.

* V1 0x350c5aEe79679E239f670ca1A5E695C78329979b


---

# 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://o2dao.gitbook.io/o2-dao-documentation/contracts/bonds.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.
