# Welcome to the Patch Docs

Welcome to the Patch Wallet Developer Documentation.

Patch wallets are web3 wallets attached to every Twitter, email, & phone number. The 1st "zero onboarding" wallet to send NFTs/tokens to your friends, family & customers.

Patch wallets use a [Kernel Account](https://github.com/PaymagicXYZ/zerodev-wallet-kernel) as its [EIP-4337 account abstraction](https://eips.ethereum.org/EIPS/eip-4337) smart contract wallet with the same address on all EVM chains.

Patch wallets are being used to:

* 🆕 Embed an Ethereum wallet in your app and remove "Connect Wallet" buttons entirely.
* 👨‍💼 Businesses can create wallets for users without onboarding, like Reddit Vaults.
* 🪂 Airdrop NFTs to all your Twitter followers or email audience. No need to collect ENS’s.
* 💐 Send an NFT birthday card to your mom’s Patch wallet.
* 🤲 Donate to a charity, cause, or artist via Twitter handle.

If you have questions, please reach out on [Discord](https://discord.gg/EAFPKSRyth).

**Quick Links**

* [Postman Collection](https://www.postman.com/paymagic/workspace/public-patch-wallet-api)
* [Kernel Account Smart Contracts](https://github.com/PaymagicXYZ/zerodev-wallet-kernel)
* [Read our origin story](https://launch.mirror.xyz/wDFf0PylbkZ70LKbxe_fmTeikvgbzsEfthcH7pCjlng)
* [Twitter](https://twitter.com/patchwallet)
* [Discord](https://discord.gg/EAFPKSRyth)


---

# Agent Instructions: 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.patchwallet.com/welcome-to-the-patch-docs.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.
