> For the complete documentation index, see [llms.txt](https://docs.twilight.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twilight.org/boomerang/deposit-satoshi-test/deposit-confirmation.md).

# Deposit Confirmation

BTCOracle waits for 2 block confirmation from validity gadget before confirming the deposit in the user's address.  Refer to Chaintip Attestation.&#x20;

{% content-ref url="/pages/HSsav3CQqhcpJeN8c1Fv" %}
[Chaintip Attestation](/validity-gadget/chaintip-attestation.md)
{% endcontent-ref %}

```protobuf
message MsgConfirmBtcDeposit {
  string reserveAddress         = 1;
  uint64 depositAmount          = 2;
  uint64 height                 = 3;
  string hash                   = 4;
  string twilightDepositAddress = 5;
  string oracleAddress          = 7;
```
