> 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/more/disclaimers.md).

# Disclaimers

**Last updated:** June 2026

This page summarizes key warnings found across Mybucks.online documentation. It is not a substitute for the [Terms of Use](/more/terms-of-use.md). If anything here conflicts with the Terms, the Terms govern.

#### General

Mybucks.online is a **digital cash envelope** for the internet—a Web3 utility built on a **seedless, disposable wallet** framework. We do not provide investment, tax, or legal advice, and nothing on this site recommends buying, selling, or holding any cryptocurrency.

The Service is provided "as is" and "as available", without warranties of any kind. The code is open-source under the [MIT License](/more/license.md). We do not guarantee uninterrupted operation, accuracy, or freedom from vulnerabilities.

The Service is intended for micro-transactions and gifting—as a **digital cash envelope**, not a fortress wallet. It is not designed for long-term storage of high-value assets, dApp interaction, DeFi trading, or NFT marketplaces. You assume greater risk if you use it to hold large balances or primary wealth.

#### Self-Custody

You alone control your passphrase, PIN, and private keys. There is no account recovery. If you lose your credentials, access to the wallet and its funds is permanent. We do not store credentials and cannot reset them for you.

Security depends on the strength of your passphrase and PIN. We recommend using the auto-fill feature for machine-generated credentials and avoiding reuse of passwords from email, banking, or exchanges. When signing in, select the correct wallet version (Legacy or Default). Legacy exists for backward compatibility but is deprecated; new wallets should use Default. See the [Security Notice](/user-guide/security-notice.md) and [Security Deep Dive](/concept/security-consideration/security-deep-dive.md) for more detail.

#### Transfer via URL

The Transfer via URL feature encodes your passphrase and PIN into a link so a recipient can open a wallet instantly. The credentials are Base64-encoded, not encrypted, and anyone with the full URL can recover them. Hash fragments (`#wallet=...`) are not sent to Mybucks.online servers, but may remain in browser history, device cache, or messaging apps. Use unique, temporary credentials for gift wallets. The first person to open the link may claim the funds. See [Transfer via URL](/user-guide/transfer-a-wallet-via-url.md).

#### Risks

Cryptocurrency transactions are generally irreversible. Prices are volatile, gas fees can be high, and supported networks may experience congestion, forks, or outages.

The Wallet App runs in your browser, so malware, phishing sites, and compromised devices pose real risk. Verify you are on app.mybucks.online before entering credentials. The app may call third-party providers such as Infura, Moralis, and TronGrid, which can be unavailable or return incomplete data.

Token balances shown in the app may be filtered using lists such as the Uniswap default token list. Not every token in your wallet may appear.

#### Audits and Liability

Mybucks.online has received third-party security review and community testing, as described in [Security Audits](/more/security-audits.md). Audits and challenges do not guarantee that the Service is free from future bugs or exploits.

To the fullest extent permitted by law, Mybucks.online and its contributors are not liable for losses from your use of the Service, including lost credentials, intercepted links, user error, market volatility, third-party failures, or continued use of Legacy mode. The full limitation of liability is in [Terms of Use §5](https://docs.mybucks.online/more/pages/HNUvb8RsQVz6LZz5zy47#id-5.-limitation-of-liability).

#### Other

We may modify, suspend, or discontinue the public Service at any time. You may self-host the open-source code subject to the MIT License.

p2p.gifts is a related site on a separate domain with its own disclaimer in the p2p.gifts FAQ. See also the [Privacy Policy](/more/privacy-policy.md) and [Whitepaper](/more/whitepaper.md).

You use Mybucks.online at your own risk. You are solely responsible for your credentials, shared links, and assets in each digital cash envelope you create.


---

# 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/more/disclaimers.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.
