Wrap SMT → wSMT
Send SMT to the bridge and receive wSMT on BSC. You need a running Smartiecoin node.
1 Enter wrap details
2 Find a UTXO on your node
Run this command on your Smartiecoin node to list your unspent coins:
smartiecoin-cli listunspent
Pick one entry from the result and paste its details below:
Run
smartiecoin-cli getnewaddress on your node to get one
3 Run these commands on your node
3a — Create the raw transaction
This returns a hex string — paste it into the next step.
3b — Sign the transaction
smartiecoin-cli signrawtransactionwithwallet "PASTE_HEX_FROM_3a"
This returns a JSON object — copy the hex value.
3c — Broadcast the transaction
smartiecoin-cli sendrawtransaction "PASTE_SIGNED_HEX"
This returns your transaction ID. After 6 confirmations (~6 min) the bridge will mint wSMT to your BSC address.
⚠️ Double-check the BSC address before broadcasting — mints cannot be reversed.
Amount
Fee0.0001 SMT
Change
Custodian
wSMT recipient
Unwrap wSMT → SMT
Burn wSMT on BSC and receive SMT back to your Smartiecoin address.
MetaMask required to sign the burn transaction on BSC.
Must be a valid Smartiecoin address you control