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

# Contracts

Token

* Ticker: $ALB
* Contract: <https://basescan.org/token/0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4>
* Max Supply: 510 Million
* Initial supply: 5.1% (26 Million)<br>

DEX Contracts:

* Factory: <https://basescan.org/address/0x3e84d913803b02a4a7f027165e8ca42c14c0fde7>
* Router: <https://basescan.org/address/0x8c1A3cF8f83074169FE5D7aD50B978e1cD6b37c7>
* Farm Contract: <https://basescan.org/address/0x52eaecac2402633d98b95213d0b473e069d86590>
  * The contract is controlled by a special selective timelock proxy at <https://basescan.org/address/0x16f1F80654F2FEA97293321675907CFA2e23e4fB>
  * Changing owner, changing ALB emission rate and other privileged functions are timelocked
  * Adding new farms or changing settings on existing ones is allowed without timelocks to ensure fast response to the market
  * Deposit fees are currently set to zero and cannot be increased once the farm is live.
* Area 51 Router: [0x837d9B4139dFbAc869b2c67771730bC822863376](https://basescan.org/address/0x3485F8E155973cC247CBEa9E77C0dBBB4BBb79E7)
* Area 51 Factory: [0x2d5dd5fa7B8a1BFBDbB0916B42280208Ee6DE51e](https://basescan.org/address/0x2d5dd5fa7B8a1BFBDbB0916B42280208Ee6DE51e)

esALB Contracts:

* esALB: <https://basescan.org/address/0xe1afc637f41e05efe08d55296a2ccff0072a4587>
* config.esMasterAddress: <https://basescan.org/address/0xd3968a4a07d64c6e16982d45191b9a09a261ec88>
* esALB-ETH pair: <https://basescan.org/address/0x176ca19007b1e2c9d85b8ecd68f89bb7f8a208f0>


---

# 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.alienbase.xyz/contracts.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.
