# Web3 Wallet Management

The Enable3 widget includes Web3 capabilities, allowing users to manage wallets directly within the user interface.

### Features

* **Create Wallet** – A non-custodial wallet is generated in-browser. The seed phrase is shown once and is never stored on servers.
* **Connect Wallet** – Users can link existing blockchain wallets and authorize read-access for balances and history
* **Transaction Requests** – All blockchain actions require manual approval from the user’s connected wallet


---

# 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.enable3.io/enable3/web3-loyalty/web3-wallet-management.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.
