> 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/what-is-printpad-tm.md).

# What is PrintPad™

<figure><img src="/files/9ZR5j1dPGEirBrJDtEKF" alt="" width="240"><figcaption><p>PrintPad logo</p></figcaption></figure>

PrintPad™ is the first of many utilities offered by Print Protocol pursuing the mission of innovation within the Solana ecosystem.

At a high level, PrintPad solves the issue of automated tax-swaps to help fund projects. Prior to our automated management system, project owners who wish to implement a tax as a way to fund future endeavors would have to manually claim tokens from every account, then swap to $SOL, USDC, etc.\
\
\&#xNAN;***Example:***\
&#x20;    *<mark style="color:red;">Normie Norman would like to run his new Token 2022 meme coin 'Dog Barked at Tree because Cat in Tree 6900 Inu' with a tax of 2% so he can acquire the latest and greatest within crypto marketing & give back to the community.</mark>* \
&#x20;    *<mark style="color:red;">Normie Norman runs into the problem of manually claiming tokens to swap for sol in order to fund his project. Normie tries to do this every hour but it's hard to stay consistent. Some hours he is selling 5% of the supply in one sell because the volume built up so heavily, which has a negative impact on his chart.</mark>*\
&#x20;    *<mark style="color:red;">Finally, Normie Norman decides to go to bed, but while he sleeps there is nobody to collect the tokens and swap them so when he wakes up he has no choice but to collect and once again make a massive sell, impacting the chart in a negative way.</mark>*\
&#x20;    *<mark style="color:blue;">With PrintPad, Normie can simply link his Tax Withdrawal Authority to the automated swap management system, set a threshold of how many tokens should be sold at once, and automatically receive the $SOL earned via those swaps to his operations wallet.</mark>*&#x20;

PrintPad provides value in making these swaps consistent and automated. This leads to less work for the project managers as well as more consistent & manageable sell pressure to the chart.&#x20;


---

# 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/what-is-printpad-tm.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.
