# Glossary

Certain terms used throughout our documentation might seem unfamiliar to our users, so this section contains a short selection of commonly used terms and their definitions.

<table><thead><tr><th width="232">Term</th><th>Description</th></tr></thead><tbody><tr><td><strong>Anonymous User</strong></td><td>A user who hasn’t connected their wallet. They can browse public profiles, view both primary and secondary NFTs, but may not purchase or bid on the listings.</td></tr><tr><td><strong>Auction</strong></td><td><p>A listing type. An NFT can be listed for auction for a certain period of time so that users can bid on it. There is no maximum price that the NFT can theoretically sell for, as the price will go as high as users think it's worth.</p><ul><li>There is, however, a <strong>reserve price</strong> - this is the lowest price that the seller is willing to sell his NFT at.</li><li>There is also a <strong>starting price</strong> is the price that the seller has decided to begin the auction at. </li></ul></td></tr><tr><td><strong>Authenticated User</strong></td><td><p>A user who has successfully connected their wallet and filled out all necessary information on their profile. </p><p>Authenticated Users can list secondary NFTs, mint complimentary NFT, and receive listing/sale updates via email if subscribed.</p></td></tr><tr><td><strong>Collection</strong></td><td>Defined as smart contracts which allow creators to mint NFTs, control creator royalties between up to three addresses, and display them within the collection page on<a href="https://hinata.io/"> Hinata.io</a> and other marketplaces.</td></tr><tr><td><strong>Creator royalties</strong></td><td>A fee that is placed on a collection by its creator. Everytime an NFT of that collection is sold on Hinata, the % fee is deducted and divided among a maximum of three addresses that the collection creator had defined.</td></tr><tr><td><strong>Favorite NFT</strong></td><td><p>Any NFT that you encounter in the app can be “liked" or marked as favorite. Two conditions have to be met before a user can like a card:</p><p>1. the user must have a wallet connected to the app;</p><p>2. the user must be "logged in".</p></td></tr><tr><td><strong>Free NFT</strong></td><td><p>Each new account that authenticates their profile is rewarded with a free <strong>ERC-1155</strong> NFT in either landscape or portrait aspect ratio. However, you need to pay a gas fee for the minting purposes. </p><p>Bear in mind that the number of free NFTs is limited.</p></td></tr><tr><td><strong>Gas</strong></td><td>The fee needed to process Ethereum transactions, i.e. transaction cost. </td></tr><tr><td><strong>Guest User</strong></td><td>A user who has connected their wallet to Hinata’s app, but hasn’t yet created a profile.</td></tr><tr><td><strong>Hide NFT</strong></td><td>Hiding an NFT enables you to hide a given NFT from your profile, that is from the Created NFTs tab and the Collected NFTs tab. This way, you can completely remove any possible association with your profile and the NFT, in case you don't want other users to see the NFT on your profile.</td></tr><tr><td><strong>Hinata General Collection</strong></td><td>The default Hinata collection. For Verified Creators minting their first NFTs or simply experimenting with our platform, we recommend using the <a href="https://app.gitbook.com/o/9NBDnYPk2oHVeQghbbqr/s/YVuuT6gMtuCIjZw4i9iY/contracts/hinata-general-collection">Hinata General Collection</a> contract.</td></tr><tr><td><strong>Listing</strong></td><td>One or more NFTs that have been grouped or marked for sale or auction by a seller.</td></tr><tr><td><strong>Marketplace</strong></td><td>A crypto-native anime NFT marketplace where users can list primary and secondary NFTs for purchase and engage in trading activities. <br>Before you can start exploring the <a href="https://hinata.io/marketplace?sortBy=NEWEST">Hinata.io marketplace</a> you must connect your wallet and sign the current<a href="https://hinata.io/terms-and-conditions"> Terms of Service.</a></td></tr><tr><td><strong>Sale</strong></td><td>A listing type. An NFT can be listed for sale for a fixed price for a specific amount of time and users can buy the NFT only at that price. The sale stops being active when the time runs out  or the NFT has been bought.</td></tr><tr><td><strong>Verified Creator</strong></td><td>A user who can create collections, as well as mint, buy, and sell NFTs. Learn more <a href="https://app.gitbook.com/o/9NBDnYPk2oHVeQghbbqr/s/YVuuT6gMtuCIjZw4i9iY/how-to-become-a-verified-creator">here</a>.</td></tr><tr><td><strong>WETH</strong></td><td><p>Wrapped ETH is a form of ETH or Etherium that is wrapped in a smart contract in order to make it function like an ERC-20 token. </p><p>To wrap and unwrap ETH use<a href="https://app.1inch.io/#/1/swap/ETH/WETH"> this app</a>.</p></td></tr><tr><td><strong>Whitelisted collection</strong></td><td><p>A collection whose contract has been approved for trading on the Hinata Marketplace. Only collections that were not created on Hinata Marketplace are reviewed and whitelisted or denied from being tradeable. </p><p>Here’s a list of the current <a href="https://app.gitbook.com/o/9NBDnYPk2oHVeQghbbqr/s/YVuuT6gMtuCIjZw4i9iY/contracts/whitelisted-collections">Whitelisted collections</a>.</p></td></tr></tbody></table>


---

# 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.hinata.io/glossary.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.
