Skip to content

Commit

Permalink
Add clarification regarding supported address format on Bitcoin (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 authored Jan 17, 2024
1 parent b872e87 commit 3124664
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/developers/omnichain/bitcoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ This section is important for wallet and app developers.

:::

:::tip
All inputs and outputs of Bitcoin transactions sent to TSS address
must be a P2WPKH address (SegWit bech32 address, such as bc1xxx on Bitcoin mainnet).
Otherwise the transactions will not be observed and there will be no refund, and may
cause irreversible user fund loss.
:::

To deposit BTC into zEVM ZRC-20 contract (and optionally call a smart contract),
the Bitcoin transaction must conform to this specifications:

Expand Down

0 comments on commit 3124664

Please sign in to comment.