> ## 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 shows its available balances separately for ETH, USDC, or USDG. 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 quote currency used by the launch market. A Base USDC market pays USDC fees, a Robinhood USDG market pays USDG fees, and an ETH market pays ETH fees.

## 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="USDC or USDG">
    The app claims the stablecoin used by that launch pool. Developers should use the exact quote address listed in [Production contracts](/launchpad/reference/production-contracts).
  </Tab>
</Tabs>

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