> For the complete documentation index, see [llms.txt](https://whitepaper.heartx.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.heartx.art/heartx-system/vote-system/heartx-collection.md).

# HeartX Collection

### 1 HeartX Collection

HeartX has opened the artist certification application portal. Any artist certified by the HeartX community can mint NFT in HeartX Collection.&#x20;

NFTs in the collection will be automatically thrown into the HeartX voting system.

After the business matures, the certification of artists will be 100% decided by community users.

### **2 How to mint NFT in the HeartX Collection**

#### **2.1 HeartX Tix**

Artists need to pay $HNX for the HeartX Ticket before minting their NFTs. (**No GAS Required**)

The price of HeartX Tickets will be adjusted according to the HeartX Balance Coefficient (K)

**HeartX Tix Price = K · 15000 $HNX**

**\* HeartX Balance Coefficient (K)**

**HeartX Balance Coefficient** is used to regulate the ecological balance of the HeartX voting system, as shown in the following table.

<table><thead><tr><th width="245.66666666666666">View(i)</th><th>K</th></tr></thead><tbody><tr><td>(0,75]</td><td>150%</td></tr><tr><td>(75,125]</td><td>125%</td></tr><tr><td>(125,175]</td><td>110%</td></tr><tr><td>(175,225]</td><td>100%</td></tr><tr><td>(225,275]</td><td>90%</td></tr><tr><td>(275,325]</td><td>75%</td></tr><tr><td>(325,+infinity)</td><td>50%</td></tr></tbody></table>

\*  View(i) = Votes(14days) / 14 / S(p)

* Votes(14 days)： Total votes in 14 days
* S(p)： The amount of artworks in Vote System

#### **2.2 Elimination mechanism**

To ensure that excellent art works can be throw in the voting system continously.&#x20;

HeartX Rate of art works lower than the baseline determined by community voting will be temporarily removed from the voting system.


---

# 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://whitepaper.heartx.art/heartx-system/vote-system/heartx-collection.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.
