# Meet Mechanism

The **Meet** mechanism is the central component of the incentive system, requiring users to conduct direct face-to-face meetings in real life. The process begins when users use the swipe feature to select connection targets. When both parties express interest (mutual match), a Meet opportunity is created.

**Boost from Meet operates in two cycles:**

* **7-day cycle (50% boost)**: When two users meet for the first time or for the first time after the previous 7-day cycle ends, both receive a 50% Boost coefficient lasting 7 days from the meeting time.
* **Repeated meetings (25% boost)**: If two users continue to meet within the same 7-day cycle, each additional meeting provides a 25% Boost coefficient valid for 24 hours. An important condition is that meetings must be at least 24 hours apart to prevent spam. This 25% coefficient is cumulative with the initial 50% coefficient, creating a total Boost coefficient that can reach up to 75% on days they meet.

**Boost Duration Rules:**

When the 50% coefficient of the 7-day cycle ends, two users can meet again immediately to activate a new 7-day cycle with a new 50% coefficient. If the 25% Boost from the last meeting of the previous cycle is still active (because they met very close to the end of the 7-day cycle), both users will simultaneously enjoy both the 50% coefficient (new) and the 25% coefficient (old).


---

# 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://docs.unich.com/unich-network/distribution-mechanism/boost-system/meet-mechanism.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.
