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
*[YOSEMITE Public Blockchain Website - https://yosemitex.com](https://yosemitex.com)
4
+
*[Technical White Paper Version 2 - YOSEMITE_Public_Blockchain_Technical_White_Paper_Version_2_ENG_201901a.pdf](https://yosemitex.com/documents/YOSEMITE_Public_Blockchain_Technical_White_Paper_Version_2_ENG_201901a.pdf)
4
5
5
-
Using a volatile native crypto-currency causes a great hindrance in running a business. YOSEMITE resolves that problem by using tokens that have their values pegged to government-approved fiat money. Those fiat-pegged stable coins (e.g. USD-pegged dUSD token) are issued by trust entities (Depositories) as the underlying token of the blockchain. We call it native token.
6
6
7
-
YOSEMITE's unique Proof-of-Transaction(PoT) consensus algorithm, which allows only the direct contributors to the blockchain to create blocks and get rewarded, can address the fundamental problems in PoW, PoS consensus algorithms and sustain a fair and reasonable operation.
7
+
#### No Native Cryptocurrency
8
+
Using programmable fiat-pegged stable tokens (e.g. USD, EUR, CNY) as base currencies
8
9
9
-
Finally, governments and companies globally have a capable underlying system to utilize the advantages of blockchain and conduct sustainable policies and businesses.
To overcome the shortcomings of current public blockchains, we developed a more reasonable and fair consensus algorithm, Proof-of-Transaction (PoT)
10
12
11
-
YOSEMITE is powered by [EOSIO software](https://github.com/EOSIO/eos) to get low latency block confirmation and BFT finality. Other than EOSIO features, some of the novel features of YOSEMITE include:
13
+
#### General Financial Platform
14
+
Smart contract based blockchain system designed for enterprise uses
12
15
13
-
1. Uses real money (e.g. USD, EUR, CNY) as the native token for transaction fee : [README](contracts/yx.ntoken/README.md)
14
-
1. KYC/AML Compliant Blockchain
15
-
1. Proof-of-Transaction & Transaction-as-a-Vote (will be provided)
16
-
1. Embedded Decentralized Exchange (will be provided)
17
-
1. Smart contract platform powered by Web Assembly (will be provided)
18
16
19
-
YOSEMITE is released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied. Any security provided by the YOSEMITE software depends in part on how it is used, configured, and deployed. YOSEMITE is built upon many third-party libraries such as Binaryen (Apache License) and WAVM (BSD 3-clause) which are also provided “AS IS” without warranty of any kind. Without limiting the generality of the foregoing, Yosemite X Inc. makes no representation or guarantee that YOSEMITE or any third-party libraries will perform as intended or will be free of errors, bugs or faulty code. Both may fail in large or small ways that could completely or partially limit functionality or compromise computer systems. If you use or implement YOSEMITE, you do so at your own risk. In no event will Yosemite X Inc. be liable to any party for any damages whatsoever, even if it had been advised of the possibility of damage.
17
+
#### Key Features of YOSEMITE Public Blockchain
20
18
21
-
**If you have previously installed EOSIO, please run the `eosio_uninstall` script (it is in the directory where you cloned EOSIO) before downloading and using the binary releases.**
19
+
##### No Native Cryptocurrency
20
+
New method of public blockchain design that avoids issuing native cryptocurrency minted by the blockchain itself.
21
+
There is no single distinguished built-in native token, only user-created tokens are issued and circulated on the YOSEMITE blockchain.
22
+
In other smart contract based blockchains like Ethereum and EOS, custom tokens implemented as smart contracts are totally separate from the native cryptocurrency (ETH, EOS) used for executing blockchain transactions.
23
+
In contrast, YOSEMITE blockchain lets any custom user token conforming to the YOSEMITE Standard Token interface become a Transaction Fee Token just as a native cryptocurrency can in other blockchain systems.
24
+
25
+
##### YOSEMITE Standard Token Model
26
+
The YOSEMITE blockchain provides a unique YOSEMITE Standard Token model.
27
+
Every account created can mint a YOSEMITE Standard Token and inherently run standard token operations natively supported at the blockchain core level.
28
+
Interoperability among the tokens on the YOSEMITE blockchain is enforced and guaranteed by the blockchain core system.
User-created fiat-pegged stable tokens (e.g. USD tokens backed by an equivalent amount of USD held in reserve)
32
+
issued by trusted entities (e.g. enterprises, financial institutions, governments) are selected as the transaction fee tokens.
33
+
Asset-backed security tokens (e.g. company shares, gold backed tokens, ...) can be also issued and traded through on-chain token exchange
34
+
using fiat-pegged stable tokens as base currencies.
35
+
36
+
##### Transaction Fee Tokens Selected from User-Created Tokens
37
+
Among the user-issued tokens, the elected block producers can select some tokens to be used for blockchain transaction fee payment, whereas typically a pre-built native cryptocurrency is used in other blockchain systems.
38
+
Whenever any blockchain transaction is executed on the YOSEMITE blockchain, the block-producer-designated transaction fee tokens are collected as a transaction fee from users.
The block producers of the YOSEMITE blockchain are elected by a unique consensus mechanism designed by YOSEMITE: Proof-of-Transaction (PoT) using Transaction-as-a-Vote (TaaV).
42
+
The block producers are continuously elected and evicted by the transparent and fair vote index, the proof of generating meaningful transactions. The PoT mechanism incentivizes the application service providers,
43
+
who are directly contributing to the blockchain ecosystem by generating blockchain transactions associated with real economic activity.
44
+
45
+
##### Delegable Transaction Fee Payment
46
+
The transaction fee payer is always specified separately from the accounts directly involved in a transaction, the transaction fee payment can be delegated to some other account.
47
+
For the sake of a seamless and convenient user experience, blockchain service providers can pay blockchain transaction fees on behalf of the service’s users.
48
+
49
+
##### Smart Contract Enabled General Financial Platform
50
+
The YOSEMITE public blockchain is designed to be a general financial platform supporting smart contracts.
51
+
Business entities can process their financial transactions on the YOSEMITE blockchain using the fiat-pegged stable tokens
52
+
and custom smart contract codes developed to meet the needs of their business process.
53
+
54
+
##### Integrated KYC/AML Support and Account Recovery
55
+
The integrated KYC/AML process for YOSEMITE blockchain accounts is provided by trusted Identity Authorities designated by block producers,
56
+
which lays the foundation for the secure and reliable financial transactions maintaining regulatory compliance. The blockchain account recovery is provided by the Identity Authorities mitigating the blockchain key loss problem.
57
+
58
+
##### Scalable Blockchain Architecture
59
+
The enterprise level blockchain scalability enabled by the PoT-based BFT consensus with short block time and fast block finality,
60
+
the YOSEMITE’s off-chain state-channel exchange technology and the future multi-blockchain architecture.
61
+
The YOSEMITE blockchain enables financial transaction processing at global scale.
62
+
63
+
YOSEMITE Public Blockchain code base is forked from [EOSIO](https://github.com/EOSIO/eos)
64
+
65
+
YOSEMITE Public Blockchain is released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied.
66
+
Any security provided by the YOSEMITE Public Blockchain software depends in part on how it is used, configured, and deployed.
67
+
YOSEMITE Public Blockchain is built upon many third-party libraries such as Binaryen (Apache License) and WAVM (BSD 3-clause) which are also provided “AS IS” without warranty of any kind.
68
+
Without limiting the generality of the foregoing, Yosemite X Inc. makes no representation or guarantee that YOSEMITE Public Blockchain or any third-party libraries will perform as intended or will be free of errors,
69
+
bugs or faulty code. Both may fail in large or small ways that could completely or partially limit functionality or compromise computer systems.
70
+
If you use or implement YOSEMITE, you do so at your own risk. In no event will Yosemite X Inc. be liable to any party for any damages whatsoever,
71
+
even if it had been advised of the possibility of damage.
0 commit comments