Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/learn/bridging/usdcx/contracts/usdcx-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,4 @@ The `.usdcx-v1` contract keeps a `circle-attestors` map to keep track of public

To withdrawal USDCx to another chain, users call `burn`. The specified amount of USDCx is burned from their Stacks account. A `print` event is emitted, which is used for triggering a burn attestation off-chain.

The `.usdcx-v1` contract stores a minimum amount variable. Users must withdrawal at least this amount, or the burn fails. Accounts with the role `0x04` can update this variable.
The `.usdcx-v1` contract stores a minimum amount variable. Users must withdraw at least this amount, or the burn fails. Accounts with the role `0x04` can update this variable.