> 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/faqs/faq.md).

# FAQ

## Testnet FAQ

**Q: Can I deposit and withdraw tokens anytime?**

A: Deposits can be made at any time. Withdrawals require the submission of a withdrawal request, which can also be made at any time. However, you’ll need to wait for the withdrawal period to lapse before you can claim your MON tokens.

**Q: Why is there a withdrawal wait time?**

A: In proof-of-stake protocols, undelegating tokens from a validator does not occur instantly. There is a queuing process, and unstaking occurs in batches to maintain network security. Similarly, when unstaking from aPriori, the platform must first unstake tokens from the delegated validator. This process results in a wait time before tokens can be fully withdrawn.

**Q: How is the withdrawal wait time decided?**

A: The withdrawal time is based on the actual unstaking period required by Monad validators, with an additional buffer to account for potential delays. This ensures both accuracy and a smooth user experience.&#x20;

**Q: Are there any protocol fees?**

aPriori charges a 10% fee on staking rewards and a 0.1% withdrawal fee when redeeming funds. The staking rewards fee helps cover operational expenses and maintain the protocol, while the withdrawal fee is designed to discourage misuse of the system.

**Q: Why am I charged a really high gas fee(up to \~2.73MON) for my transaction?**

Some wallets, including MetaMask, are known to have the following behavior: when `eth_estimateGas` is called and the contract call reverts, they set the gas limit for this transaction to a very high value(52M). See Monad documentation for more details: <https://docs.monad.xyz/developer-essentials/gas-on-monad#set-the-gas-limit-explicitly-if-it-is-constant>. The team is working on overriding this with a lower gas limit.\
\
Double check gas fee before you sign the transaction. If gas is abnormally high, try setting lower gas limit manually. Example of how to do this in metamask:

1. Click on the blue edit button
2. Click on "Advanced"
3. Click on "Edit" gas limit
4. Set custom gas limit and click save.

## Go with the Flow Campaign FAQ

**Q: How are the scores calculated**

Scores are based on four factors: number of wallets connected, total transactions, quest completion progress, and check-in count.

**Q: How many wallets can I add**&#x20;

There’s no limit, you can add as many secondary wallets as you'd like.

**Q: Do I need transactions on all chains**&#x20;

Not necessarily, but having activity across multiple chains can help improve your score.

**Q: Who is displayed on the leaderboard**&#x20;

The top 100 users are ranked publicly. All other users are shown by percentile.

**Q: What is the purpose of the campaign**&#x20;

To collect wallet clustering data and train our AI-powered orderflow segmentation engine.

**Q: Who should I contact if I need help**&#x20;

If you need help, reach out to our moderators in the [aPriori Discord](https://discord.com/invite/apriori).

**Q: How many wallets do I need to complete the “connect 3 wallets” quest**

You need to connect 3 additonal wallets to complete the quest.&#x20;


---

# 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/faqs/faq.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.
