You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# SFT Protocol
1
+
# ZAP Protocol
2
2
3
3
## Description
4
4
5
-
The SFT protocol is a set of smart contracts, written in Solidity for the Ethereum blockchain, that allow for the tokenization of financial securities. It provides a robust, modular framework that is configurable for a wide range of jurisdictions, with consideration for real world needs based on today’s existing markets. SFT favors handling as much permissioning logic on-chain as possible, in order to maximize transparency for all parties involved.
5
+
The ZeroLaw org-Augmentation Protocol (ZAP) is a set of smart contracts, written in Solidity for the Ethereum blockchain, that allow for the tokenization of financial securities. It provides a robust, modular framework that is configurable for a wide range of jurisdictions, with consideration for real world needs based on today’s existing markets. ZAP favors handling as much permissioning logic on-chain as possible, in order to maximize transparency for all parties involved.
6
6
7
7
## How it Works
8
8
9
-
SFT is designed to maximize interoperability between different network participants. Broadly speaking, these participants may be split into four categories:
9
+
ZAP is designed to maximize interoperability between different network participants. Broadly speaking, these participants may be split into four categories:
10
10
11
11
***Issuers** are entities that create and sell security tokens to fund their business operations.
12
12
***Investors** are entities that have passed KYC/AML checks and are are able to hold or transfer security tokens.
@@ -21,7 +21,7 @@ Security tokens in the protocol are built upon the ERC20 token standard. Tokens
21
21
22
22
## Components
23
23
24
-
The SFT protocol is comprised of four core components:
24
+
ZAP is comprised of four core components:
25
25
26
26
1.**Token**
27
27
@@ -57,7 +57,7 @@ In-depth documentation is hosted at [Read the Docs](https://sft-protocol.readthe
57
57
58
58
## Develoment Progress
59
59
60
-
The SFT Protocol is still under active development and has not yet undergone a third party audit. Please notify us if you find any issues in the code. We highly recommend against using these contracts prior to an audit by a trusted third party.
60
+
ZAP is still under active development and has not yet undergone a third party audit. Please notify us if you find any issues in the code. We highly recommend against using these contracts prior to an audit by a trusted third party.
This project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html) license.
114
+
The code in this project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html) license. The ZAP Whitepape r and SFT Yellowpaper are licensed under [Creative Commons - Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode). All model legal forms, including all documents contained in the "model-legal-forms" folder, are licensed under [Attribution-ShareAlike](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
0 commit comments