Token Studio Dashboard
Exercise
In Origination, ACME originated an asset. No shares exist yet.
In Secondary keys, we created distinct accounts for Alice and ACME, and Alice created a secondary key to use when she signs on behalf of ACME as the CEO.
Now, it's time to create some shares and distribute them.
To keep matters simple, let's suppose that Alice will receive 20,000 shares of a planned 100,000.
In practice, the distribution agent may be external to the company that issues the security tokens. Again, to keep matters simple, ACME will serve as its own distribution agent. When the shares are minted, they are initially sent to the distribution agent.
In summary:
- ACME will issue 20,000 shares;
- ACME will transfer them to Alice.
As we proceed, you will see how Polymesh assists with ensuring a compliant process.
Mint tokens
Open the wallet and select ACME's primary key. Then proceed to the dashboard, Explore
and Token Studio
. The token that was originated is displayed.
Click on Manage token
to see the token details.
Open the Distribution tab
.
Click on Mint tokens
. Alice is to receive 20,000 tokens, so we need to mint 20,000 tokens. If more are needed for other distributions or shareholders we could, of course, mint them all now.
Confirm minting and sign.
For brevity's sake we will not include images of each signature request. You should be accustomed to signing on-chain transactions at this point or you may wish to opt for the Don't ask me for the next 15 minutes
option that is available each time a signature is required.
In a few moments the minting operation is confirmed on the blockchain.
When the tokens have been issued, they will be in the custody of the distribution agent which defaults to the originator, so ACME.
Now it is time for the distribution agent, which is ACME, to distribute the tokens. Click Distribute
.
Multiple distributions can be logically grouped into a single event, for example "Founder distributions". Since Alice and only Alice will receive shares, let's call this event "Alice's founder's shares".
Click on + Add new distribution event
, give the event a name, and click Add
.
This distribution will be to a single Polymesh account, Alice. Copy Alice's Polymesh account number (starts with 0x) from Alice's wallet. Be sure to choose Alice's personal account number because that's where ACME should send the shares. Lastly, 20,000 is the amount to send.
The distribution agent may receive a warning to indicate that Alice's account is not compliant at this time. This will occur if the token has compliance rules because Alice has not completed KYC for ACME. As ACME, navigate to Compliance
in the token studio and disable rules for primary distributions.
As always, confirm the transaction and sign.
After a few moments, the distribution confirms.
Now, when the transaction has confirmed, ACME will see a pending distribution. Why is this if the transaction has been confirmed?
Unlike most blockchains where transfers are final, a security token cannot be transferred without the consent of the recipient because the receipt may have legal or tax implications and the recipient may not agree. Therefore, the system waits for Alice to accept the distribution.
Switch to Alice's personal Polymesh account by bringing her personal primary key into focus in the wallet. Navigate to the dashboard Portfolios
tab where Alice's incoming transfer is displayed.
These shares are of upmost importance to Alice and she doesn't want to hold them in her default portfolio. Instead, she wants to create a special portfolio for them - Portfolios are logical containers that help manage permission or organise holdings.
Below holdings, click Create Portfolio
.
Create a new portfolio called "cold store".
Alice can now accept or reject the incoming transfer. Select Accept
next to the incoming transfer, confirm, and sign.
In a moment, the shares arrive in the default portfolio.
Now, it is a simple matter of moving Alice's shares from her default portfolio to her cold store portfolio.
Click the Send
button and specify that 20,000 ACME shares should be moved to Alice's cold store portfolio. This happens without the accept/reject flow because there is no change of ownership.
Success!
Alice has 20,000 ACME shares in her cold store portfolio.
Summary
Let's briefly summarise:
- Tokens are minted by originators and are distributed by distribution agents, which can be the same organisation;
- Newly minted tokens are held by distribution agents until they are actually distributed;
- Compliance rules are enforced in the transfer process and transfers will remain in a pending state until either the receiver achieves compliance with the help of a KYC service provider, or the distribution agent cancels the transfer;
- Compliance rules can be disabled for primary distributions at the originator's discretion;
- Transfers require the consent of the receiving party;
- Users can transfer assets between their portfolios in one step. There is no need to accept the transfer because there is no change of ownership.