> For the complete documentation index, see [llms.txt](https://market-2.gitbook.io/meteorite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://market-2.gitbook.io/meteorite/meteorite-homepage.md).

# Meteorite Homepage

**Meteorite is a trading platform specifically for S-NFTs. After reaching the homepage, log in with your Limino wallet.**

<https://hub.wormholes.com/c0x97807fd98c40e0237aa1f13cf3e7cedc5f37f23b/#/>

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

**Users who have not registered a Limino wallet can create an account by following the instructions in the docs below.**

{% embed url="<https://market-2.gitbook.io/wormholestestwallet/>" %}

**After logging into your Limino wallet, the top 3 matched trading items will be automatically recommended based on your wallet's S-NFT holdings.**

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

**Below the homepage banner are popular S-NFT collections and S-NFTs that have already been traded.**

<figure><img src="/files/6ux4imXZ50MZ22cTyB8r" alt=""><figcaption></figcaption></figure>

**Click the button in the upper right corner to access personal settings and queries.**

<figure><img src="/files/8sH57CZpycHYpMuwZ7qo" alt=""><figcaption></figcaption></figure>

**Select "Edit Info" to enter your personal information.**

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

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

**After selecting your personal avatar and homepage banner and filling in your username and email, you can enter your social media account information.**

**Select "User Center" to check the details of the S-NFTs in your account.**

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

**The function of the arrow is to sell quickly. The default is a maximum of 500 items at a time. If the number of items is less than 500, it will be calculated according to the actual number. The 'Sell' button confirmation can also be used for one-click selling.**

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

**You can customize the items that need to be sold by checking the part indicated by the arrow corresponding to the circle, and you can also sell with one click by confirming with the ‘Sell’ button in the upper right corner.**

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

**By switching between different wallets addresses you own, you can check out the corresponding wallet account's S-NFTs.**

<figure><img src="/files/3cup0zFsCzGSgnisUwM7" alt=""><figcaption></figcaption></figure>


---

# 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://market-2.gitbook.io/meteorite/meteorite-homepage.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.
