Created at 10am, Jan 18
mirblazarCrypto
1
AKT: Akash Network Token & Mining Economics
0_8JsSdHMNgHbJYIEQ74UGTu2Osk6fdHZe_fLyUIdp4
File Type
PDF
Entry Count
44
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Akash Network Whitepaper

AKT : w([1, 0.3], [1.5, 0.2], [2, 0.3], [4, 0.1], [12, 0.1]) BTC : w([0.2, 0.3], [0.4, 0.2], [0.5, 0.2], [1, 0.1], [2, 0.2]) which give us the relative value for each token: AKT = 2.8 and BTC = 0.58 respectively.
id: 173013e1aa4a045c8596c98a500b49f1 - page: 6
V. TOKEN ECONOMICS AND INCENTIVES Providers earn income by selling computing cycles to tenants who lease computing services for a fee. However, in the early days of the network, there is a high chance the providers will not be able to earn a meaningful income due to a lack of sucient demand from the tenants (consumers of computing), which in turn hurts demand because of lack of supply. To solve this problem, we will incentivize the providers using ination by means of block rewards until a healthy threshold can be achieved. In this section, we describe the economics of mining and Akash Networks ination model. An ideal ination model should have the following properties: Early providers can provide services at exponentially lower costs than in the market outside the network, to accelerate adoption. The income a provider can earn is proportional to the number of tokens they stake.
id: e2466c86f0e1e3583274edbe2285d3fb - page: 6
The block compensation for a staker is proportional to their staked amount, the time to unlock and overall locked tokens. Stakers are incentivized to stake for longer periods. Short term stakers (such as some bear market participants) are also incentivized, but they gain a smaller reward. To maximize compensation, stakers are incentivized to re-stake their income. A. Motivation Akash Network aims to secure early adoption by oering exponential cost savings as a value proposition for tenants, and the eciency of a serverless infrastructure as an additional value proposition for tenants and providers. These value propositions are extremely compelling, especially for data and compute intensive applications such as machine learning.
id: 20b05071fce1811bf6f4fbac1ac79fb2 - page: 7
B. Stake and Bind: Mining Protocol A provider commits to provide services for at least time T and intends to earn service income r every compensation period Tcomp = 1 day. Providers stake Akash tokens s and specify an unlock time t1, where minimal locktime t1 t should not be less than Tmin = 30 days. Additionally, they delegate (voting power) to validator v by bonding their stake via BindValidator transaction. A staker is a delegator and/or a validator to whom delegators delegate. Every provider is a staker, but not every staker is a provider; there can be stakers who are pure delegators providing no other services, and there can be stakers who are pure validators providing no other services. At any point, a staker can: a) Split their stake (or any piece of their stake) into two pieces. b) Increase their stake l by adding more AKT. c) Increase the lock time T , where T > Tmin.
id: 0ccb6b77a1743cbe1ad51abdfa547e55 - page: 7
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "0_8JsSdHMNgHbJYIEQ74UGTu2Osk6fdHZe_fLyUIdp4", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "0_8JsSdHMNgHbJYIEQ74UGTu2Osk6fdHZe_fLyUIdp4", "level": 2}'