> For the complete documentation index, see [llms.txt](https://doc.magport.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.magport.io/product-guides/develop-coretime-ready-chain-with-magnet-stack/preparation-reserve-a-paraid.md).

# Preparation: Reserve a ParaID

The ParaID (Parachain ID) is a unique identifier for a parachain or parathread on the Polkadot, Rococo, or Kusama networks. To reserve a ParaID, follow these steps:

{% hint style="info" %}
[Polkadot-JS](https://polkadot.js.org/) comprises a suite of tools that interface with the Polkadot blockchain, its parachains, and testnets such as Rococo in detail. If you are new to Polkadot, referring to this [guide ](https://wiki.polkadot.network/docs/learn-polkadot-js-guides)is recommended.
{% endhint %}

1\. [**Open Polkadot-js APP**](https://polkadot.js.org/apps/#/explorer)**:** Navigate to the Network tab.&#x20;

2\. **Select Parachains**:  Choose "Parathreads" and then click on "ParaID."

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeNCBD_C-YFdUlKXNc9h7Kb36jMKQlt9zlu3tZiBDwj5TSGNbQxZpGN1ZGZBqIejuJLsTgAE8cWcISyRJiQMhhdKX4tOPiJDR3YQ2C0RiBnL9nWwI4Vug5EZIg54_Etc3bdE0S49XFRyIh4_u2MfH6X9j6D?key=OcR147ab-8YRteQSQ4SssQ" alt="" width="563"><figcaption><p>Polkadot JS APP  Interface</p></figcaption></figure>

3\. **Submit a Request:** Choose an account and submit your request.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc2Gr77CUPVPKwr4n2rs41gjC4dW7IEuP1VYh3tHblfjZeVNhwbubhSRQpofnBxhjDUkKVCC-b1v9xgzwjVeCZHZVt9jWl85CP7Ar9o52_QI79mGZ5dbXrUK0yZYItrtuv6gqSdvwcmXb3e01U3aqfCCJMe?key=OcR147ab-8YRteQSQ4SssQ" alt="" width="563"><figcaption></figcaption></figure>

**Note:**

\- A deposit is required to reserve your ParaID.

&#x20; \- For Rococo testnet: The deposit amount is 40 ROC, you may visit the [Polkadot Faucet](https://faucet.polkadot.io/rococo) to get ROCs as test token.

&#x20; \- For Kusama and Polkadot: The deposit amount 40 KSM / 100 DOT respectively.

\
Once you have reserved your ParaID, you can start using Magnet Stack.


---

# 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://doc.magport.io/product-guides/develop-coretime-ready-chain-with-magnet-stack/preparation-reserve-a-paraid.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.
