# Package Addresses

### Latest Package Addresses \[Mainnet]

| Package Name    | Address                                                            | Description                                                  |
| --------------- | ------------------------------------------------------------------ | ------------------------------------------------------------ |
| Yield Flow      | 0x50c2216a078d3bdf5081fe436df9f42dfdbe538ebd9c935913ce2436362cff90 | Implements protocol configuration related logic              |
| AMM Math        | 0x858818ce0608bc6b393735ada00fd77db3c417c0914fd7a2fcfcf29b0256b0fa | Implenents Stableswap, weighted and curved AMM pools math    |
| DSUI Vault      | 0x17a24a7967dbd0185a77f9c0b5f66937ad0286c7f509c16c056ac2f298ccaf43 | Implements SUI liquid staking via DSUI VAULT                 |
| Dragon Trainer  | 0xf6c1b082c155db17da129050ac2f208986d08bf37d69f41f5279657fbbf07080 | Implements Dragon Trainer, dragon-bees and marketplace logic |
| Two Token AMM   | 0x30983736c532da8eb665a4ced2223f3ca1dc169f8e5600fd732ec0e2ad380f57 | Implements Two Token AMM                                     |
| Three Token AMM | 0x8611689808d76acc947bb41ac9df2231fb0470dc1b622cc81c1195cb01e457b6 | Implements Three Token AMM                                   |
| Dragon Food     | 0x824a99f48b4fea122a2e6e15caf4ebb254ff77ca4a5b63b476411b03d0bfc466 | Implements LP token staking for rewards                      |
| Queen Maker     | 0x469120a4ba8493867f4535891a7bfe86c2a3824a78a367b036b72a5144c43406 | Implements Queen Maker                                       |
| Scripts         | 0x5171eeaddbdaddeac72e78fd806c9989294c64e926cf8a95804a361de3d4f9aa | Implements helper router functions for our AMM pools         |


---

# 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://guide.degenhive.ai/developers/package-addresses.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.
