# Roadmap

{% stepper %}
{% step %}

### Phase 0 — Hackathon MVP (Current)

**Goal:** Prove the core privacy-preserving payout flow on Solana devnet.

What is already implemented:

* Cloak Shield Pool integration via `@cloak.dev/sdk-devnet`
* Project deposit flow at `/pay`
* Researcher claim flow at `/claim` with existing-wallet and fresh-wallet modes
* Auditor scan flow at `/audit` with CSV/PDF export
* Optional bounty board at `/bounties` with wallet-signed JWT auth
* End-to-end deployment on Vercel + Railway + Supabase
  {% endstep %}

{% step %}

### Phase 1 — Protocol Hardening & Reliability

**Goal:** Make Tirai production-safe for real bounty programs.

Planned improvements:

* Mainnet launch using `@cloak.dev/sdk` (one-line config swap)
* Independent security audit of the SDK wrapper
* Improved error UX for failed claims and malformed tickets
* Automated test coverage for adapter layer
* Telegram bot integration for ticket delivery
  {% endstep %}

{% step %}

### Phase 2 — Multi-Bounty & Team Features

**Goal:** Reflect real-world bounty program complexity.

Planned features:

* Multi-applicant bounties with reviewer roles
* Org-level dashboards (multiple project members per treasury)
* Researcher reputation and history (opt-in, privacy-preserving)
* Custom audit report templates for compliance teams
* Integration with existing bounty platforms (Immunefi, HackenProof)
  {% endstep %}

{% step %}

### Phase 3 — Ecosystem Expansion

**Goal:** Reduce Tirai's role to pure UX, expand Cloak primitives across Solana.

Planned features:

* White-label deployments for security-focused DAOs
* Plugin SDK for custom validation rules
* Cross-protocol audit aggregation
* Composable privacy primitives for non-bounty use cases (grants, retroactive funding)
  {% endstep %}
  {% endstepper %}


---

# 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://moai-3.gitbook.io/tirai-frontier/mission/roadmap.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.
