> For the complete documentation index, see [llms.txt](https://bootcamp.openguild.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bootcamp.openguild.wtf/building-a-blockchain-with-polkadot-sdk/polkadot-sdk/substrate/create-a-new-blockchain.md).

# Create a new blockchain

### Basic architecture of a blockchain network

<figure><img src="/files/Xtt7TIAE4Nba0HlQpHGO" alt=""><figcaption><p>Basic architecture of a blockchain network</p></figcaption></figure>

### What is a Polkadot SDK?

Learn more about Polkadot SDK: <https://polkadot.com/platform/sdk>

<figure><img src="/files/a6fPqq45pkZbDjshMPQG" alt=""><figcaption><p>Key Features of Polkadot SDK</p></figcaption></figure>

### What is a Substrate framework?&#x20;

Polkadot is a layer-0 protocol and multichain network laying the foundation for the future of Web3. Substrate is the primary blockchain SDK used by developers to create the parachains that make up the Polkadot network.

* Learn more about Substrate: <https://substrate.io/vision/substrate-and-polkadot/>

{% content-ref url="/pages/P10a32KHIwyvgrkjPKj5" %}
[Understanding the architecture](/building-a-blockchain-with-polkadot-sdk/polkadot-sdk/substrate/create-a-new-blockchain/understanding-the-architecture.md)
{% endcontent-ref %}

### Create a new blockchain with Pop CLI

{% content-ref url="/pages/UM7xZLRvWn1JmE7cAsOh" %}
[Introducing to Pop CLI tool](/building-a-blockchain-with-polkadot-sdk/polkadot-sdk/substrate/create-a-new-blockchain/introducing-to-pop-cli-tool.md)
{% endcontent-ref %}

### Running a solochain

{% embed url="<https://docs.substrate.io/tutorials/build-a-blockchain/build-local-blockchain/>" %}

### Running a local relaychain / parachain network

Building a parachain on Polkadot Wiki: <https://wiki.polkadot.network/docs/build-guide#building-parachains>

<figure><img src="/files/MoHYNjM3toBVWUljCyS6" alt=""><figcaption><p>Components of a Polkadot network with Relay Chain &#x26; Parachains</p></figcaption></figure>


---

# 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://bootcamp.openguild.wtf/building-a-blockchain-with-polkadot-sdk/polkadot-sdk/substrate/create-a-new-blockchain.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.
