> For the complete documentation index, see [llms.txt](https://wherls.gitbook.io/wherls/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wherls.gitbook.io/wherls/easy-wallet-and-signed-transactions.md).

# Easy Wallet and Signed Transactions

A core part of the Wherls user experience is its integrated, secure, and easy-to-use wallet system. From signing transactions to storing digital assets, the wallet is designed to be both beginner-friendly and powerful enough for advanced users.

&#x20;

🔐 **Easy Wallet Experience**

* **Built-In Wallet Support:**

Users can create or connect their wallets directly within the Wherls dashboard — no need for third-party extensions.

* **Multi-Wallet Integration:**

Compatible with MetaMask, Trust Wallet, WalletConnect, and all major BEP-20 wallets for seamless access.

* **Portfolio View:**

Track your NFT assets, staking positions, token balance, transaction history, and referral earnings — all in one place.

* **Security Features:**

Wallets are protected by smart contract-based permissions, 2FA-ready integration (planned), and signature verification.

&#x20;

✍️ **Signed Transactions for Security**

* **User-Controlled Authorization:**

Every major action — buying, selling, staking, or claiming rewards — is protected by a cryptographic wallet signature. This ensures full control remains with the user at all times.

* **No Custody, No Compromise:**

Wherls does not store your private keys or seed phrases. Your assets remain in your control, with on-chain smart contracts enforcing action logic.

* **Tamper-Proof Records:**

Signed transactions are immutably recorded on-chain, providing transparent proof of ownership, reward claims, and referrals.

&#x20;

By combining ease of use with strong cryptographic protections, Wherls delivers a wallet system that’s simple enough for newcomers yet secure enough for DeFi-native users — helping build trust and reduce onboarding friction.


---

# 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://wherls.gitbook.io/wherls/easy-wallet-and-signed-transactions.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.
