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

# Blockchain Settings

### Testnet

The testnet is running on the bloxberg blockchain. bloxberg is running a Ethereum compatible PoA blockchain . The smart contract source code for Ethernity can be reviewed here:\
<https://github.com/ethernity-cloud/pox-smart-contract>

The official smart contract address is: [0x549A6E06BB2084100148D50F51CF77a3436C3Ae7](https://blockexplorer.bloxberg.org/address/0x549A6E06BB2084100148D50F51CF77a3436C3Ae7)

Running a node requires two blockchain wallets (keypairs). One is used to submit transactions by the Data Processor and is used outside the TEE enclave. The other is used by the Results Processor to submit transactions containing results of the processing and is used inside the TEE enclave.

To generate and fund a blockchain wallet please check our section on the topic:

{% content-ref url="/pages/-MOLbgeP7LNa4BVrWbbU" %}
[Blockchain Wallets](/ethernity-node/prerequisites-ethernity-node/blockchain-wallets.md)
{% endcontent-ref %}


---

# 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.ethernity.cloud/ethernity-node-quickstart/blockchain.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.
