# NFT Ads

Certain ads on HashUp platforms are tied to associated NFT collections. Suppose that a 365 NFT collection represents 365 consecutive days. By owning an NFT with an index of 10, we "own" the day of January 10. This allows us, as the owner, to freely design the content of the ad. The advertising days issued in this way are auctioned on the GameContract.io platform. The highest bid wins. Ads can only be bought for # and all the profit is then burned, which is an important demand factor in the long run. The number of # used to pay for the advertising day is public, so ads that burn a lot of # are usually clicked more often by users of the platform. Of course, the HashUp platform reserves the right not to display content that does not comply with the terms of the platform and the applicable standards.


---

# 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://wiki.hashup.it/get-started/architecture/nft-ads.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.
