# Infura Guide

### How to get your Infura API key

1. Go to [Infura](https://www.infura.io/) and click on `Get Started` button.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a1.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a1.png)<br>

2. Click on `Sign up today` for an account or log in if you already have one.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a2.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a2.png)<br>

3. If you are a new user, you will be asked to fill in your details. Fill all the boxes and click on `Create a free account` button.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a3.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a3.png)<br>

4. Verify that you are a human being by clicking on the checkbox.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a4.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a4.png)<br>

5. Select option and answer as shown in the image below.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a5.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a5.png)<br>

6. Select category as shown in the image below.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a6.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a6.png)<br>

7. Select the plan. In this case, we will select the free plan. Click on `Start building`.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a7.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a7.png)<br>

8. You will be redirected to the dashboard. In the center of the page, you will see the dropdown box to select network.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a8.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a8.png)<br>

9. Choose `base`, then click the `next` button.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a9.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a9.png)<br>

10. In the center of the page, you will see your API key. Copy it and paste it to the CLI when asked.

[![](https://github.com/InternetMaximalism/intmax2-mining-cli/raw/main/assets/infura/a10.png)](https://github.com/InternetMaximalism/intmax2-mining-cli/blob/main/assets/infura/a10.png)<br>

That's it! You have successfully obtained your Infura API key.


---

# 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://intmax-general.gitbook.io/intmax-privacy-mining/intmax-cli-mining/infura-guide.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.
