Security Token Market's crowdfund is going live on Securitize Markets on July 6th.
Mar 18, 2020
One of the main advantages that tokenization brings to securities is the potential for liquidity.
Current Digital Securities using Securitize’s DS Protocol represent private securities, with transfer restrictions that only allow their trading in certain circumstances. The DS Protocol smart contracts are responsible for ensuring that compliant trades are allowed and non-compliant ones are not permitted (this is managed by the Compliance Service). This, in the context of international regulations and depending on the specific security, may require limiting the total number of holders from a certain country, or limiting trades happening from outside the US to US residents.
This is also true when tokens are being transferred through some specific marketplace, but not all of them work in the same way; let’s take a look at how trading DS Tokens works behind the scenes.
The non-custodial approach for Digital Securities seems to be favored by the latest SEC statement, and in practice means that tokens representing securities are always in a wallet controlled by the investor. Tokens only move wallet-to-wallet (seller-to-buyer) when a trade closes.
In some marketplaces, it is required for investors to pre-fund their accounts (wiring dollars or maybe sending Ether) in order to be able to buy securities. In these cases, to an extent, the marketplace is acting as an escrow for the funds sent by the investor, and they ensure the delivery-vs-payment by holding these funds. They may provide a full order-book service, with sell and buy orders posted anonymously by investors.
Non-custodial trading requires sellers to authorize the marketplace to be able to take the securities from their wallet at the moment a trade is performed. To do it, the seller must sign a transaction — usually, a standard ERC20 approve() call — when they post a sell order, and that authorizes the marketplace to take the tokens in the future. Signing transactions is not something evident to most investors, which is why in order to do this some sort of Web3 wallet, like MetaMask, is required. With these types of wallets, it is possible to trigger transaction signing directly from your browser.
Approval Transaction via MetaMask
The integration with Securitize / the DS Protocol for these marketplaces is related to the ability to onboard new investors so that they can hold securities and provide trade information. This is done based on two elements:
On top of that, the marketplace can use the preTransferCheck() method on DS Tokens to validate transactions before clearing them on-chain, to ensure that they will be correctly processed and approved before attempting them.
The OTC marketplace model is slightly different from pure non-custodial trading. On one hand, OTC marketplaces may provide custodial services for the securities they facilitate the trading of, and usually don’t provide an order-book. Their model allows them to gather the interest from buyers and sellers and facilitate an agreement between both parties, and the execution of the trade itself. If they provide custody of securities, they are also able to set up a wallet for the seller and another for the buyer, so that during the trade:
The advantage of this approach is that the investor experience is simpler, and the provider can provide more value as a custodian.
The custodial model is based on the marketplace keeping control of the wallets that hold the investors’ securities. This means that the partner will need to set up wallets for both the seller and the buyer. For the integration of DS Tokens the model will conduct wallet-to-wallet clearing of trades, so:
The integration with Securitize / the DS Protocol is again based on the ability to onboard new investors and associate the custody wallets to existing investors.