# About Wallets

{% hint style="success" %}
A Web3 wallet serves as both storage for your CHZ tokens, and as your digital signature to approve on-chain actions.
{% endhint %}

Every transaction on Chiliz Chain, whether it’s minting an NFT, transferring tokens, or participating in community governance, requires a secure Web3 wallet solution.

Wallets allow you to store, manage, and control your private keys, which are crucial for safeguarding your assets and verifying your transactions on the blockchain.

In the Chiliz ecosystem, you can use a variety of wallets to meet your requirements.

Just to name a few:

* [MetaMask](https://metamask.io/) is a popular browser extension that integrate with decentralized applications
* Multisig wallets, such as [Safe](https://safe.global/), add an extra layer of security for collaborative transactions
* The [Socios.com Wallet](https://www.socios.com/new-socios-wallet-upgrade/) is specifically built for fan-centric interactions.

Different wallets cater to different needs, whether you’re an individual investor, a developer, or an organization managing large-scale transactions. Each type offers a unique combination of features to help you get the most out of your Chiliz experience.

See more:

{% content-ref url="/pages/7jmbvsuzJaARscErNwWb" %}
[How to use MetaMask](/learn/about-wallets/how-to-use-metamask.md)
{% endcontent-ref %}

{% content-ref url="/pages/KV7mXiILht28yRbzyYDU" %}
[How to use a multisig wallet (Safe)](/learn/about-wallets/how-to-use-a-multisig-wallet-safe.md)
{% endcontent-ref %}


---

# 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.chiliz.com/learn/about-wallets.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.
