# Getting started with your wallet

In order to create an account at t2, you need a cryptocurrency wallet. Crypto wallets are a form of digital wallet designed for Web3.

Just like a real physical wallet, your crypto wallet stores and manages your identity. You need it to do anything on a blockchain—connect to a decentralised app (like t2), send or receive crypto, buy or sell NFTs, etc.&#x20;

Currently, t2 accommodates the MetaMask wallet.

We have also prepared a [video tutorial](https://www.loom.com/share/4510d82143cf49b0bb3c497819ee1def) for you.

**Set up a MetaMask wallet**

* Download and install the MetaMask browser extension from [MetaMask](https://metamask.io/).
* Select **Create a Wallet**
* Create a username and password
* Record your uniquely assigned Secret Recovery Phrase.
* The next step will ask you to confirm the phrase by placing all of the words in the assigned order. MetaMask should now be set up and will appear in your browser extensions.


---

# 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://t2-world.gitbook.io/docs/onboarding/start-publishing-as-a-writer/getting-started-with-your-wallet.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.
