Use Cases
User Whitelisting
Trading venues, such as an ATS, face two challenges when supporting digital asset securities.
First, they have their own AML/KYC compliance programs for their users, so investors buying or selling ERC-1404 digital asset securities might need to submit duplicate AML/KYC information to both the issuer and the ATS, creating a redundant and unnecessarily slow compliance process.
Second, they need to ensure that any on-chain compliance restrictions do not cause trade settlement to fail unexpectedly, so they might need to monitor every security token contract.
Tokensoft’s API solves these problems through the following:
The API enables approved ATS partners to collaborate with TTA on investor compliance and on-chain whitelisting.
Issuers can ensure that all transfers meet their compliance requirements,
An ATS can avoid on-chain token contract management allowing investors to access secondary liquidity for ERC-1404 tokens easily.
ATS partners can use these API endpoints to request on-chain whitelisting of an investor so that they are certain secondary transactions will settle as-expected.
The API collects kyc information about the user as detailed in the example
The mutation returns the hash of the add-to-whitelist transaction.
If an error occurred, the mutation returns null
. (Note: in a future release, an error message and code will be provided)
Token Pricing
Token price feed providers can query the current or historical price of a token supported by Tokensoft.
Token Supply
The supply of a Token can be queried with the getSupply
and getLatestSupply
endpoints. The total supply is the total amount of tokens minted. The circulating supply is the total supply excluding tokens held in reserve accounts.
KYC Check Status
This is a Platform Specific API Endpoint to allow querying the status of a user's KYC check.
The calling account must be authorized to view KYC status on the user being requested.
Results are shown in a breakdown
and subBreakdowns
arrays that details which specific checks passed or failed.
Last updated