# Stake pool registration

The following scripts can be used to register a stake pool on Cardano on any of the blockchains: mainnet, preview or proprod (or any other, but these three are the most important ones).

The configuration files can be downloaded from there: <https://book.world.dev.cardano.org/environments.html>

For preprod and preview, the following faucet can be used to get 10k tADA per day: <https://docs.cardano.org/cardano-testnet/tools/faucet>. The minimum required to create a stake pool is about 503 (t)ADA (500 stake pool deposit, 2 stake key deposit, about 0.2 ADA transaction fees). The rest can be used for the pledge.

The binaries and libraries required for running a stake pool can be downloaded from Github (<https://github.com/input-output-hk/cardano-node/releases>), can be build following the Github instructions (<https://github.com/input-output-hk/cardano-node/blob/master/doc/getting-started/install.md/>).[<br>](<https://apexpool.info/files/1.35.5-aarch64-ununtu-22.04.tar.gz&#xA;>)

{% hint style="info" %}
All the operations involving the cold key and the payment keys should happen on a cold machine (at least for mainnet), and the files should be transferred using an USB stick between the cold machine and the machine connected to the Internet (with the node or with access to the node).
{% endhint %}


---

# 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://apexpool.gitbook.io/stake-pool-scripts/stake-pool-registration.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.
