Tinyman Docs
Search…
Overview
Tinyman AMM Basics
FAQ
Fees
Design Doc
Contracts
Tinyman Testnet
Disclaimer
Audits
Security
Integration
Pool Lookup
Transaction Specifications
Bootstrap Pool
OptIn
Swap
Mint
Burn
Redeem
Create Validator App
Redeem Protocol Fees
Official SDKs
Community SDKs
Staking
Overview
Tinyman Presentations
Known Issues
Powered By
GitBook
OptIn
OptIn to the Validator App for Poolers/Swappers. The user must OptIn to the app once before doing any mint/burn/swap/redeem transactions.
Transaction:
1.
App Call - OptIn to the Validator App
signed by Pooler/Swapper
1
{
2
"txn": {
3
"type": "appl",
4
"snd": "{POOOLER/SWAPPER_ADDRESS}",
5
"apid": {VALIDATOR_APP_ID},
6
"apan": 1, // OnComplete: OptIn
7
"apaa": []
8
...
9
},
10
}
Copied!
Validator App State Changes
Global State
None
User Account Local State
None
Previous
Bootstrap Pool
Next
Swap
Last modified
11mo ago
Copy link
Contents
Transaction:
Validator App State Changes