burnside, can you please explain IPO mechanics?
Create asset page says that I should create separate account per asset. (Am I allowed to reuse email address here, by the way?
OK, I understand, but it would be better if users and accounts would be separate things, i.e. one user can have multiple independent accounts.)
So let's say I will create a separate account and will issue 1000 shares. I guess this account will own those 1000 shares and will be able to sell them. Let's say it sells 250 shares so 750 shares are treasury stock.
But there is a problem: where are my shares, i.e. shares of a person who have created a company? I would like to have some, and it would be rather weird for me to buy them on an open market.
So, as I understand, with your ownership semantics treasury stock IS a stock of company's owner. You compute dividends per share by taking into account all shares issue, but a company does not pay dividend on shares it owns, so that money stays with the company and owner is free to spend it.
If my observations are true, this is very confusing.
I would recommend to implement it like this: company should be able to transfer shares into other account without selling them on market.
For example, let's say there are three founders and they decided that they should have equal share in company, also they decide to sell 25% of a company to get some money for operations.
To do this, they create a company with 1000 shares, then company transfers 250 shares to founders A, B, C (750 shares total) and tries to sell leftover 250 shares on the market. Let's say it was able to sell only 150 shares.
So, 900 out of 1000 shares are distributed, 100 is treasury stock. When company decides to pay dividends, it should not take treasury stock into account. I.e. if there is 900 LTC of dividends it should go to all shareholders, i.e. 1 LTC per share. Treasury stock exists simply to give company an ability to raise more money (or do a buyback), it should not earn any dividends.
A simple reality check: after a buyback dividends per share should rise, and it is only possible if treasury stock does not earn dividends.
If you change it this way it would be closer to how corporate ownership works in reality, and also it isn't significantly incompatible with your existing mechanics, it is just more flexible (i.e. allows company to have more than one founder/owner).
So please don't take it as a criticism but as a honest improvement recommendation. After all, I'm a Litecoin Global proud shareholder, so I'm interested in company's prosperity