# Fees & Distribution

## Transaction Fee Breakdown

Every PST trade incurs a **10% transaction fee**, automatically distributed as follows:

| Allocation              | Percentage | Purpose                                           |
| ----------------------- | ---------- | ------------------------------------------------- |
| **Treasury Operations** | 8%         | PENGU buybacks, resale operations, holder rewards |
| **Operations Share**    | 1.5%       | Protocol development, maintenance, infrastructure |
| **$INVEST Ecosystem**   | 0.5%       | Supporting the broader $INVEST ecosystem          |

## Treasury Fund Management

The **8% treasury allocation** is automatically split by smart contracts:

### PENGU Allocation Split

| Purpose                      | Percentage of Treasury   | Description                                      |
| ---------------------------- | ------------------------ | ------------------------------------------------ |
| **PENGU Trading Operations** | 70% (5.6% of total fees) | Used to buy PENGU and execute resale with markup |
| **Weekly Dividends**         | 30% (2.4% of total fees) | Distributed to PST holders every epoch           |

## Fee Collection Process

### Automatic Collection

* Fees are collected **automatically** with every PST transaction
* No manual intervention required
* All collections are **on-chain and verifiable**

### Smart Contract Distribution

1. **Transaction occurs** → 10% fee deducted automatically
2. **Treasury receives 8%** → Split into trading (70%) and dividends (30%)
3. **Operations receive 1.5%** → Used for protocol maintenance
4. **$INVEST receives 0.5%** → Supports ecosystem partners

## Treasury Operations Flow

### PENGU Purchase Cycle

1. **Fee accumulation** in treasury trading pool
2. **Threshold reached** → Automatic PENGU purchase initiated
3. **PENGU acquired** at current market price
4. **Split applied**: 70% for resale operations, 30% to dividend pool

### Automated Execution

* **No manual triggers** required
* **Smart contract automation** handles all distributions
* **Transparent operations** - all transactions visible on blockchain
* **Fail-safe mechanisms** prevent double-spending or errors

## Operations & Development Fund

**1.5% of all fees** support:

* Protocol development and upgrades
* Infrastructure maintenance
* Security audits and improvements
* Community support and documentation

## $INVEST Ecosystem Support

**0.5% of all fees** contribute to:

* $INVEST token buybacks when applicable
* Ecosystem growth initiatives

## Transparency & Monitoring

### Real-Time Tracking

* All fee collections visible on blockchain
* Treasury balances updated in real-time
* Distribution ratios enforced by smart contract code

No funds can be redirected or modified without transparent on-chain governance processes.


---

# 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://pengu-strategy.gitbook.io/pengu-strategy/fees-and-distribution.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.
