Skip to content

Commit

Permalink
Merge branch 'develop' into devx/add-tags-identity
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora authored Jan 29, 2025
2 parents 4b234c8 + 75aca23 commit 6d50c35
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/about-iota/FAQ.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import ValidatorRequirementsTab from '../_snippets/validator-requirements-tab.mdx'

---
tags: [tokenomics]
teams:
- iotaledger/research
description: Frequently asked question about IOTA Rebased, Move and the IOTA Rebased Proposal.
---
# FAQs
Expand Down
6 changes: 6 additions & 0 deletions docs/content/about-iota/iota-architecture/staking-rewards.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
teams:
- iotaledger/research
tags:
- tokenomics
---
import StakingPoolReqs from "../../_snippets/staking-pool-reqs.mdx";
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/iota-architecture/staking-reward.json';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/tokenomics/gas-in-iota.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Gas in IOTA
description: An IOTA transaction must both pay for the computational cost of execution and pay a deposit for storing the objects a transaction creates or mutates.
tags: [tokenomics]
teams:
- iotaledger/research
---

import Quiz from '@site/src/components/Quiz';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/tokenomics/gas-pricing.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: IOTA Gas Pricing
tags: [tokenomics]
teams:
- iotaledger/research
---

import Quiz from '@site/src/components/Quiz';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/tokenomics/iota-token.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: IOTA Token
tags: [tokenomics]
teams:
- iotaledger/research
description: The native asset on IOTA is called IOTA.
---

Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/tokenomics/proof-of-stake.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Proof of Stake
tags: [tokenomics]
teams:
- iotaledger/research
---

import Quiz from '@site/src/components/Quiz';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/tokenomics/staking-unstaking.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Staking and Unstaking
tags: [tokenomics]
teams:
- iotaledger/research
description: Staking and unstaking IOTA with validators earns a percentage of rewards they receive from gas fees.
---

Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/tokenomics/tokenomics.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: IOTA Tokenomics
tags: [tokenomics]
teams:
- iotaledger/research
---
import Quiz from '@site/src/components/Quiz';
import {questions} from '../../../site/static/json/about-iota/tokenomics/tokenomics.json';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/about-iota/tokenomics/validators-staking.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Validators and Staking Pools
tags: [tokenomics]
teams:
- iotaledger/research
---

import StakingPoolReqs from "../../_snippets/staking-pool-reqs.mdx";
Expand Down
4 changes: 4 additions & 0 deletions docs/content/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ testing:
label: Testing
description: Process of evaluating code.

tokenomics:
label: Tokenomics
description: Token Economics

iota-cli:
label: IOTA CLI
description: IOTA Command Line Interface
Expand Down

0 comments on commit 6d50c35

Please sign in to comment.