# Transaction

In order to register the stake pool, the previously created certificates need to be submitted to the blockchain with a transaction.

For that, you will need to already run a node on the blockchain, and you will also need to have some funds available to fulfill the declared pledge, to pay for the stake pool deposit (500 ADA), for the stake key registration deposit (2 ADA) and the transaction fees (less than 0.2 ADA), as also stated on the first page of this guide. On the same page there are also instructions on how to get funds from the faucet for the testnets (preprod and preview). For mainnet, ADA must be acquired, usually from an exchange.


---

# 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/transaction.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.
