> For the complete documentation index, see [llms.txt](https://docs.starblock.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starblock.io/main/basics/create_account.md).

# How do I create a StarBlock account?

This guide explains the three things you'll need in place to open your account and start buying or selling NFTs on StarBlock.

### 1) Digital Currency (ETH)

You can get ETH, the digital currency that fuels transactions on the Ethereum blockchain, from a digital currency exchange like [Coinbase](https://www.coinbase.com/). You will need ETH to "mint" an NFT, purchase an NFT, and for [gas fees](https://support.opensea.io/hc/en-us/articles/360063498273-What-is-gas-) to complete transactions.&#x20;

Now that you have ETH, let's get a crypto wallet.

### 2) Crypto Wallet

A crypto wallet, such as [MetaMask](https://metamask.io/), stores your ETH and processes transactions on the Ethereum blockchain. A unique wallet address will be generated and you will use this address to complete transactions.

Metamask Tutorial:

All transaction records related to your wallet address can be found on [etherscan.io](https://etherscan.io/). It is therefore a good idea to check Etherscan after each transaction.

**Why do you need a wallet before buying and selling on StarBlock?** &#x20;

StarBlock itself is another tool you use to interact with the blockchain. We never take possession of your assets or store your NFTs.  Instead, we provide a system for peer to peer exchanges.  Since you’ll be using StarBlock to interact directly with others on the blockchain, you’ll need a wallet to help you turn your actions in the browser into transactions on the blockchain.

Now that you have a crypto wallet installed, you can connect your wallet address to StarBlock.

### **3) StarBlock**&#x20;

Open StarBlock and start the interaction. Click on the selection bar in the top right corner and click to select "Connect Wallet".

![图片](/files/hP2GI5bUhhv3eKExtOGH)

A request for the MetaMask signature appears on the screen, click on it.

![图片](/files/zzxGk8DO5iMAcf5CK48Q)

A successful signature shows connected and the system will assign you a default account name and only your wallet address will be displayed below.

![图片](/files/0TyNmjeKlOvWpQKbf6Uj)

To personalise your account, select the avatar icon on the right hand side of the screen to go to your personal user details page and you can begin updating your profile.

![图片](/files/gI9Eyr0LaLN3ogpyC1rD)

Select the edit button to customise your profile, including username, profile, and personal social address. You can also customise your avatar and background cover in your account. &#x20;

![图片](/files/wfAewFwRPdoE6KX2Zo8z)

Now you're all set! If you ever have trouble viewing your items, make sure your wallet is connected correctly. StarBlock is a window into your wallet address, showing all the cool NFTs inside. StarBlock doesn't store your digital items, it's only a fun place to buy, sell, create, and trade NFTs.

The heart of StarBlock is [the Browse page and search features](https://support.opensea.io/hc/en-us/articles/1500003245962). Enjoy buying, trading, creating, and selling NFTs on StarBlock!

![图](/files/Jg9qNx4cz5szVlx3LCvr)


---

# 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://docs.starblock.io/main/basics/create_account.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.
