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