> For the complete documentation index, see [llms.txt](https://goomoney.gitbook.io/goo.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://goomoney.gitbook.io/goo.money/protocol/markdown.md).

# Bonds

Bonding is GooMoney’s primary engine for growing its treasury and securing protocol owned liquidity.\
Instead of renting capital through emissions or relying on short term LPs, GooMoney allows users to exchange strategic assets for discounted GOO, delivered over a short vesting period.

#### Bonding creates a win for both sides:

* Users acquire GOO at a discount
* The protocol gains long term assets and deepens its treasury
* Each bond strengthens the Bitcoin backed foundation of GOO

Bonding transforms GooMoney into a self owned, compounding economic engine. It builds strength over time rather than leaking value out through temporary incentives.

### How Bonding Works

Bonding is designed to be simple, transparent, and efficient.

1. Choose a bond based on your preferred discount and vesting period
2. Select the asset you want to contribute (ETH, BTC, WETH, USDC, or other approved tokens)
3. Receive a Bond NFT and claim your discounted GOO as it vests

#### Bond NFTs

Each bond is represented as a claimable NFT. GOO is released over the vesting period, such as 30 or 60 days. Users can track and claim GOO as it becomes available.

#### Treasury Allocation

Assets contributed through bonding go directly to the treasury. They are allocated to:

* Protocol owned liquidity pools to deepen markets and reduce slippage
* The liquid backing, if the asset is BTC, ETH, or a stablecoin

### Dynamic Bond Management

GooMoney uses a smart [emission manager](/goo.money/protocol/interactive-blocks.md) to maintain a balanced and healthy bonding environment. It automatically adjusts:

* Which bond types are available
* Discount rates based on demand and market conditions
* Vesting durations to optimize incentives and protocol health
* Epoch level bonding caps to prevent overexposure

This ensures bonding is capital efficient, non inflationary, and aligned with long term treasury growth.

### Why Bonding Matters

#### Treasury Growth

GooMoney acquires productive, long term assets rather than paying LPs to temporarily provide liquidity

#### Sustainability

Vested tokens prevent instant dilution. Bonding scales with real demand, not speculative hype

#### Value Backing

Every bond increases the protocol’s Bitcoin based treasury. This boosts the liquid floor price backing each GOO

#### Flywheel Activation

Bonding fuels the entire GooMoney loop\
**Treasury growth → Staking rewards → Emissions → Governance → Adoption**


---

# 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://goomoney.gitbook.io/goo.money/protocol/markdown.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.
