Contract Custody

Beyond creating fungible tokens, we have a good amount of composability within Glittr. We’ll first cover the building blocks, and then look at creating contracts.

Contract Custody

Glittr contracts can have ETH-like pseudo-custody of assets, or what we would call custody by consensus.

Simple Assets do not have custody; they are either minted, mined, or exchanged for an asset that is burned or deposited to a different address/contract.

Contracts with custody can have significantly more functionality because the transfer and return of assets becomes enforceable.

Vaults

Vaults are functionally user contract addresses. These are necessary to interact with various other contracts, because it allows the user’s ability to move their funds to be constrained without removing custody.

Last updated