> For the complete documentation index, see [llms.txt](https://docs.pett.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pett.ai/features/central-bank/irs.md).

# IRS

The IRS (Internal Revenue System) is a new feature within the Pett.AI Central Bank designed to regulate and enforce tax collection on withdrawals. It introduces a taxation system based on player levels and offers a strategic mechanism to reduce tax rates by employing accountants. The IRS ensures compliance and fairness while maintaining the stability of the in-game economy.

{% hint style="warning" %}
During the IRS launch event, **all withdrawals will be halted for 3 days,** affecting all players.
{% endhint %}

### Key Mechanics

#### **1. Withdrawal Restrictions During IRS Activation**

* **No new withdrawals** can be created while the IRS is active.
* Players can **jump the queue** or place withdrawals in the queue but **cannot create new ones**.
* **Claiming rewards remains active at all times.**

#### **2. IRS Audit Triggers**

* Every time an **IRS audit begins, new withdrawals stop**.
* Audits are **randomized events**. No one knows when it's going to happen.
* This ensures a controlled taxation process and prevents tax evasion.

{% hint style="info" %}
The IRS only affects the in-game balance, excluding withdrawals.
{% endhint %}

#### **3. IRS Eligibility**

* **All players above level 15+** are subject to the IRS.
* Lower-level players are exempt to encourage progression.

#### **4. Reducing Taxation with Accountants**

Players undergoing an IRS audit can reduce the amount of **$AIP** taxed by purchasing **Accountants**. Each accountant hired reduces the base tax rate, following a diminishing returns model.

<table data-header-hidden data-full-width="false"><thead><tr><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Number of Accountants</strong></td><td><strong>Tax Rate After Reduction</strong></td><td><strong>Reduction Amount</strong></td><td><strong>Cumulative Cost ($AIP)</strong></td></tr><tr><td>0 (Base Rate)</td><td>25%</td><td>-</td><td>-</td></tr><tr><td>1 Accountant <br><span data-gb-custom-inline data-tag="emoji" data-code="1f575-2640">🕵️‍♀️</span></td><td>18%</td><td>7%</td><td>5k</td></tr><tr><td>2 Accountants <br><span data-gb-custom-inline data-tag="emoji" data-code="1f575-2640">🕵️‍♀️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span></td><td>13%</td><td>5%</td><td>10k</td></tr><tr><td>3 Accountants <br><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span></td><td>9%</td><td>4%</td><td>15k</td></tr><tr><td>4 Accountants <br><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span></td><td>6%</td><td>3%</td><td>20k</td></tr><tr><td>5 Accountants <br><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span></td><td>4%</td><td>2%</td><td>25k</td></tr><tr><td>6 Accountants<br><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span><span data-gb-custom-inline data-tag="emoji" data-code="1f575">🕵️</span></td><td>2.5%</td><td>1.5%</td><td>30k</td></tr></tbody></table>

Your accountants are required for every IRS audit, meaning you'll need to repurchase them each time a new audit occurs.

### Past Audits

| Time Started  | Time Ended    |
| ------------- | ------------- |
| 12 March 2025 | 15 March 2025 |

{% hint style="info" %}
**Accountants offer a cost-effective way** to minimize taxation for frequent high-level players.
{% endhint %}


---

# 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.pett.ai/features/central-bank/irs.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.
