> For the complete documentation index, see [llms.txt](https://docs.nabla.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nabla.fi/nabla-testnets/testnet-alpha/whitelisting-for-testnet.md).

# Whitelisting for testnet

Alpha testnet deployment is technically permissionless however, the tester will need to hold "test tokens" to be able to "test" the product. There is a whitelisting process and several ways testers can obtain those test tokens. You need to complete the step 1 OR step 2 below:

1. Any member of the Nabla community can apply to be whitelisted (to receive test tokens) by completing social quests ([Galxe](https://galxe.com/NablaFinance/), etc. ). This is a guaranteed method for whitelisting.  OR
2. You can apply as a "test user" by filling out [this form](https://tally.so/r/wadKZq) as well (not a guaranteed method) :
   * If your wallet is holding assets or Defi positions worth more than  $5000  or,&#x20;
   * If you have a referral code. <br>

**Important**

* The above criteria are indicative and might not guarantee approval of your application.
* You can receive test tokens from other test users, but as an anti-sybil measure, we don't allocate $AMBER points to users who are not whitelisted for Testnet Alpha.


---

# 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.nabla.fi/nabla-testnets/testnet-alpha/whitelisting-for-testnet.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.
