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

# User Guide

- [Main Features](https://docs.mybucks.online/user-guide/main-features.md): This page provides a visual tour of the digital cash envelope app—core flows in the seedless, disposable wallet interface.
- [Transfer a wallet via URL](https://docs.mybucks.online/user-guide/transfer-a-wallet-via-url.md): This page explains the URL-based transfer feature for the digital cash envelope product—the seedless, disposable wallet framework's 1-click gifting flow—and the associated security warnings.
- [Supported Chains](https://docs.mybucks.online/user-guide/supported-chains.md): Currently, it supports EVM chains and TRON, and we will continuously add other industry-leading networks.
- [Token listings](https://docs.mybucks.online/user-guide/token-listings.md): This page explains how to filter balances and display token lists.
- [Security notice](https://docs.mybucks.online/user-guide/security-notice.md): This page explains general, common hints for your security. Please follow these guidelines to keep your assets safe.


---

# 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:

```
GET https://docs.mybucks.online/user-guide.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.
