# Bonding

Our bonding mechanism allows users to participate in our ecosystem and earn rewards by bonding their $ANUB tokens with our bonding contract. The bonded tokens are used to generate liquidity, which in turn earns rewards for the bonders.

The formula for calculating the rewards for bonding is as follows:

*$ANUB reward = (total $ANUB reward pool / total bonded $ANUB) \* (bonded $ANUB/ total bonded $ANUB) \* (bonding period / total bonding period)*

The bonding period is determined by the bonders and can range from a minimum of 1 day to a maximum of 30 days. The longer the bonding period, the greater the rewards.


---

# 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://anubis-finance-1.gitbook.io/anubis-finance/advanced-staking-mechanism/bonding.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.
