> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/introducing-algebra-integral-to-dexes/benefits-of-modular-architecture/perks-for-builders.md).

# Perks for Builders

## **Why Build Plugins for Algebra Integral?**

{% embed url="<https://algebra.finance/plugins-page/hero.mp4>" %}

Building plugins for Algebra Integral unlocks unique opportunities for developers and teams looking to innovate on the next generation of DeFi infrastructure:

* **Earn From Day One**: Receive a share of the fees generated by any pool using your plugin—monetize your contribution directly.
* **Plug Into a Growing Network**: Get access to partnerships with a wide range of Algebra-powered DEXes across chains and verticals. The Algebra infrastructure is already trusted by 27 DEXes including QuickSwap, Camelot and THENA – and the list is constantly updated.
* **Launch With Ecosystem Backing**: Join a powerful and modular ecosystem designed for composability, where your plugin can scale with every new deployment.
* **Build Without Limits**: From fee strategies to incentive models, risk management tools to automated vaults—if it can run on-chain, it can be a plugin.

## Learn more:

<details>

<summary>Codebase:</summary>

<https://github.com/cryptoalgebra/Algebra>

</details>

<details>

<summary>Plugins Technical Overview:</summary>

<https://medium.com/@crypto_algebra/algebra-integral-plugins-technical-overview-315e6e7bc72f>

</details>

<details>

<summary>Developer Docs:</summary>

[Algebra Integral / Technical Reference](/algebra-integral-documentation/algebra-integral-technical-reference/intro.md)

</details>

<details>

<summary>Plugins Docs:</summary>

[Plugins](/algebra-integral-documentation/algebra-integral-technical-reference/plugins.md)

</details>

<details>

<summary>Plugin Template:</summary>

<https://github.com/cryptoalgebra/algebra-plugin-template>

</details>

<details>

<summary>Audits:</summary>

<https://github.com/cryptoalgebra/Algebra/tree/master/audits>

</details>

## Contact the Team:

<https://algebra.finance/form/>


---

# 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://docs.algebra.finance/algebra-integral-documentation/introducing-algebra-integral-to-dexes/benefits-of-modular-architecture/perks-for-builders.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.
