# Smart contract Addresses

## Testnet AlphBanx Addresses

Below is a reference list of key smart contracts used on AlphBanX testnet:

| Name                       | Address                                       | Contract ID                                                      |
| -------------------------- | --------------------------------------------- | ---------------------------------------------------------------- |
| **Loan Manager**           | 26y5AztUG2ka985W1qYzHjvd2CocDjfSGJQm9TqmiGhE7 | b66d84f6ff3eb120d990f08dd778200520c8144a000eae88c407ec798d6a9900 |
| **Operations Contract**    | 26wzoN8h59CNgc11nFqsQx5BEQhq3LC8acnGMjqJjQrhu | b626fe7856913f3b89782b84adc338b7c0a5e5b54a4b92ae82b13b7e3c39d600 |
| **ABD Token**              | 2AEnwNzccQ3ymXLkEKqnk8Tr3pLbEoYzBtKwsiRRoy79y | e7078430508078b4cb2ddce6bb8e297d43e1369f3227162092255106afeabc00 |
| **ALPH Token**             | tgx7VNFoP9DJiFMFgXXtafQZkUvyEdDHT9ryamHJYrjq  | 0000000000000000000000000000000000000000000000000000000000000000 |
| **ABD Price Oracle**       | wtL6PCHvbpgu3uyDzqeeg7GDSBS4U54X1mj8Bmzxd1ZH  | N/A                                                              |
| **DIA ALPH Price Adapter** | 2APkRx4AkYnHxQHp2cEUeCQgB2QGKzjwkHx9vY68XSHps | N/A                                                              |

These addresses are valid for **testnet** only and subject to change. Mainnet addresses will be published separately at launch/


---

# 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://alphbanx.gitbook.io/alphbanx/smart-contract-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.
