> For the complete documentation index, see [llms.txt](https://docs.ariaprotocol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ariaprotocol.xyz/about-aria/quickstart-guide/claiming-assets.md).

# Claiming Assets

The $APL token is exclusively claimable by those who participated in the initial fundraising round via StakeStone. This fundraising phase is now closed. Following the launch, $APL may be available for purchase on decentralized exchanges supported by the Story network such as PiperX or StoryHunt once trading begins, depending on market availability and jurisdiction. This may give non-StakeStone participants an opportunity to get involved.

### Claiming $APL for StakeStone Depositors

If you were a StakeStone depositor, you must connect the same wallet that was used to deposit USDC in order to claim your $APL tokens.

For step-by-step instructions, see: [Getting and Linking a Wallet](/about-aria/quickstart-guide/getting-and-linking-a-wallet.md)<br>

Once your wallet is connected to the Aria Protocol WebApp, navigate to the Claim tab. Your eligible $APL balance should appear and be ready to claim.&#x20;

<figure><img src="/files/WpjhOJ2z8Uwow3Afvf5a" alt=""><figcaption></figcaption></figure>

When claiming, you must have a small amount of $IP in your wallet to pay the gas fee for the transaction. If you don't have any yet, you can review how to purchase some in [Purchasing $IP](/about-aria/quickstart-guide/purchasing-usdip.md).

If you have enough $IP in your wallet to pay the gas fee, you can click the Claim Tokens button to deposit your $APL tokens into your wallet!

Need more help follow along with our loom guide [here](https://www.loom.com/share/189eb83dd78b4e6083d420db0a217cd6?sid=7f47a985-f675-4339-b89b-6395fb468583)!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ariaprotocol.xyz/about-aria/quickstart-guide/claiming-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
