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