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

# Wallet Protect

## Transform Every Follower Into a Token Launch

**Wallet Protect** is a production-grade, event-driven backend that automatically launches pump.fun tokens on Solana whenever a new follower joins your designated X (Twitter) account.

{% hint style="success" %}
**Zero manual intervention required.** Set it up once and watch tokens launch automatically for every new follower.
{% endhint %}

***

## The Magic in Action

```
   ┌─────────────┐         ┌─────────────┐         ┌─────────────┐
   │             │         │             │         │             │
   │  NEW        │────────▶│   WALLET    │────────▶│  TOKEN     │
   │  FOLLOWER   │         │   PROTECT   │         │  LAUNCHED   │
   │             │         │             │         │             │
   └─────────────┘         └─────────────┘         └─────────────┘
        𝕏                       🛡️                      ◎
```

{% stepper %}
{% step %}

### User follows your X account

Follower detected instantly.
{% endstep %}

{% step %}

### Wallet Protect generates metadata

Unique token identity created.
{% endstep %}

{% step %}

### Metadata uploaded to IPFS

Permanent, decentralized storage.
{% endstep %}

{% step %}

### Transaction submitted to Solana

Token minted via pump.fun.
{% endstep %}

{% step %}

### Audit trail recorded

Full transparency & tracking.
{% endstep %}
{% endstepper %}

***

## Why Wallet Protect?

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>🚀 Fully Automated</strong></td><td>Set it and forget it. Zero manual intervention required for token launches.</td><td></td></tr><tr><td><strong>🔒 Battle-Tested</strong></td><td>Idempotent operations ensure no duplicate tokens. Safe to retry failed launches.</td><td></td></tr><tr><td><strong>⚡ Lightning Fast</strong></td><td>Sub-minute detection to launch. Your followers get tokens almost instantly.</td><td></td></tr><tr><td><strong>📊 Full Audit Trail</strong></td><td>Every action logged. Track status, errors, and transactions in PostgreSQL.</td><td></td></tr><tr><td><strong>🎨 Custom Branding</strong></td><td>Your logo, your description, your token naming convention.</td><td></td></tr><tr><td><strong>🐳 Docker Ready</strong></td><td>One command deployment. Production-ready container configuration included.</td><td></td></tr></tbody></table>

***

## Technology Stack

| Component      | Technology  | Purpose                      |
| -------------- | ----------- | ---------------------------- |
| **Runtime**    | Node.js 20+ | Server environment           |
| **Language**   | TypeScript  | Type-safe development        |
| **Framework**  | Fastify     | High-performance HTTP server |
| **Database**   | PostgreSQL  | Persistent storage           |
| **ORM**        | Prisma      | Type-safe database access    |
| **Blockchain** | Solana      | Token deployment             |
| **Platform**   | pump.fun    | Token launchpad              |
| **Validation** | Zod         | Runtime config validation    |
| **Logging**    | Pino        | Structured JSON logging      |

***

## Community & Support

* 🐙 [GitHub Repository](https://github.com/developerx122/Wallet-Protect)
* 🐛 [Report Issues](https://github.com/developerx122/Wallet-Protect)
* 💬 [Discussions](https://github.com/developerx122/Wallet-Protect)

***

## License

Wallet Protect is open source software licensed under the [MIT License](broken://pages/0e581f678dac35dcb50e2cf5ddea37824c98c13a).

***


---

# 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://wallet-protect.gitbook.io/wallet-protect-docs/intro/wallet-protect.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.
