> For the complete documentation index, see [llms.txt](https://whitepaper.oyabun.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.oyabun.io/activity/fight-missions/brawl.md).

# BRAWL

<mark style="color:red;">**BRAWL is the all-new, fast-paced team combat mode— where your squad composition makes all the difference. Gather your cyber-yakuza, fine-tune your lineup, and unleash devastating bonuses on the battlefield!**</mark>

## A. HOW IT WORKS

### 1. Pick Your Fighters

* Select 6 or more Cyber-Yakuza from your collection.

{% hint style="info" %}
In the first version of Brawl, every fight-ready Cyber-Yakuza in your wallet will enter the battle.
{% endhint %}

<figure><img src="/files/fziup01OijwD9snI6Jgw" alt=""><figcaption></figcaption></figure>

### 2. Calculate Your Team Rating

* Every Cyber-Yakuza has a fixed rating (e.g. 0.1–8.0) based on several criteria.
* We average your fighters’ ratings to get a Rarity Score μ.

### 3. Determine Your Tier

* μ ≥ 5.5 → <mark style="color:yellow;">**Tier S**</mark>
* μ ≥ 4.5 → <mark style="color:purple;">**Tier A**</mark>
* μ ≥ 3.5 → <mark style="color:blue;">**Tier B**</mark>, etc.

### 4. Earn Powerful Boosts

* Each Tier grants a Stats % increase (Strength, Instinct, Aggressivity) and a Rewards % bonus in OYAB earnings.

## B. TIER & BONUS TABLE

<figure><img src="/files/eLQu5zs3i9jWqjkgKfvW" alt=""><figcaption></figcaption></figure>

| **Tier** | **Stats %**  | **Rewards %** |
| -------- | ------------ | ------------- |
| **SS**   | Confidential | Confidential  |
| **S+**   | Confidential | Confidential  |
| **S**    | +14 %        | +18 %         |
| **A**    | +10 %        | +12 %         |
| **B**    | + 8 %        | + 8 %         |
| **C**    | + 4 %        | + 4 %         |
| **D**    | 0 %          | 0 %           |

## **C. Extra Synergy Bonuses (coming soon)**

<mark style="color:red;">**Beyond your Tier boost, you can layer on four Synergy Bonuses to further amplify both your team’s in-combat stats and OYAB rewards. These bonuses stack additively with your Tier bonus, giving you massive upside for careful team-building.**</mark>

<figure><img src="/files/Uw3zZ3fttlTASBfnmJp6" alt=""><figcaption></figcaption></figure>

### 1. Diversity Bonus ( +5 % Rewards )

* **Condition:** Your BRAWL team contains at least 6 distinct cyber-yakuza.
* **Why it matters:** Encourages you to collect and field a variety of fighters—mixing Commons and Rares, across clans and playstyles.

{% hint style="info" %}
**Example:**

A squad of TK-R, DS-C, KU-R, SA-C, AK-R, MI-C all hit +5 % OYAB on top of their Tier rewards.
{% endhint %}

### 2. Clan Bonus ( +5 % Rewards )

* **Condition:** All team members hail from the same clan (e.g. Inner Circle, Steel Dragons, Oni).
* **Why it matters:** Unlocks powerful clan-themed narratives and deepens your investment in a favorite faction.

{% hint style="info" %}
**Example:**

Six “Oni” Cyber-Yakuza together score +5 % extra OYAB when you BRAWL.
{% endhint %}

### 3. Items Bonus ( +4 % → +15 % Rewards )

* **Condition:** Every CY in your team has level 4+ items equipped.
* **Scale:**
  * 1 item each → +4 %
  * 2 items each → +6 %
  * 3 items each → +9 %
  * 4 items each → +11 %
  * 5 items each → +12 %

### 4. Experience Bonus ( +5 % → +12 % Rewards )

* **Condition:** Your team’s average level exceeds threshold
  * ≥ 20 → +5 %
  * ≥ 30 → +7 %
  * ≥ 40 → +10 %
  * ≥ 50 → +12 %

{% hint style="info" %}
**Example: Total Potential Uplift**

**Tier S** (Base +14 % Stats / +18 % Rewards)

* **Diversity** +5 %
* **Clan** +5 %\*
* **Gear** +9 % (3 items each)
* **Experience** +10 %

<mark style="color:red;">**→ +29 % extra OYAB on top of your Tier S baseline—over +47 % in total!**</mark>

Mix and match these bonuses to craft unstoppable teams and maximize your BRAWL profits.
{% endhint %}

<figure><img src="/files/4aQuuSC9yEspcTDu6gtl" alt="" width="563"><figcaption></figcaption></figure>

#### Why You’ll Love BRAWL

* **Strategic Depth:** Experiment with countless lineups to discover your perfect synergy.
* Instant Gratification: **Quick matches deliver immediate stat boosts and OYAB rewards.**
* **Endless Variety:** With each new cyber-yakuza drop, your tactical options expand.
* **Community Showdown:** Climb the leaderboards and prove your team-building prowess.

Prepare your Cyber-Yakuza. Fine-tune your squad. The BRAWL begins soon — are you ready to dominate?

<br>


---

# 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://whitepaper.oyabun.io/activity/fight-missions/brawl.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.
