> For the complete documentation index, see [llms.txt](https://docs.behodler.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.behodler.io/dev/smart-contracts/behodler-repositories.md).

# Behodler Repositories

All Behodler Solidity smart contracts are open source and available on github: [Behodler](https://github.com/behodler)

<table><thead><tr><th width="159.91968131080506">Repo</th><th width="456.1811779321233">Description</th></tr></thead><tbody><tr><td><a href="https://github.com/Behodler/behodler2">Behodler v2</a></td><td>Behodler AMM Second Edition</td></tr><tr><td><a href="https://github.com/Behodler/morgoth-dao">MorgothDAO</a></td><td>Controlling DAO for Behodler Liquidity Protocol</td></tr><tr><td><a href="https://github.com/Behodler/pyrotokens3">PyroTokens v3</a></td><td>The third phase in Behodler's super deflationary token wrappers</td></tr><tr><td><a href="https://github.com/Behodler/limbo">Limbo</a></td><td>Token Preseeding Smart Contracts for Behodler</td></tr></tbody></table>

## Deprecated

| Repo                                                | Description                     |
| --------------------------------------------------- | ------------------------------- |
| [Behodler v1](https://github.com/Behodler/Behodler) | First iteration of Behodler AMM |


---

# 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.behodler.io/dev/smart-contracts/behodler-repositories.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.
