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

# Fee and vesting claims

> View and claim creator, platform, referral, and vested token balances.

Swap fees and vested allocations remain available until they are claimed. One inactive recipient cannot block swaps, launches, or anyone else's claim.

## Fee claims

The connected wallet's Profile page groups available balances by paired asset, including ETH, USDC, USDG, and supported Stock Tokens. Its **Claim** action always pays the recorded recipient.

| Contract option | Who may start it                                        | Destination                     |
| --------------- | ------------------------------------------------------- | ------------------------------- |
| `claim`         | Anyone                                                  | Always the recorded recipient   |
| `claimTo`       | The balance owner through a direct contract interaction | An address chosen by that owner |

Claims pay the same paired asset used by the launch market. A USDC market pays USDC fees, a USDG market pays USDG fees, an ETH market pays ETH fees, and a stock-paired market pays its selected Stock Token.

## Vesting claims

The Profile page shows how many vested tokens are available now, how many have already been claimed, and the remaining milestones. The contract also allows anyone to trigger a claim, but the tokens always go to the beneficiary selected at launch. This permits automation without giving the caller custody.

## Profile overview

The connected Profile page groups:

* claimable hook-fee balances by asset;
* referral activity and attributed trades;
* beneficiary vesting schedules and claimable amounts;
* the wallet's launches and supported management tools.

Creator and referral earnings are claimed from **Profile > Fees**. **Profile > Referrals** shows attributed trade counts, hook-fee volume, and recent referral activity; it is not the claimable-balance view.

Wallet Activity shows indexed claim transactions. Profile views may briefly sync after confirmation; the contracts remain authoritative.

## Currency handling

<Tabs>
  <Tab title="ETH">
    The app claims native ETH directly to the destination.
  </Tab>

  <Tab title="Token pair">
    The app claims the exact ERC-20 used by that launch pool. This can be USDC, USDG, or a supported Stock Token. Developers should use the pool's recorded quote address and can verify current assets in [Production contracts](/launchpad/reference/production-contracts) and [Stock-paired launches](/launchpad/create/stock-paired-launches).
  </Tab>
</Tabs>

Developers can find the exact read and claim functions in [Functions and events](/launchpad/reference/events-functions).
