# Technical Details

### Staking / Unstaking Technical Process

1. When users stake BTC to Kinza, the BTC is deposited into Cobo MPC (multi-party computation wallet). The MPC Wallet is jointly managed by Cobo, Kinza and Coincover.
2. When it is detected that the user stakes (deposits) BTC on the BTC chain, the user who successfully staking will receive kBTC on their preffered network to their connected EVM wallet. kBTC can be freely traded. 1BTC=1kBTC (minus fees). For details about kBTC, see [kBTC](/kinza-bitcoin-staking/bitcoin-staking/kbtc.md).&#x20;
3. After the user stakes BTC to Kinza (deposited into Cobo MPC), the BTC will be staked to Babylon again, and any generated future income will be distributed to kBTC token holders in a pro-rata manner.
4. After the user selects a certain amount of kBTC to unstake, the kBTC is first burnt on the relevant EVM chain. At the same time, Kinza will start to unstake in Babylon, and after the scheduled unstaking period, the BTC will be transferred to the BTC wallet address connected when the user performs the unstaking operation.
5. History of the users Bitcoin staking transactions can be reviewed directly from the BTC staking dashboard.&#x20;

###


---

# 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.kinza.finance/kinza-bitcoin-staking/bitcoin-staking/technical-details.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.
