Comment on page
Manage Your Maintenance Fee
Learn more about the Maintenance Fee:
const new_fee = x * 10**10 /100 // x%
await Portal.switchMaintenanceFee(id, new_fee)
Every ID has an Internal Wallet, which makes transferring Ether easier for both Geode's Portal, and it's users.
The Internal Wallet is the place where your fees will accrue over time.
const wallet_balance = Portal.readUintForId(id, getBytes("wallet"));
await Portal.decreaseWalletBalance(id, wallet_balance);
Last modified 9mo ago