# 04. Trait NFT Sale Plan

### 4.1. Public Sale Schedule

* Public sale runs from Phase 1 through Phase 37.
* Each phase releases 1,000 parts, for a total of 37 × 1,000 = 37,000 parts.
* Phase 1 price: 0.0011 BTC. Each subsequent phase increases by 0.0001 BTC until Phase 37.
* Price Formula:\
  Price = 0.0011 + (n - 2) × 0.0001 BTC\
  (where n is the phase number, from 2 to 38)

| Phase | Parts | Price (BTC) |
| ----- | ----- | ----------- |
| 1     | 1000  | 0.0011      |
| 2     | 1000  | 0.0012      |
| 3     | 1000  | 0.0013      |
| ...   | ...   | ...         |
| 35    | 1000  | 0.0045      |
| 36    | 1000  | 0.0046      |
| 37    | 1000  | 0.0047      |

#### Whitelist Sale Schedule

* Reserve Round: 10,000 parts, fixed price 0.001 BTC.
* Whitelist sale runs from Phase 1 through Phase 37.
* Each whitelist phase releases 1,000 parts, for a total of 37 × 1,000 = 37,000 parts.
* Prices increase every 5 phases by 0.0001 BTC:
  * Subscription Round: 10,000 parts at 0.001 BTC
  * Phases 1–5: 0.001 BTC
  * Phases 6–10: 0.0011 BTC
  * Phases 11–15: 0.0012 BTC
  * Phases 16–20: 0.0013 BTC
  * Phases 21–25: 0.0014 BTC
  * Phases 26–30: 0.0015 BTC
  * Phases 31–35: 0.0016 BTC
  * Phases 36–37: 0.0017 BTC

Total Whitelist Parts: 10,000 (subscription) + 37,000 (phases) = 47,000 parts.

#### Whitelist Eligibility

* Before the official sale, users can stake 0.5 BTC in the community to obtain whitelist status. Staked funds can be used to purchase parts.

#### Market Mechanism

* Parts can be traded on secondary marketplaces.
* Players can collect all 8 trait NFTs of the same faction to forge a full PFP NFT in the world of *Dungeon Saga*.
* Important: All trait NFTs must be from the same faction—cross-faction fusion is not allowed.


---

# 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://dungeon-saga.gitbook.io/dungeon-saga-docs/nft/04.-trait-nft-sale-plan.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.
