Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ Astar is an interoperable blockchain platform for Polkadot and Ethereum ecosyste

## Overview of Docs

- [**Build**](/docs/build) - Provides the resources you need to start building, testing, deploying, and interacting with smart contracts on Astar network.
- [**EVM**](/docs/build/EVM) - Dives deeper into the EVM on Astar and explains how EVM smart contracts can interact with non-EVM modules and the Wasm virtual machine through [precompiles](https://docs.astar.network/docs/build/EVM/precompiles/).
- [**Wasm**](/docs/build/wasm) - Provides an overview of the [Wasm stack](https://docs.astar.network/docs/build/wasm/smart-contract-wasm) on Astar, [Wasm contract frameworks](/docs/build/wasm/dsls), and [Swanky Suite](/docs/build/wasm/swanky-suite/).
- [**dApp Staking**](/docs/learn/dapp-staking/) - Earn tokens for yourself and your dApp by staking tokens and registering your dApp with Astar’s dApp Staking.
- [**Nodes**](/docs/build/nodes) - Explains how to run full nodes, collators, indexers, and everything else related to infrastructure.
- [**XCM**](/docs/learn/interoperability/xcm) - Explains how XCM is used in Astar and also how developers can use it to interact with the rest of the Polkadot network.
- [**Integrations**](/docs/build/integrations/) - Provides relevant information about the wallets, indexers, and oracles that are integrated with the network.
- [**Docs Integration Request**](https://github.com/AstarNetwork/astar-docs/blob/main/docs-integration-request.md) - Provides information about how to make a documentation integration request for this repository.
- [**Learn**](/docs/learn/) - Section that provides a theoretical breakdown of the different components of the Astar Collective, starting with Astar Network, dApp Staking, and concluding with the Astar Stack.
- [**Use**](/docs/use/) - Section focused on helping users get started and participate in the Astar Collective through guides, tutorials, and core ecosystem interactions such as wallets, governance and dApp Staking.
- [**Build**](/docs/build) - Provides the resources to start building, deploying, and interacting with the Astar Collective.

## Audit Reports

Expand Down
30 changes: 0 additions & 30 deletions docs/learn/architecture/astar-zkevm.md

This file was deleted.

22 changes: 6 additions & 16 deletions docs/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,19 @@ Whether you're an aspiring developer or a newcomer to the world of blockchain, t
To expand your knowledge about building applications or utilizing various tools on Astar, we recommend exploring the [build](/docs/build) section.

## Foundations
[About Astar](/docs/learn/astar.md)

[Astar Tokens](/docs/learn/astar-tokens.md)
[Networks](/docs/learn/networks.md)

[Accounts](/docs/learn/accounts.md)

[Polkadot](/docs/learn/architecture/astar-parachain.md)

[Astar zkEVM](/docs/learn/architecture/astar-zkevm.md)

[Smart Contracts](/docs/learn/smart-contracts.md)

[dApp Staking](/docs/learn/dapp-staking)
[About Astar](/docs/learn/astar.md)

[Governance](/docs/learn/governance)

[Astar Tokens](/docs/learn/astar-tokens.md)

## Advanced
[Tokenomics](/docs/learn/tokenomics2)

[Networks](/docs/learn/networks.md)

[Multichain Interoperability](/docs/learn/interoperability/xcm)

[Proxy Accounts](/docs/learn/Proxies.md)
[dApp Staking](/docs/learn/dapp-staking)

[zkEVM](/docs/learn/zkEVM)
[Proxy Accounts](/docs/learn/Proxies.md)
20 changes: 10 additions & 10 deletions docs/learn/tokenomics2/legacy_inflation.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For **Astar**, **20%** of the fees & tips are burned, and the rest is paid to th

#### On-chain Treasury

Treasury receives a variable portion of block reward. It is then allocated to a range of initiatives across the Astar ecosystem. This includes building reserves for parachain auctions, as well as supporting various projects and activities that help grow and strengthen our network.
Treasury receives a variable portion of block reward. It is then allocated to a range of initiatives across the Astar ecosystem. This includes building reserves for parachain auctions, as well as supporting various projects and activities that help grow and strengthen our network.

#### dApp Staking

Expand All @@ -80,7 +80,7 @@ There are two main things to understand before diving deeper into the model - **

#### TVL

The main variable in the system that fluctuates from block to block, based on user actions, is **TVL** from dApp staking.
The main variable in the system that fluctuates from block to block, based on user actions, is **TVL** from dApp staking.
:::note
TVL in this context does not consider non-ASTR tokens locked by other protocols built on top of Astar (e.g. DeFi protocols) and as such has no effect on the reward distribution schema.
:::
Expand All @@ -96,14 +96,14 @@ In case **total_issuance** equals 1000 and **TVL** is 242, **TVL percentage** wi

The following parameters influence how each block reward is distributed.

| Name | Description | Example Value |
| ----------------------- | ----------- ------------------------------- | ------------- |
| Collators Percent | Fixed percentage that goes to collators | 10% |
| Base Treasury Percent | Minimum percentage that always goes to treasury | 10 % |
| Base Staker Percent | Minimum percentage that always goes to dApps-staking staker rewards pool | 20 % |
| dApps Percent | Fixed percentage that goes to dApps-staking dApp reward pool | 15 % |
| Adjustable Percent | Percentage that is split between treasury and stakers, depending on the TVL | 45 % |
| Ideal dApps-staking TVL | TVL percentage which is considered to be ideal | 60% |
| Name | Description | Example Value |
| ----------------------- | --------------------------------------------------------------------------- | ------------- |
| Collators Percent | Fixed percentage that goes to collators | 10% |
| Base Treasury Percent | Minimum percentage that always goes to treasury | 10% |
| Base Staker Percent | Minimum percentage that always goes to dApps-staking staker rewards pool | 20% |
| dApps Percent | Fixed percentage that goes to dApps-staking dApp reward pool | 15% |
| Adjustable Percent | Percentage that is split between treasury and stakers, depending on the TVL | 45% |
| Ideal dApps-staking TVL | TVL percentage which is considered to be ideal | 60% |

The amount received by stakers and the treasury is dynamic and depends on TVL. However, there is a lower bound on how much goes towards them. These are the *base* parameters. Collators and dApps always receive a fixed percentage of the reward.

Expand Down
33 changes: 0 additions & 33 deletions docs/learn/zkEVM/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/tutorials/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/tutorials/from-zero-to-ink-hero/_category_.json

This file was deleted.

This file was deleted.

Loading