# Process of Staking

When BDCA tokens are staked in the staking contract, NFTs (BEP-721) are minted. Each stake is represented by a unique NFT, containing details about the BDCA staked amount and the staking duration.

BDCA token holders must stake their BDCA tokens on the [*staking website*](https://app.bitdca.com/).

Tokenholders can divide their holdings into multiple stakes, with a minimum of 100 BDCA tokens required per stake. Stakes smaller than 100 tokens are not currently allowed, though this condition may be subject to change in the future.

<figure><img src="/files/Co9SwYNpxc9dlvh4XvrO" alt=""><figcaption><p>BDCA staking process and liquidity</p></figcaption></figure>

Staking contract: <https://bscscan.com/address/0x9e4892B99F2A6530cfBb2139768486daEfEe0d7E>


---

# 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://gitbook.bitdca.com/bdca-token/staking-and-rewards/process-of-staking.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.
