Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ibc | 747 | 20 hours ago | 6 | October 02, 2020 | 97 | other | TeX | |||
Interchain Standards (ICS) for the Cosmos network & interchain ecosystem. | ||||||||||
Bbse | 312 | 3 days ago | TeX | |||||||
Lecture slides "Blockchain-based Systems Engineering" | ||||||||||
University Course | 168 | 25 days ago | 21 | apache-2.0 | TeX | |||||
A Hyperledger Lab focused developing materials for a university course. | ||||||||||
The Lightning Network Book | 121 | 4 years ago | 13 | other | TeX | |||||
An open source and crowdfunded book about Bitcoins Lightning Network to scale blockchain technologies. | ||||||||||
Metaanalysis Of Alternative Consensus Protocols | 84 | 4 years ago | 5 | TeX | ||||||
This paper presents the first systematization of knowledge within these major blockchain protocols, understanding the common challenges and solutions, and providing a formal structure within which to compare them. We break down these protocols by network, adversarial, and economic model, deeply understanding the common challenges of choosing proposers and committees, propogation, and finality. | ||||||||||
Paper | 54 | 5 years ago | TeX | |||||||
📄 Counterfactual: Generalized State Channels Paper | ||||||||||
Distributed Governance | 52 | 5 months ago | 4 | TeX | ||||||
Definitions and bibliographies for governance and blockchains | ||||||||||
Scp_zh | 43 | 7 years ago | TeX | |||||||
恒星共识协议中文翻译 | ||||||||||
Mixeth | 43 | 3 years ago | 3 | gpl-3.0 | TeX | |||||
MixEth: efficient, trustless coin mixing service for Ethereum | ||||||||||
Specs | 21 | 22 days ago | 21 | gpl-3.0 | TeX | |||||
Specifications for the Anoma protocols. |
EVOProtocol | Embededd Volumetric Optionality Protocol | v1.0.0+3 |
---|
UniswapV3 Integration Section To Be Released
EVO Protocol is a dynamically adjusting ERC-compatible protocol that adjusts based on volume
EVO tokens are minted and burned on-demand by deposit and withdraw operations directly via the contract.
Initiated Protocol Operations
These operations contribute to transfer rates
.
Transfer rates
are tracked both in aggregate
and individually
(i.e. per address).
The period of time
for tracking is the last 25 days
.
V2 Upgrade will include upgrading the time and date to a new libray
Time and Period should be defined on a per market
basis. Meaning you should choose what is computed to be the optimal time period based on historical analysis.
Multiples of 4,6, etc are suggested
25
days has36000 minutes
, which divided by block_time=4
gives 9000
GasEVO is determined both in aggregate
(dynamically) and individually
for each address based on transactional (i.e. volumetric transactional information) stored and updated through the smart contract during the previous transactions.
All three operations such as deposit
, withdraw
and transfer
can equally contribute to the transfer
rates that are tracked totally and individually(as per holder) by the smart contract for the period of the last 25 days
.
The token price is determined dynamically(and individually for each holder) based on the information stored or updated in the smart contract during previous transactions:
Note: This is specific to the implementation based on the reference specification , as described in the whitepaper (./latex/*/.tex)
Given enough liquidity, GasEVO
has a way to compute the exchange rate
towards the base instrument (ETH).
Like this, movements of the bigger or significant volumes can be interpreted as market trends (i.e. gwei
pricing.)
By utilizing small volume movements and disincentivizing the larger ones without compensation to holders every exceeding bulge bracket
trade of the token is tracked by the smart contract and higher "transactional" fees are applied (re: withdraw, or 'consumption').
Note: We describe
transactional
fees sometimes as aninterest
fee. This language is marked as depreciated as this confers and/or implies a rate of return that is somewhat deterministic, this however is not the case per se as it is entirely possible that all trades could be below thetransfer rate
during a period/epoch.
Transference of funds below daily volume threshold does not impose any interest fee.
When the threshold has been exceeded some percentage of tokens gets burned, for the transfer, for deposit
or for withdraw
of the base instrument (ETH).
Thresholds are tracked individually per address as the average rate and have a function by which they operate on.
Discussed in chapter 2
Discussed in chapter 3
please contact: <mailto: [email protected]>
for bugs/security issues, thank you.
SPDX-License-Identifier: SSPL-1.0