# How to participate

{% hint style="info" %}
More details on step 1 & 2: <https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>
{% endhint %}

1. **Add BSC Testnet To Metamask**

   * Click on MetaMask -> Settings -> Networks -> Add Network
   * Update fields
     * Network name: BSC Testnet
     * New RPC URL: <https://data-seed-prebsc-1-s1.binance.org:8545/>
     * Chain ID: 97
     * Currency symbol: BNB
     * Block Explorer URL: <https://testnet.bscscan.com>
   * Click “Save”
   * Well done! You can now select **BSC Testnet** from the Networks menu.<br>
2. **Sending BNB from test faucet to BSC Testnet**<br>
   * Select and copy the address which you will send BNB to by navigating on Metamask

     Click on the copy icon as shown in order to copy that address (Note we have 0 BNB) at the moment in our account.
   * Navigate to the BSC test faucet at: <https://testnet.binance.org/faucet-smart>

     Paste the copied address and after clicking the dropdown “give me BNB” – click on 1 BNB.
   * Check your account and see that the balance should have reflected!<br>
3. **Claim DELOT token**<br>

   * Make sure your network is BSC Testnet as selected in Step 1
   * Open this page: <https://token.delot.io/>
   * Connect your wallet
   * Click "Claim tokens"
   * Done! You get 1,000 DELOT tokens. Add to Metamask with the following info:
     * Contract: **0x6102090daaf7dE1E3782928CeC87a249aCD9c9bF**
     * Decimal: **18**
     * Symbol: **DELOT**<br>

   **Note: each wallet is only able to claim once.**


---

# Agent Instructions: 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:

```
GET https://docs.delot.io/beta-test/how-to-participate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
