> For the complete documentation index, see [llms.txt](https://docs.endless.link/endless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.endless.link/endless/devbuild/nodes/run-a-public-fullnode/deploy-a-pfn.md).

# Deploy a PFN

## Deploy a PFN

The following guides provide step-by-step instructions for deploying a PFN on the Endless networks.

{% hint style="info" %}
Do I have to run a PFN? If you do not wish to run a PFN, but still want to interact with the Endless blockchain, you can use the REST API provided by the Endless Labs' PFNs (see Endless APIs). Note, however, that Endless Labs-provided PFNs have rate limits, which can impede your development. If you want to avoid such rate limits, you can deploy your own PFN and synchronize with the Endless blockchain directly.
{% endhint %}

Select the guide for the deployment method you prefer:

{% hint style="info" %}
Choose a network These guides default to deploying a PFN in the Endless mainnet network, but they can easily be used to do the same in other networks (e.g., devnet or testnet network). To do so, check out the desired network branch and use the `genesis.blob` and `waypoint.txt` node files for the respective branches: mainnet, devnet, and testnet.
{% endhint %}

* **Using Source Code**
* **Using Docker**
* **Using GCP**


---

# 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:

```
GET https://docs.endless.link/endless/devbuild/nodes/run-a-public-fullnode/deploy-a-pfn.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.
