> For the complete documentation index, see [llms.txt](https://docs.the4thpillar.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.the4thpillar.io/developers/four-token-grants-tba.md).

# Four Token Grants (TBA)

{% hint style="danger" %}
**Tip:** The 4P Grant Program is not yet operational, more detailed information will be available as the project develops.&#x20;
{% endhint %}

### Grant Program&#x20;

The 4P Grants Program offers a unique opportunity for developers of all levels to contribute and take part in our journey. Whether you're an experienced coder or just starting out, your ideas and efforts are valued. In our pursuit of continuous innovation and growth, a 4P Grants Program was designed to encourage the development of new functionalities that enrich the 4P ecosystem. Improvement proposals will manifest in the form of GitHub Issues.

### Open Source Community

Besides our [Open Community Projects](/developers/open-community-projects-ocp.md), anyone can have their own idea. Our source code is available on GitHub. The repository is open for anyone to fork, enhance functionalities, and push merge requests. Once the code passes the evaluation it will be merged with the project.

### Steps

<details>

<summary>Step1: Submitting the application</summary>

(1) Tell us more about you and your team\
(2) Tell us what your project is all about and the challenges it solves in the realm of on-chain communications\
(3) Add team or project crucial identifiers (i.e. Twitter, Website, Github)

</details>

<details>

<summary>Step 2: Grant approval</summary>

We will review your applications with care.

</details>

<details>

<summary>Step 3: Building your dApp</summary>

Dev groups will be available for integration and development support.

</details>

<details>

<summary>Step 4: Deploying your Dapp</summary>

Go!&#x20;

</details>


---

# 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://docs.the4thpillar.io/developers/four-token-grants-tba.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.
