# Developers

Github, <https://github.com/BulbaSwap>&#x20;

## Address

| Description                 | Address                                                                   |
| --------------------------- | ------------------------------------------------------------------------- |
| Standard AMM(Solana)        | <https://solscan.io/account/dexrBFKXSS5Mge5FN8DRRMfsqigjgj2P9ifm38orQRx>  |
| AMM Factory Address(Solana) | <https://solscan.io/account/2Ha2Z2a8DaJiexdiWLQVfqk3XBC7KBcugQofyRmdJKDr> |

## Access Control

BulbaSwap's programs are all owned by the BPF Upgradeable Loader, which allows an Upgrade Authority to upload updates and improvements when necessary. BulbaSwap holds the following Upgrade Authorities for the respective programs which can be found below. The only role is OnlyOwner. Programs are fully upgradeable and labelled as such when searched on [Solscan](https://solscan.io/), however all changes are reviewed by core team members before implementation.

| **Upgrade Authority** | EpdDsvU1RcTeEnVA7zgizJyL8o3E6zHpJJAwm13MkhNy`FMJ` |
| --------------------- | ------------------------------------------------- |


---

# 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.bulbaswap.io/products/developers.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.
