# Contract Addresses (Arbitrum)

### **Smart Contract Address Directory**

Below is a directory of our deployed smart contracts on the Sepolia testnet. Each contract includes its function and a verified link to its code on the block explorer for further details.

| **Contract Name**            | **Function**                                   | **Contract Address**                       | **Block Explorer Link**                                                          |
| ---------------------------- | ---------------------------------------------- | ------------------------------------------ | -------------------------------------------------------------------------------- |
| **Oracles Contract**         | Provides real-time data feeds and calculations | 0xf4690716b26c8e4BEE2Cca0277eAA782e8c1DDcE | <https://sepolia.arbiscan.io/address/0xf4690716b26c8e4BEE2Cca0277eAA782e8c1DDcE> |
| **Treasury Seller Contract** | Handles treasury-related seller interactions   | 0x10f4588216ceF32287e7fc2a1fBedC026B42397d | <https://sepolia.arbiscan.io/address/0x10f4588216ceF32287e7fc2a1fBedC026B42397d> |
| **Treasury Claim Contract**  | Manages claims for treasury payouts            | 0x6F619716933e72C7be6f1D2df071024C6ad71a35 | <https://sepolia.arbiscan.io/address/0x6F619716933e72C7be6f1D2df071024C6ad71a35> |
| **ELVX Token Contract**      | Deploys the native $ELVX token                 | 0x8E8e8df81C9a55755D8AcDF1BCA44cD9Af9797e4 | <https://sepolia.arbiscan.io/address/0x8e8e8df81c9a55755d8acdf1bca44cd9af9797e4> |
| **Claim Token Contract**     | Facilitates real estate token claims           | 0x2166423b7A5E802068ce33450cE76030e89e0A6c | <https://sepolia.arbiscan.io/address/0x2166423b7A5E802068ce33450cE76030e89e0A6c> |
| **Seller Token Contract**    | Supports seller token interactions             | 0x28daFF887619084be522d81d562213812E1545d2 | <https://sepolia.arbiscan.io/address/0x28daFF887619084be522d81d562213812E1545d2> |


---

# 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://elevex.gitbook.io/elevex-whitepaper/elvx-foundation/elvx-token/contract-addresses-arbitrum.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.
