# Smart Contracts

The HBARX Smart Contracts play a crucial role in the Stader-HBARX protocol, serving as the fundamental building blocks of the entire network. These contracts form the foundation upon which various components of the system are constructed, such as the staking mechanism and the user interfaces for end user applications.

Here is the list of the HBARX Smart Contracts. This list serves as a reference point for HBAR staker, validators, developers, researchers, and enthusiasts who are interested in exploring the inner workings of the Stader-HBARX protocol and understanding how the different components interact with each other.

### HBARX Mainnet Smart Contracts <a href="#ethx-mainnet-smart-contracts" id="ethx-mainnet-smart-contracts"></a>

| Smart Contract        | Address     |
| --------------------- | ----------- |
| HBARX Token Contract  | 0.0.834116  |
| Staking Contract      | 0.0.1027588 |
| Rewards Contract      | 0.0.834120  |
| Undelegation Contract | 0.0.1027587 |


---

# 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://stader.gitbook.io/stader/hedera/smart-contracts.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.
