# Kastle Wallet Documentation

### Welcome to the Kastle Documentation!

Kastle is a fast, secure, and user-friendly **Kaspa wallet** designed to help you manage your assets across both L1 and emerging L2 networks with ease. Whether you’re new to crypto or an experienced user, our browser extension and mobile wallet provide:

✅ **Comprehensive Token Support** – Manage KRC-20 and KRC-721 tokens with full functionality to deploy, mint, transfer, and showcase NFTs.\
✅ **KNS Integration** – Send and receive assets using simple, human-readable Kaspa Names instead of long addresses.\
✅ **L2 Ready** – Fully compatible with Kaspa Layer 2s for faster, more scalable transactions and future dApp ecosystems.\
✅ **Enhanced Security** – Protect your funds with Ledger integration, biometrics, and advanced encryption.\
✅ **Intuitive Setup** – Import or create your wallet in seconds with a streamlined onboarding flow.\
✅ **Instant Transactions** – Enjoy rapid $KAS transfers and smooth connectivity with decentralized applications.

This documentation contains everything you need to understand how Kastle works and how to integrate it into your dApp. Follow our step-by-step guides and code snippets to quickly set up Kastle, connect it to your application, and enable seamless interactions.


---

# 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.kastle.cc/readme.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.
