-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
draft EIP for a DGCL compliant Token standard. #884
draft EIP for a DGCL compliant Token standard. #884
Conversation
I'm open to the idea. Maybe you could help me understand how a bill at the state level (originating from the Delaware Senate) is also-known-as a section of legislation at the federal level (17 C.F.R. §230.251 et seq.)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reg A+ and Delaware General Corporation Law are two separate issues.
Reg A+ allows a company to register a security offering with the SEC (U.S. Federal). This filing allows the company to advertise and sell the securities to all KYC verified investors, accredited or not.
Delaware GCL requires that stock issued by a Delaware corporation be recorded in a stock ledger.
These tokens are compliant with Delaware GCL, which is sufficient for registration as an equity security under U.S. federal Reg. A+.
This standard could be extended beyond Reg. A+ to include equity issued by any Delaware corporation, whether private or public.
Thanks @janning and @harrisonperl — I'll make some adjustments to the wording and re-push. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates are clear.
The reference implementation has been updated to suit the latest changes. |
This is a courtesy notice to let you know that the format for EIPs has been modified slightly. If you want your draft merged, you will need to make some small changes to how your EIP is formatted:
If your PR is editing an existing EIP rather than creating a new one, this has already been done for you, and you need only rebase your PR. In addition, a continuous build has been setup, which will check your PR against the rules for EIP formatting automatically once you update your PR. This build ensures all required headers are present, as well as performing a number of other checks. Please rebase your PR against the latest master, and edit your PR to use the above format for frontmatter. For convenience, here's a sample header you can copy and adapt:
|
…ess that owns tokens can not be removed
…nterface to include stock cancellation and reissuance.
24c8c93
to
7d8ad0d
Compare
Is this ready to be merged as a draft? |
@Arachnid I believe so, unless anyone has any strong objections |
…ulation-a-plus-stock-ledgers
@jllaw interesting article, thanks. I very deliberately chose to keep personally identifiable information off-chain due to
So the article is correct in that ERC-884 represents transfers rather than ownership specifically, though ownership by an Ethereum Address is covered of course. The Delaware Amendments do not require a blockchain, merely allow a blockchain based solution. So the article is a bit disingenuous there in my view. In addition I never used the word 'authorized' (or for that matter 'authorised') anywhere in ERC-884 aside from to mention that "A traditional share registry is typically managed by a Transfer Agent who is authorised to maintain the register accurately, and to handle shareholder enquiries.". I certainly never claimed that "a certain tokenized share is “authorized” by the Delaware Blockchain Amendments" as the Forbes article states. What is clear however is you can't have company shares partly covered by ERC-884, and partly not covered by ERC-884. It's a one-in;all-in (1iAi) model. The article touches on this (and paints it as a negative) but really that's just common sense in my opinion. Cheers Dave |
@davesag, thanks for the response. Do you mind posting it as a response to this post in the LinkedIn "Tokenization of Securities" group and the equivalent post in the Facebook "Tokenization" group? Would be good for people to see your response to the article because you make very good points, and people in those groups are very interested in the tokenization of all securities, especially equity securities (which will mostly be DE based). |
Sure. Will do. Actually am on holiday right now so will do it tomorrow. |
@jllaw I've requested membership of the groups you suggested. |
Approved. I think the posts relevant to this particular topic are at the very top. |
An
ERC20
compatible Token that conforms to Delaware State Senate, 149th General Assembly, Senate Bill No. 69: An act to Amend Title 8 of the Delaware Code Relating to the General Corporation Law.updated
After discussion with lawyers they have advised that the Token, with some minor alts, would be compatible with Delaware General Corporation Law (DGCL) and not just Regulation A+. References to Reg A+ are therefore being removed.