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

# Fees

> Every fee on hoodstar.fun, exactly: free launches, 1% curve trades, and post-graduation Uniswap fee splits.

hoodstar.fun has one of the simplest fee schedules in the launchpad space. Everything below is enforced on-chain.

## Summary

| Action                            | Fee                                               |
| --------------------------------- | ------------------------------------------------- |
| Launch a token                    | **Free** (gas only)                               |
| Buy or sell on the bonding curve  | **1%** of the ETH amount                          |
| Graduation / migration            | **Free** (permissionless, gas only)               |
| Trade on Uniswap after graduation | **1%** pool fee tier (standard Uniswap mechanics) |
| Claim creator or protocol fees    | **Free** (gas only)                               |

## Bonding-curve trade fee: 1%

Taken in ETH on every buy and sell, and split:

<CardGroup cols={2}>
  <Card title="Protocol — 0.7%" icon="building-columns">
    Accrues to the protocol treasury. Funds platform development and operations.
  </Card>

  <Card title="Creator — 0.3%" icon="user-star">
    Accrues to the token creator's claimable balance — see [Creator Rewards](/guides/creator-rewards).
  </Card>
</CardGroup>

Fees are **pull-based**: they accumulate in the launchpad contract and are paid out when claimed. Claim functions are callable by anyone, but funds only ever go to the registered recipient (the creator's fee address, or the treasury).

<Info>
  Fee rates are adjustable by protocol governance within a **hard-coded cap of 5% total** — the contract physically cannot charge more. Current rates: 0.7% + 0.3% = 1%.
</Info>

## After graduation: Uniswap v3 pool fees

Graduated tokens trade in a Uniswap v3 pool with the **1% fee tier**. Those fees accrue to the pool's liquidity — which is the position locked in the FeeLocker vault. Anyone can trigger a fee collection, which splits the harvest:

| Recipient         | Share |
| ----------------- | ----- |
| Token creator     | 50%   |
| Protocol treasury | 50%   |

This split is immutable — set once at deployment and not adjustable by anyone.

## Gas

Every transaction pays Robinhood Chain gas in ETH. As an Arbitrum Orbit L2, gas costs are typically a tiny fraction of a cent to a few cents. There are **no** deposit, withdrawal, account, or subscription fees of any kind.

## Example: a 1 ETH buy

```text theme={null}
You send:            1.000 ETH
Fee (1%):            0.010 ETH   → 0.007 protocol · 0.003 creator
Goes into the curve: 0.990 ETH   → priced by x·y=k, tokens to your wallet
```

The trading widget always shows the fee and your exact minimum receive amount before you sign.
