> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/developer-documentation/smart-contracts/metaproins.md).

# MetaproINS

**INS Auction Documentation (Initial NFT Selling)**

Welcome to the world of INS Auction, an innovative approach to selling NFTs (Non-Fungible Tokens). The INS Auction is designed for flexibility and control, providing unique solutions for Operators, Participants, and Users.

**How It Works:**&#x20;

After purchasing, the token does not go directly to the buyer, and the funds are not transferred to the contract operator. This innovative method opens up new possibilities, especially in the context of pre-sales of exclusive access tokens to games, maps, shortcuts, etc., before they officially hit the market. Particularly recommended for ERC-1155 tokens, allowing the transmission of a larger quantity of tokens with a lower risk of selling out during the auction.

**Auction Markings:**&#x20;

INS Auctions are marked with a red label and a purchase button named 'Place an order.' These markings help easily distinguish between different auctions.

**Roles of Key Participants:**

* **Operator:** The person creating the auction.
* **Participant (Bidder):** The person participating in the auction.
* **User:** Someone unrelated to the auction, who has not purchased any tokens.

**Scenarios:**

* The auction status changes to 'Ended' after all tokens are sold.
* Retrieving purchased tokens or receiving refunds is done through a finalization process, which must be completed by each auction participant.
* The auction allows setting a limit for participants, determining whether they can participate multiple times in purchasing a specific auction.
* The Operator has the right to cancel the auction before it starts.

*In the next steps, we explain the Contract methods directly on the blockchain explorer*&#x20;


---

# 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.metaproprotocol.com/developer-documentation/smart-contracts/metaproins.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.
