> For the complete documentation index, see [llms.txt](https://kerneldao.gitbook.io/kernel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kerneldao.gitbook.io/kernel/getting-started/kernel-deprecated/editor/mainnet-restaking.md).

# Mainnet Restaking

### How to Restake

1. **Connect Wallet**:
   * Visit the Kernel Web App and connect your wallet (e.g., MetaMask, TrustWallet).
   * Ensure your wallet is configured for the BNB Chain Testnet
2. **Choose Restaking Method**:
   * Select whether you want to restake BNB, BTC or LSTs
3. **Enter Amount**:
   * Specify the amount of BNB, BTC or LSTs you wish to restake.
4. **Confirm Transaction**:
   * Review the transaction details, including any fees.
   * Confirm the transaction in your wallet.
5. **Monitor Your Restake**:
   * Once confirmed, you can view your restaked assets and potential rewards in the Kernel portfolio.

### Withdrawing Your Stake

Initiate a withdrawal request through the Kernel Dapp&#x20;

* **Choose the asset you want to withdraw**:
  * Select whether you want to withdraw BNB, BTC or LSTs
  * Choose the withdraw tab
* **Enter Amount**:
  * Specify the amount of BNB, BTC or LSTs you wish to withdraw
* **Confirm Transaction**:
  * Review the transaction details, including any fees.
  * Confirm the transaction in your wallet.

### Withdrawal Process

#### Regular Assets

* All assets except BNB(clisBNB pool) have instant withdrawals

#### clisBNB Withdrawals

* Takes 7-8 days to process
* May be paid in multiple transactions
* Handled directly by ListaDAO
* Process:
  1. You submit withdrawal request to Kernel
  2. Kernel forwards request with your receiving address to ListaDAO
  3. ListaDAO automatically processes and sends BNB to your address

### Your portfolio

You can look at all your stakes and rewards at one place in the portfolio page

### Security Considerations

* Always ensure you're interacting with the official Kernel dapp
* Be cautious of phishing attempts and verify all transaction details before confirming.
* Kernel never asks for your private keys or seed phrases.

For more detailed information or if you encounter any issues please reach out to our support team.


---

# 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://kerneldao.gitbook.io/kernel/getting-started/kernel-deprecated/editor/mainnet-restaking.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.
