# Account - Authorize

Authorize Wallets is a new feature that gives another wallet permission to perform actions on behalf of your wallet. This might be valuable if you currently use a Hardware wallet and want to make it easier to process

You can set permissions for what operation the Authorized Wallet has accessed to, including Mint, Burn, Claim, Trade.

The authorized wallet will be in charge of paying for the BNB Chain fees.

### **How to Authorize a Wallet**

1. Add the wallet address in "Authorize Address"
2. Select the permissions you want to give this wallet in "Select Operations to Authorize"
3. Click "Authorize Wallet" button. Note that this will require a transaction on the BNB Chain.
4. Once completed, the Authorized Wallet will show up in the table below with acknowledgment of which permissions it has.
5. To remove the permissions or update, please click on "Remove" to the right of the wallet in the table. Note that this will require a transaction on the BNB Chain.


---

# 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://academy.horizonprotocol.com/english-v2/stake-and-earn/interfaces/account-authorize.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.
