Examples

Adding to user balance: portal.addBalance(user_id, amount)

Create new status level: portal.newStatus(name='Gold', rank = 5)

Tokenize RWA (square menu item): portal.createToken(name, square_item_uuid)

Create marketplace limited to tier 2 and above: portal.createMarketplace(items='all', fee=0.02, permission_tier=2)

Create a lending pool backed by $BOBA: portal.createLending(collateral='$BOBA', col_rate=2.0, interest='fixed', int_period='month', int_rate='0.15')

Last updated