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

# Token Deployment

To utilize PrintPad you must have a [Token-2022](https://spl.solana.com/token-2022) token deployed. We recommend the PrintPad Token 2022 Deployer for this.&#x20;

<figure><img src="/files/Ta14Uy7BlzDuC9r935Sj" alt=""><figcaption></figcaption></figure>

## Guidelines:

Here will outline the recommended specifications for deploying your token.

### Details

The details section is where you will input all information relevant to your project such as the logo, name, symbol / ticker, description, supply, and decimals.&#x20;

### Extensions

The only extension we recommend utilizing is Transfer Tax at the moment. PrintPad does not support tokens utilizing the following extensions:

* Default Account State
* Permanent Delegate
* Non Transferable

**Transfer Tax**\
Transfer tax must be enabled to utilize PrintPad. In the 'Fee %' field, input the % tax you would like to charge on your project. \
\
**Withdraw Authority:**\
This is the wallet with authority to withdraw collected native-token taxes. Input the PrintPad auto-swap management wallet :

* <pre><code><strong>PrinttmRTjHDvibSwrdQAGXjQtEbLZ4QzoBewPRXjvG
  </strong></code></pre>

At this time withdraw authority is not changeable post-launch. A ticket has been open with Solana to add an instruction to change withdraw authority. \
\
\&#xNAN;*\* Tax Withdraw Authority does not give PrintPad the ability to change your tax %. You can discontinue service with PrintPad at any time and reclaim tax withdraw authority.*

**Config Authority:**\
This is the wallet with authority to change your tax settings. The wallet you set here will by default be the wallet PrintPad sends your marketing funds to.\
\
\&#xNAN;***\* You can revoke tax config authority post-deployment if you do not plan on changing your tax structure.***


---

# 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.printpad.io/printpad/get-started/token-deployment.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.
