Adam Dossa
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
ETHMagicians Community Call: ERC1400 ==================================== When: Tuesday, October 2nd, 11AM EST [world time check](https://www.timeanddate.com/worldclock/fixedtime.html?msg=ETHMagicians+Community+Call+ERC1400&iso=20181002T08&p1=224&ah=1&am=30) Call Details: Zoom Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/963516600 Or iPhone one-tap : US: +16465588656,,963516600# or +16699006833,,963516600# Or Telephone: Dial(for higher quality, dial a number based on your current location): US: +1 646 558 8656 or +1 669 900 6833 Meeting ID: 963 516 600 International numbers available: https://zoom.us/u/acB6ZYvJ6 Discussion To: https://ethereum-magicians.org/t/community-call-erc1400-introductions-feedback-questions/1333 This is the second ERC 1400 community call. Notes from the previous call can be found at: https://hackmd.io/RexWNd_4S-K6zz53dlljJQ We will use this document to record notes from this 2nd call. ## Resources * Intro thread on EthMagicians: https://ethereum-magicians.org/t/erc-1400-security-token-standard * ERC 1400 GitHub Issue: https://github.com/ethereum/EIPs/issues/1411 * ERC 1410 GitHub Issue: https://github.com/ethereum/EIPs/issues/1410 * Telegram Group: https://t.me/joinchat/FVjP7kY7D6EUX6GYsCEi1w ## Agenda * summary of main discussion points so far * should the standard insist on backwards compatibility with ERC20 / ERC777 * which parts of the standard should be split out as separate ERC's * initial set of ERC 1066 codes * Stephane: Proposed decomposition of the standard. * Stephane: Signed messages as parameters to `canSend()`. * Stephane: Custodianship of permissioned tokens. * EIP 1462, base security token standard, w/o dependency on 1400 ## Participants Add yourself if you plan on dialing in, with any company / code references! * Adam Dossa (Polymath @adamdossa) * Pablo Ruiz (Polymath @pabloruiz55) * Stephane Gosselin (@thegostep) * Corbin Page (telegram: @corbpage) * David Conroy (telegram: @Conroydave) * Asha Dakshi (telegram: @ashadakshi) * Parker Place (telegram: @pakaplace) * Haseeb Rabbani * James Geary (telegram: @jgeary) * Brooklyn Zelenka (@expede, author of ERCs 1066 & 1444) * Satyam Agrawal * Anton Akentiev (telegram: @AntonAkentiev, [thetta.io](https://web.thetta.io)) * Jochem Gerritsen (website: [securitytoken.it](https://securitytoken.it); working on ST space in the Netherlands) * Moritz Hoffmann, @mtzhff on tg * Anne-Marie Jolivalt https://tokenestate.io * 0age (telegram: @z0age, [tplprotocol.org](https://tplprotocol.org)) * BokkyPooBah ## Notes Brooke: 1066 community calls will be setup on Fridays. TPL: Shouldn't be a hard standard to include 1066 code on transfer because finding the reason and surfacing it could be complex. Especially if call is going to revert anyway. Brooke: Broadly agree - status codes are arranged in a grid - anything ending with a 1 is agree or success, anything else can be treated as a revert. Also building a suite of tools including a helper library to faciliate this (i.e. automatially revert). TPL: Likes the idea of guaranteeing a revert if transfer fails. ERC777 quite a bit of additional overhead to being backwards compatible which may not be necessary esp. as there isn't a broad ecosystem which is using it now. Supporting ability to pass in data is important. ERC20 is a different story - agree when forging a new standard important to make long reaching design decisions, but disagree that not being backwards compat. discourages adoption. Try and make sure that default behaviour is not to use default functionality, but can still support older standards. Stephane: Sees that lots of the 777 features are required for STs, not to say they can't be done on top of ERC20. Should we have different names for 1400 to 777 & 20? There are a lot of external clients & wallets which are expecting a transfer function per say and not expecting others, so should be able to count on something similar for 20. Decompostion: 1400 comes bundled with quite a lot of complexity. Split out tranches (1410) from permissioned token transfers. How much additional decomposition of the standard is required. An instance of this would be 1400 be more of a pseudo-standard or package that specifies a list of sub-standards that need to be implemented to be compliant w/ 1400 but doesn't preclude anyone implementing the individual substandards - an approach that can be taken around 20 / 777 compatibility. Preliminary analysis says (assuming we go w/ 777): - metadata tranches - permissioned token transfers (canSend + 1066) - metadata (ability to attach documents to the token contract) - various additional features that may be needed in certain jurisdictions e.g. force transfers, ending minting, trading halts, checkpoints, batch transfers Decomposition is critical for view functions can be used for other utility tokens as well as security tokens so shoe horning everything in could hinder adoption. Extra features (tranches) may be useful from an abstraction POV but a lot of those extra features may be specific to the implementation rather than an interface. From core coin Thomas: Real world use case major data part is super important with a 721 attaching metadata to make them legally binding, are we taking a look talking about adoptibility and usability - ESO 2022 standard is a securities dashboard. Talking to another project who want to provide this bridge to this standard. Would help with real world adoption. canSend takes 6 inputs (token address, address of sender, tranche, address of receiver, metadata attached to it, trancheId). Consideration to be made for the cost of adding data (esp. for batched transactions) strong case to be made for also including methods which don't include those ## Next steps Create a new thread in EM for 1066 status codes for security tokens. ###### tags: `erc1400` `eips` `community calls` `security tokens`

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully