# Buy Domain

{% hint style="info" %}
If you don't know how to set up a wallet, please refer to this [tutorial](https://support.metamask.io/hc/en-us/articles/360015489531-Getting-started-with-MetaMask) to learn how to use a wallet.\
Make sure you have a few dollars worth of MATIC in your wallet on the Polygon network to cover gas fees.
{% endhint %}

VM is a fully peer-to-peer trading market, so buying and selling must be tied to a wallet address. If you are a traditional email login user and have not tied a wallet address, you can go to the [settings](https://vm.com/account/safety) page to bind it. Users who log in with a wallet do not need to bind again.

You can purchase a domain on VM by following these steps.

{% embed url="<https://www.youtube.com/watch?v=Wt3uh2epMyU>" %}
How to buy a domain?
{% endembed %}

### Steps

1. Log in using email or wallet to [vm.com](https://vm.com).
2. Go to [Marketplace](https://vm.com/market) page.

<figure><img src="/files/EE14dWuoa6mEsE2u3690" alt=""><figcaption></figcaption></figure>

3. Search for the domain name you want to buy and **add it to shopping cart.**

<figure><img src="/files/JgBE2wwjHWdIcTMn25hf" alt=""><figcaption></figcaption></figure>

4. Click the 🛒 shopping cart icon in the upper right corner, and click the **checkout** on the opened shopping cart interface.

<figure><img src="/files/kHnxVx9rh1XWkEfJhpY0" alt=""><figcaption></figcaption></figure>

5. Redirect to the wallet interface to perform the authorization signature operation.(Only a signature is required for next listings.)

<figure><img src="/files/f8gufevYWAbEag3fHVvD" alt=""><figcaption></figcaption></figure>

6. Congratulations, you have successfully purchased the domain!

<figure><img src="/files/fPPRnMCnOoAT3fqO1ylb" alt=""><figcaption></figcaption></figure>

Now, you can go to [My Domain](https://vm.com/domain/list) or [My NFT](https://vm.com/user) to view the domain you purchased!


---

# 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.vm.com/guide/buy-domain.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.
