> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gank.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# angel mode

> auto-buyback from creator fees

# angel mode

a portion of creator fees automatically buys back the token and removes it from circulation. the floor price only goes up. every trade — buy or sell — strengthens the position for holders.

## how it works

```
every trade on your token
    |
    v  creator fee splits
    |
    +-- creator: 70%
    +-- angel reserve: 30%
            |
            v  periodic buyback
            |
            buy token + burn
            supply decreases permanently
```

## the loop

1. trades generate creator fees
2. fees split — portion goes to angel reserve
3. reserve buys back the token
4. tokens burned. supply shrinks.
5. less supply = higher floor
6. higher floor = more confidence = more volume = more fees

even dumps fund buybacks. selling generates fees too.

## bottom market cap

the minimum value the token can reach. determined by how much supply has been permanently removed.

```
bmc = (total supply - burned supply) * floor price
```

the floor is on-chain. verifiable. rugging below it is mathematically impossible.

## config

| param                    | what                            | default    |
| ------------------------ | ------------------------------- | ---------- |
| `angel_mode`             | enable                          | `false`    |
| `angel_share_bps`        | bps of creator fee for buybacks | 3000 (30%) |
| `angel_buyback_interval` | minutes between buybacks        | 60         |

## why it matters

on every other platform, you're down the moment you buy. fees get extracted, token goes to zero.

with angel mode:

* fees flow back into the token instead of leaving
* every trade shrinks supply
* the floor only goes up
* runners last longer because there's less panic selling

works best on tokens with high volume. more volume = faster floor rise.
