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

# Wallet

- [Overview](https://docs.megaeth.com/moss-docs/wallet/index.md): MOSS is MegaETH's embedded wallet SDK — connect, sign, transact, and delegate through a hosted iframe model.
- [Wallet Quickstart](https://docs.megaeth.com/moss-docs/wallet/quickstart.md)
- [Integration Checklist](https://docs.megaeth.com/moss-docs/wallet/integration-checklist.md)
- [Examples](https://docs.megaeth.com/moss-docs/wallet/examples.md)
- [Best Practices](https://docs.megaeth.com/moss-docs/wallet/best-practices.md): Patterns, pitfalls, and production-ready examples for building on MOSS.
- [MOSS Authentication](https://docs.megaeth.com/moss-docs/wallet/authentication.md)
- [Paymaster Guide](https://docs.megaeth.com/moss-docs/wallet/paymaster-setup.md)
- [Deposit Flows (Unifold)](https://docs.megaeth.com/moss-docs/wallet/deposit-flows.md)
- [Migrating from Privy](https://docs.megaeth.com/moss-docs/wallet/privy-migration.md): Build a guided wizard that moves a user's assets from an existing Privy embedded wallet into a new MOSS wallet.
- [Server Verify](https://docs.megaeth.com/moss-docs/wallet/server-verify.md): Backend SIWE verification for MOSS wallet signatures.
- [Security Audits](https://docs.megaeth.com/moss-docs/wallet/audits.md): Independent security audits of the Normal Account smart contract used by MOSS wallets.
- [AI Agent Guide](https://docs.megaeth.com/moss-docs/wallet/ai-agent-guide.md): Build agent-driven MOSS integrations with explicit permission policies, safe defaults, and production-ready execution patterns.
- [Agent Skills Pack](https://docs.megaeth.com/moss-docs/wallet/agent-skills.md): Install-ready Agent Skills that teach coding agents to build MOSS Wallet integrations correctly — core SDK, permissions, React, server verify, paymaster, CLI, Privy migration, and security review.
- [MOSS CLI](https://docs.megaeth.com/moss-docs/wallet/cli.md): Command-line access to a MOSS account — scoped delegated keys, transfers, contract calls, and automation from the terminal.
- [Changelog and Versioning](https://docs.megaeth.com/moss-docs/wallet/versioning.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 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.megaeth.com/moss-docs/wallet.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.
