# Bonds & Sacrifice

Buying into the contract will mint a Bond NFT with a certain amount of "Mass".

Investors are buying and selling along a bonding curve.

When an investors sells their Bond NFT back to the contract resolve tokens are minted based on the following formula:\
\&#xNAN;*resolve tokens = investment \* (investment / return) \* ( holding time / average holding time )*

These tokens can then be staked directly into the contract or used to back a candidate of the DAO

Staking Resolve tokens will create a Staking NFT. When value is pulled from the staking NFT, the % of value pulled is the % of staked resolves that will be burned from that NFT.


---

# 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://obelus.gitbook.io/obelus-dao/bonds-and-sacrifice.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.
