> For the complete documentation index, see [llms.txt](https://apriori-docs.gitbook.io/apriori-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apriori-docs.gitbook.io/apriori-docs/aprmon/apriori-testnet-guide.md).

# aPriori Testnet Guide

### Getting Started&#x20;

1. Visit the Testnet App

Visit the aPriori testnet app here: <https://stake.apr.io/>. Make sure you are accessing the testnet via our official links! \
\*if you don't have any testnet MON, visit our [Faucet guide](https://aprlabs.gitbook.io/apriori-docs/apriori-mon-faucet-guide) to claim test MON.

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

2. Connect Your Wallets via the top right “Connect Wallet” icon.

<figure><img src="/files/6mOiwSIOFE6kLXc4TttD" alt=""><figcaption></figcaption></figure>

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

### Stake

1. Click on “Stake” to access the staking page

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

2. Choose the amount of MON test token you want to stake

<figure><img src="/files/0ur60GtI5jMQl5y5AnhO" alt=""><figcaption></figcaption></figure>

3. Click “Stake” to deposit

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

4. Confirm your transaction in the Wallet

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

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

### Withdrawal

1. Click “Withdrawals” to access the request page

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

2. Choose “Request”

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

3. Input the amount of aprMON you want to unstake

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

4. Submit a request. Note that you can only have up to 256 pending requests at a time.

<figure><img src="/files/798aooCGiElrrbeRZ4Wp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9GDfX2GpYbJkzckKDkVf" alt=""><figcaption></figcaption></figure>

### Claim

1. Click “Withdrawals” to access the claiming page.

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

2. Choose “Claim”

<figure><img src="/files/4OluiTdWlXIcpKBWnNrt" alt=""><figcaption></figcaption></figure>

3. Check the pending page for remaining times. The wait time is dependent on when you submitted your withdrawal request. aprMON will process all pending withdrawals once per epoch (roughly 5.5 to 6 hours), which then begins the undelegation process from validators. The undelegation process requires a couple epochs, at which point aprMON will be able to withdraw your request from the validators and make it available for claiming.

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

4. Once the token is ready, claim your token on the “Ready to Claim” tab

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

5. Choose the request you want to claim

<figure><img src="/files/22N7NrWk9dl1Z9U3vj83" alt=""><figcaption></figcaption></figure>

6. Request to claim

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

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

7. You can also check withdrawals requests on the “All” tab.

<figure><img src="/files/2HiOEGPM7WbPvAXz5YIP" alt=""><figcaption></figcaption></figure>

If you have any questions or feedback about aPriori Testnet, feel free to reach us out in [aPriori Discord](https://discord.com/invite/apriori)!


---

# 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://apriori-docs.gitbook.io/apriori-docs/aprmon/apriori-testnet-guide.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.
