Asset Listings By Wallet Holders
Last updated
Last updated
One unique aspect of our wallet is that we've made assets a part of the core model. These assets can be added by a wallet holder or by your business.
Each time a wallet is created, assets listed as default by your business are initialized as part of that wallet. To learn how to list an asset, head over to Asset Listings By Your Business.
An asset that is part of a wallet has an associated address that it can be sent and received. These assets will be returned in the API responses/SDK functions when getting wallets as defined in View Assets, Addresses, & Balances.
Once the wallet is created, you can enable your users to add assets they would like to see in their wallet. In some cases, you may want to add these assets automatically based on events on your platform.
{image of event based asset additions}
In some cases, you may want to give the wallet holder the ability to add the assets themselves. Any asset added to your business profile in your admin portal can be added by name. Any asset that is not added to your business profile can be added as a custom asset.
{image of custom asset vs existing asset addition}
The SDK does not yet support this capability. However, even if you used the SDK to build the wallet, you can still decrypt the seed phrase with the SDK and then utilize the APIs for this capability.