> For the complete documentation index, see [llms.txt](https://project-49.gitbook.io/fortunehunters/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://project-49.gitbook.io/fortunehunters/feature_set.md).

# 3 Constellations of Wonder

FortuneHunters revolutionizes Eastern divination through AI fusion—where machine learning masters decode 天干地支 (Heavenly Stems & Earthly Branches), analyze 五行 (Five Elements), and interpret 十神 (Ten Gods). This groundbreaking marriage of 3000-year-old Oriental fortune-telling with cutting-edge artificial intelligence creates the world's first truly intelligent divination platform.

## 3.1 Fortune Oracle — *Ritual of Dawn*

| Element             | Description                                            | Gamified Hook                           |
| ------------------- | ------------------------------------------------------ | --------------------------------------- |
| Sunrise Reminder    | Telegram push at local dawn time.                      | Creates Pavlovian cue → daily routine.  |
| Streak Bonus        | +3 % points per consecutive day (capped at 30).        | Loss-aversion; "Don't break the chain." |
| Birth Date Analysis | Traditional Four Pillars of Destiny calculation.       | Unlocks personalized fortune readings.  |
| Fortune Map         | World map dotted with fortune patterns from all users. | Social proof & exploration.             |

## 3.2 Five Domains of Destiny

### General Fortune — *The Guiding Current*

Your overall life flow and daily guidance. The compass that points toward harmonious decisions and reveals the cosmic weather of your day.

### Love Fortune — *Threads of the Heart*

Romantic connections, relationships, and emotional bonds. Reveals the dance of attraction, compatibility patterns, and heart-centered guidance.

### Wealth Fortune — *Rivers of Abundance*

Financial prospects, material gains, and resource flow. Illuminates investment timing, career moves, and the currents of prosperity.

### Health Fortune — *Temple of Vitality*

Physical and mental well-being insights. Guides energy management, preventive care, and the balance of body and spirit.

### Career Fortune — *Path of Purpose*

Professional growth, learning opportunities, and achievement potential. Maps the trajectory of skills, recognition, and meaningful work.

## 3.3 AI-Powered Oriental Divination Engine

1. **四柱八字 AI Processing** — Machine learning calculates authentic Four Pillars using traditional 天干地支 algorithms.
2. **Deep Learning Divination** — GPT-4 trained on centuries of Eastern fortune-telling interprets your 五行 elemental balance.
3. **AI Symbol Decoder** — Neural networks analyze 十神 (Ten Gods) relationships and elemental interactions.
4. **Blockchain Oracle Seal** — Every AI-generated Oriental divination is cryptographically verified on-chain.

> *Validator Path:* Master Shamans can challenge an AI reading within 24 h by staking 1 000 $FORTUNE; consensus via DAO dispute module.

## 3.4 Mystic Archive — *Visions to Keepsakes*

| Flow          | User Action                  | Behind the Scenes                                                   |
| ------------- | ---------------------------- | ------------------------------------------------------------------- |
| 1. Store      | Receive fortune reading      | Encrypted birth data → personalized Four Pillars → fortune content. |
| 2. Categorize | Browse by fortune type       | Filter by General, Love, Wealth, Health, Career categories.         |
| 3. Favorite   | Bookmark meaningful readings | Personal collection of significant fortune moments.                 |
| 4. Review     | Track fortune patterns       | Analyze trends and recurring themes across time.                    |

### Featured Collections

* *Five Elements Series* — Specialized readings focusing on Wood, Fire, Earth, Metal, Water influences.
* *Seasonal Wisdom* — Fortune readings aligned with traditional 24 solar terms.

## 3.5 Ascension Paths — *Circles within Circles*

| Tier              | Requirement                      | Perks                                              |
| ----------------- | -------------------------------- | -------------------------------------------------- |
| Fortune Seeker    | Hold ≥ 1 $FORTUNE                | Access festivals, basic votes.                     |
| Apprentice Mystic | Stake ≥ 10 000 $FORTUNE          | Validate AI readings, earn 4 % validator fee.      |
| Master Oracle     | Stake ≥ 1 000 000 $FORTUNE + KYC | Challenge readings, propose DAO upgrades, 8 % fee. |

Staking contract auto-compounds validator fees minus network gas via zkSync batch distributions.

## 3.6 Lunar Festivals — *Rhythms of Celebration*

Every Friday the Moon Gate opens, spawning **time-limited quests** such as:

* *"Golden Dragon Chase"* — Check fortune across all 5 categories → top 100 consistency scores earn exclusive NFT talisman.
* *"Mystic Circle Collaboration"* — Invite friends to share fortune insights; collective wisdom rewards.

Leaderboards reset weekly to prevent whales from entrenched dominance. Festival themes are pre-approved by DAO but curated by FortuneHunters lore team for authentic Eastern mysticism.

***

### Feature Interplay Diagram

```mermaid
graph LR
A(Birth Date Input) --> B(Four Pillars Calculation)
B --> C(Fortune Reading)
C --> D(Fortune Points)
D --> E(Mystic Archive)
E --> F(Ascension Staking)
F --> G(Validator Rewards)
G --> B
C --> H(Weekly Festivals)
H --> A
```

*The circular design ensures that every action feeds another, creating a perpetual wisdom-value loop.*


---

# 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://project-49.gitbook.io/fortunehunters/feature_set.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.
