# Core Concepts

- [Architecture](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/architecture.md): Breakdown of the various GumBall Protocol contracts
- [ERC20 Bonding Curve](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/erc20-bonding-curve.md): Constant Function Market Maker
- [Fee Structure](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/revenue-structure.md)
- [GumBar Staking](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/gumbar.md)
- [GumBar Borrowing](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/borrow.md)
- [GumBall Machine](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/gumball-machine.md)
- [Physical Redemptions](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/physical-redemptions.md)
- [Nomenclature](https://gum-ball.gitbook.io/gumball-protocol/core-concepts/nomenclature.md): Key Terms in the GumBall Protocol Ecosystem


---

# 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://gum-ball.gitbook.io/gumball-protocol/core-concepts.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.
