> 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/getting_started.md).

# 7 Rite of Entry

Welcome, brave soul. These runes sketch the first steps of your pilgrimage—from the moment you tap the Moon-lit link to the instant you cradle your first fragment of fortune. No mundane screenshot shall mar this scroll; imagine instead silver glyphs dancing at your fingertips.

***

## 7.1 Portents

* A window to the wider world where messages soar.
* A purse, physical or ethereal, fit to hold shimmering tokens.
* (Optional) A second vessel for treasures that prefer distant shores.

Solana runtime allows SPL transfers with lower fees and better privacy, essential for micro-rewards of <0.1 $FORTUNE.

***

## 7.2 Opening the Gate

```
┌───────────────────────────────┐
│  Telegram Chat: @FortuneHuntersOfficialBot │
│                               │
│  [ Open » ]                   │
└───────────────────────────────┘
```

1. Tap **Open**. A web-view slides up.
2. Telegram passes your user ID via secure initData; signature verified in Next.js loader.

> **Tip:** Pin the chat to top so the sunrise reminder never hides.

***

## 7.3 Binding of Sigils

| Option           | Steps                                  |
| ---------------- | -------------------------------------- |
| **Self-Custody** | 1. Click *Connect Wallet* → *Taproot*. |

2. Sign login message (no gas).
3. QR appears; confirm in wallet. | | **Custodial (Beginner)** | 1. Click *Skip for Now*.
4. Custody keys held in Fireblocks MPC; you can export anytime. |

*Security:* Non-custodial users sign a challenge every 7 days to avoid session hijack.

***

## 7.4 Seeking Your First Fortune

1. On the **Sanctum** tab, tap the central *Fortune Oracle*.
2. Enter your birth date when prompted—this sacred information shapes your destiny.
3. Choose your fortune type: General, Love, Wealth, Health, or Career.

### Voice Dictation

Hold mic icon → speech-to-text (OpenAI Whisper) → auto-punctuated.

***

## 7.5 Receiving Your Fortune Reading

After a moment of contemplation, the Oracle reveals:

```
╔══════════════════════════════╗
║   🔮 Today's Fortune Unfolds  ║
║   "Golden threads weave..."   ║
╚══════════════════════════════╝
```

* Your personalized 사주팔자 reading appears in flowing script.
* Fortune Points are awarded based on your daily streak.

> **Hidden Wonder:** Consecutive readings unlock deeper mysteries.

***

## 7.6 Ascending Through Tiers

Fortune Points accumulate in your **Sacred Ledger**. As you gather more, you ascend through Bronze, Silver, Gold, Platinum, and Diamond tiers—each unlocking new privileges.

***

## 7.7 Exploring Sacred Quests

1. Visit the *Quests* sanctuary.
2. Complete daily rituals: fortune readings, streak maintenance, friend invitations.
3. Each quest rewards Fortune Points and unlocks new mysteries.
4. Progress bars guide your journey toward mastery.

***

## 7.8 Building Your Mystic Archive

1. Navigate to the *Mystic Archive* tab.
2. Browse your past fortune readings by date or category.
3. Bookmark meaningful fortunes for future reflection.
4. Track patterns in your fortune journey over time.

***

## 7.9 Common Pitfalls

| Issue                | Fix                                             |
| -------------------- | ----------------------------------------------- |
| "InitData invalid"   | Clock skew >30 sec; enable network time.        |
| Taproot fee too high | Wait for next fee-tier batch (every 30 blocks). |
| Birth date error     | Ensure date format matches your local settings. |

Now you're prepared to **seek fortune** daily and ascend through the celestial tiers!


---

# 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/getting_started.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.
