# Auctions on OmniFlix Market

Timed Auctions on OmniFlix Market are a tweak and a modification of the standard reserve price auction mechanism.

* Auctions are set by the owners of an NFT and can be `cancelled` ONLY IF there are NO bids that initiated the auction.
* Auctions are time-based. The `bidCloseDuration` parameter determines the duration of an auction before it is closed for bids.
* Auctions adhere to the royalties as set by the creator during NFT minting.
* All bids on auctions will accept only the token that the auction starts with.
* Auction listing can NOT be edited. The owner of the NFT is required to de-list or cancel an auction and then re-list it again in case of any updates to the listing configuration.

### Bid Close Duration

* bidCloseDuration is a parameter that can be controlled by the governance of the OmniFlix Hub.
* This parameter determines the duration before which an auction should end before receiving bids.
* On FlixNet-4, this parameter is set to 60min or 1hr.
* On mainnet, this parameter will be set to 24hrs by default and can be updated by governance as required.

### Details to create/configure an auction

* **Minimum Bid** represents the value of the first bid to kick start an auction
* **Bid Increment Percentage** represents the value being given as an input to the step function. This function increases the minimum bid by a certain percentage with every bid.
* **Start Time** for an auction is important to enable scheduled launches (on a daily/weekly/monthly basis) and more
* **End Time** for an auction is optional, but it is best to set the end time for every auction to ensure they're live. If no End Time for an auction is set, the auction ends in the duration&#x20;
* Timed-auctions have the ability to take input of **Splits**
  * Splits are the set of OmniFlix accounts that an owner might want to share the value received from the winning bid
* Timed-auctions have the ability to take input of whitelisted accounts which lead to private auctions on OmniFlix.

### Private Auctions on OmniFlix

Auctions are by default public for everyone to participate unless there are whitelisted accounts.

Whitelisted accounts are possible to set for an auction thereby allowing only a certain set of accounts to participate in the bidding process of an auction.&#x20;

Only OmniFlix account addresses can be whitelisted.

## Connect with us

*Interested to implement OmniFlix's NFT & community infrastructure for your film3 movie, studio or your community? Want to create the next-gen media studio on the blockchain?*

Write to us on our [website](https://OmniFlix.network) and in case of any specific queries, reach out to us on [Discord](https://discord.com/invite/6gdQ4yZSTC) or [Instagram](https://www.instagram.com/OmniFlixNetwork/) or [Twitter](https://twitter.com/OmniFlixNetwork) or [Reddit](https://reddit.com/r/OmniFlix) even on our public [Telegram](https://t.me/OmniFlixChat) Group Chat.


---

# 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.omniflix.network/apps/omniflix-market/auctions-on-omniflix-market.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.
