> For the complete documentation index, see [llms.txt](https://docs.playhattori.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playhattori.io/seed-round/referral-system.md).

# Referral System

## How it works

We have influencers and partners who can request a personal code. If an investor joins using this code, they’ll earn a percentage of the investment amount.

Additionally, anyone from the community can participate in this referral program too. If you have a friend or acquaintance who’s ready to invest, reach out to us using the contacts listed [below](#how-to-get-a-partner-code).

## Payout terms

* **Partners Reward Size:** 10% in USDT or 15% in $HATTORI of the attracted investment.&#x20;
* **Community Reward Size:** 5% in USDT or 7,5% in $HATTORI of the attracted investment.
* **Reward Options:** Rewards can be received in USDT (after the round closes) or in tokens (with the same vesting as the investor, after TGE). This applies to both partners and community members, with the choice left to you.

## **Reward scenarios**

* **Case №1 (Influencers & Partners):** You, as an influencer or partner, create a post with your code, and an investor joins and invests $10,000. You can choose to receive a commission of 1,000 USDT immediately after the seed round ends or take 18,750 $HATTORI tokens under a vesting schedule.
* **Case №2 (Influencers & Partners):** You, as an influencer, share a post with your code. A follower from your community knows a suitable investor, shares your code with them, and the investor invests $10,000. In this case, your follower gets $500 (5%), and you receive $500 (5%). If you choose to receive the commission in tokens, each of you will get 9,375 $HATTORI under a vesting schedule. You and your referral can select different methods of receiving the commission.
* **Community Member Case:** If you’re a regular community member, you invite an investor who invests $10,000 using your code. You’ll earn 500 USDT (5% of the investment) or 9,375 $HATTORI.

## **How to get a partner code**

Reach us through:

* Telegram: <https://t.me/yang_hattori>
* Discord: [Support Ticket](https://discord.com/channels/1118657356893528104/1242091672209457293)
* E-mail: <partners@playhattori.io>


---

# 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://docs.playhattori.io/seed-round/referral-system.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.
