# On Blockchain

Using the core concept definitions, we will identify what is a domain and what type of hosting we need to publish a Pazly website on blockchain

### Domain

If you have to choose a domain for your website that better make it an Unstoppable Domain. Pazly affiliated with them not so long ago. Here's our affiliate link where you can purchase you blockchain domain <https://unstoppabledomains.com/?ref=911ecdbda5f246e>&#x20;

Blockchain domains act as regular domains with the added functionality that they can be used in crypto currency transactions, much like Paypal with email. So having an Unstoppable Domain makes your website able to receive payments. Pretty handy for a freelancer, artist, or NFT collector.

### Hosting

Hosting on blockchain is not so straightforward. Since blockchain is peer-to-peer network, there is no server that can host your website files permanently. Instead, your website visitors (aka your peers) will carry your website content securely and make it available throughout the blockchain network. IPFS is the technology we will use for this. It is able to create gateways that contain your website content and its ownership securely and with full privacy. So, your website basically uses the same technology that NFTs use. Piniata is the best service for this. They are the like Dropbox, but running on IPFS. As soon as you put some content in your Pinata space, this will be marked with you ownership and distributed to gateways along the IPFS network, making it available to everyone.&#x20;


---

# 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://docs.pazly.dev/publishing-your-website/on-blockchain.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.
