Skip to content

Commit

Permalink
feat(devx): Add links to programs and where to buy IOTA (#5361)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora authored Feb 25, 2025
1 parent a389ff5 commit 9640b41
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 8 deletions.
18 changes: 18 additions & 0 deletions docs/content/about-iota/tokenomics/iota-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,23 @@ The tokenomics must support all economic activities to scale as more and more pe

All original IOTA Tokens are represented as a `0x2::iota::IOTA` type of object on IOTA Rebased, accessible on the same (Hex format) addresses from the Stardust based network. No manual migration is needed to access these tokens.

## Buying IOTA

IOTA is listed on most major cryptocurrency exchanges:

- [Binance](https://www.binance.com)
- [Binance.US](https://www.binance.us/en/home)
- [Bitfinex](https://www.bitfinex.com/)
- [Bitpanda](https://www.bitpanda.com)
- [Bitvavo](https://bitvavo.com)
- [Gate.io](https://www.gate.io/)
- [HTX](https://www.htx.com/)
- [OKX](https://www.okx.com/)
- [Coinmerce](https://coinmerce.io/)
- [Indodax](https://indodax.com/)
- [KuCoin](https://www.kucoin.com/)
- [Upbit](https://upbit.com/)
- [Viviswap](https://viviswap.com/)


<Quiz questions={questions} />
48 changes: 40 additions & 8 deletions docs/content/sidebars/about-iota.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,51 @@ const aboutIota = [
items: [
'about-iota/iota-wallet/getting-started',
{
type:'category',
label:'How To',
items:[
'about-iota/iota-wallet/how-to/basics',
'about-iota/iota-wallet/how-to/stake',
'about-iota/iota-wallet/how-to/multi-account',
type: 'category',
label: 'How To',
items: [
'about-iota/iota-wallet/how-to/basics',
'about-iota/iota-wallet/how-to/stake',
'about-iota/iota-wallet/how-to/multi-account',
'about-iota/iota-wallet/how-to/get-test-tokens',
'about-iota/iota-wallet/how-to/integrate-ledger',
]
'about-iota/iota-wallet/how-to/integrate-ledger',
],
},
'about-iota/iota-wallet/FAQ',
],
},
{
type: 'category',
label: 'Programs & Funding',
link: {
type: 'generated-index',
title: 'Programs & Funding',
description: 'Learn about the Programs and Funding available for the IOTA ecosystem.',
slug: '/about-iota/programs-funding',
},
items: [
{
type: 'link',
label: 'IOTA Builders Program',
href: 'https://iotalabs.io',
description:
'iotalabs propels the IOTA ecosystem through grants, growth initiatives, builder support, and strategic partnerships. Join us in shaping the future of IOTA—one breakthrough at a time.',
},
{
type: 'link',
label: 'IOTA Grants',
href: 'https://iotalabs.io/grants',
description: 'IOTA Grants by the IOTA Builders Program',
},
{
type: 'link',
label: 'Tangle Community Treasury',
href: 'https://www.tangletreasury.org',
description:
'A Decentralized Community governed Fund to support projects in the IOTA Ecosystem and Support the community',
},
],
},
'about-iota/FAQ',
];
module.exports = aboutIota;

0 comments on commit 9640b41

Please sign in to comment.