Burn
Burn Pool liquidity assets in exchange for removing assets from the Pool.
Transaction Group
{
"txn": {
"type": "pay",
"rcv": "{POOL_ADDRESS}",
"snd": "{POOLER_ADDRESS",
"amt": 3000,
"fee": 1000,
...
},
"sig": "{POOLER_SIG}",
}{
"txn": {
"type": "appl",
"snd": "{POOL_ADDRESS}",
"apid": {VALIDATOR_APP_ID},
"apan": 0, // OnComplete: NoOp
"apaa": ['YnVybg=='], // ['burn']
"apas": [{ASSET1_ID}, {ASSET2_ID}, {LIQUIDITY_ASSET_ID}], // or just [{ASSET1_ID}, {LIQUIDITY_ASSET_ID}] if asset 2 is Algo
"apat": [{POOLER_ADDRESS}],
"fee": 1000,
...
},
"lsig": "{POOL_LOGICSIG}",
}Validator App State Changes
Last updated
Was this helpful?