# Patch Wallet API

## Patch Wallet API

- [Welcome to the Patch Docs](https://docs.patchwallet.com/welcome-to-the-patch-docs.md)
- [Overview](https://docs.patchwallet.com/api/overview.md)
- [App Authentication](https://docs.patchwallet.com/api/app-authentication.md)
- [User Authentication](https://docs.patchwallet.com/api/user-authentication.md)
- [Resolver API](https://docs.patchwallet.com/api/resolver-api.md)
- [Kernel Account API](https://docs.patchwallet.com/api/kernel-account-api.md)
- [ENS Resolver (usr.id)](https://docs.patchwallet.com/api/ens-resolver-usr.id.md): Use the ENS resolver to find a wallet for any user
- [Networks Supported](https://docs.patchwallet.com/api/networks-supported.md)
- [Errors](https://docs.patchwallet.com/api/errors.md)
- [Admin](https://docs.patchwallet.com/other/admin.md)
- [🚧 🚧 🚧 Patch Maintenance 🚧 🚧 🚧](https://docs.patchwallet.com/other/admin/patch-maintenance.md)
- [Other](https://docs.patchwallet.com/other/other.md)
- [Request for Projects](https://docs.patchwallet.com/other/other/request-for-projects.md)
- [Base Account API \[DEPRECATED\]](https://docs.patchwallet.com/other/other/base-account-api-deprecated.md)
- [DustSweeper API \[WIP\]](https://docs.patchwallet.com/other/other/dustsweeper-api-wip.md): Check open orders on DustSweeper
- [Safe Account API](https://docs.patchwallet.com/other/other/safe-account-api.md)
- [Accounts](https://docs.patchwallet.com/other/other/safe-account-api/accounts.md)
- [Send Transactions](https://docs.patchwallet.com/other/other/safe-account-api/send-transactions.md)
- [View Transaction Status](https://docs.patchwallet.com/other/other/safe-account-api/view-transaction-status.md)
- [Protocol](https://docs.patchwallet.com/protocol.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
