Skip to content

Commit

Permalink
Merge pull request #188 from Apillon/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dimitrov-d authored Oct 20, 2024
2 parents 5ba0b45 + 5e5897f commit 4500006
Show file tree
Hide file tree
Showing 6 changed files with 1,080 additions and 9 deletions.
20 changes: 15 additions & 5 deletions .vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
--code-ln-wrapper-width: 3.5rem;
--navbar-height: 3.6rem;
--navbar-padding-v: 0.8rem;
--navbar-line-height: calc(var(--navbar-height) - 2 * var(--navbar-padding-v));
--navbar-line-height: calc(
var(--navbar-height) - 2 * var(--navbar-padding-v)
);

--homepage-width: 1275px;
--content-width: 1275px;
Expand All @@ -56,10 +58,13 @@
--search-input-width: 10rem !important;
--search-result-width: 20rem !important;

--font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue,
Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
--font-family-title: NewSpirit, Inter, CabinetGrotesk-Variable, ui-sans-serif, system-ui, -apple-system,
BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
--font-family: Inter, ui-sans-serif, system-ui, -apple-system,
BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
Noto Color Emoji;
--font-family-title: NewSpirit, Inter, CabinetGrotesk-Variable, ui-sans-serif,
system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

--primary-dark: #06080f;
Expand Down Expand Up @@ -107,6 +112,11 @@ html.dark {
margin-left: 1rem;
}

h2,
h3 {
padding-top: 2.5rem !important;
}

/* Search */
.search-box {
order: -1;
Expand Down
8 changes: 4 additions & 4 deletions about/8-nctr-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Instead, the governance aspect is focused on the product, i.e., the Apillon plat

### Incentivization

The second NCTR token’s utility is aimed at incentivizing both tokenomics actors in various ways while promoting Web3 adoption. Adoption is, therefore, the main measured KPI, and when achieved, it awards NCTR tokens to rightful recipients.
The second NCTR token’s utility is aimed at incentivizing both tokenomics actors in various ways while promoting Web3 adoption. Adoption is, therefore, the main measured KPI, and when achieved, NCTR tokens are awarded NCTR to rightful recipients.

Incentivization through NCTR spans several use cases, including proof of adoption (PoA), prebuilt solutions grants, prebuilt solutions marketplace, SDK grands, protocol integration grants, bug bounties, authorship royalties, referral earnings, and many more.

Expand All @@ -55,7 +55,7 @@ Incentivization through NCTR spans several use cases, including proof of adoptio
Besides providing few-click-deploy Web3 services and straightforward APIs to integrated parachains, Apillon offers an underlying payments module that simplifies the use of Web3 technologies.
The payments module removes the need for developers to acquire and maintain a positive balance of tokens to pay for underlying services. This way, Apillon can charge for its services in a traditional Saas model, where users pay monthly subscriptions with fiat using credit cards and unlock access to a fixed amount of Web3 services and features.
The secondary path to pay for Apillon services is through the NCTR token.
The Governance and Incentivization utilities of the NCTR token deliver a fantastic opportunity for synergy between NCTR payments and product governance.
The NCTR token's governance and incentivization utilities of the NCTR token deliver a fantastic opportunity for synergy between NCTR payments and product governance.

## Tokenomics

Expand All @@ -67,8 +67,8 @@ Total supply: 150,000,000 NCTR

### Tokenomics Whitepaper

Learn more about the NCTR token, its role in the Apillon business model, and the general tokenomics.
Learn more about the NCTR token, its role in the Apillon business model, and general tokenomics.

[Access Apillon's NCTR Tokenomics Whitepaper here](https://ipfs.apillon.io/ipfs/bafybeicg6pozb3f6tucqcdaozqqrtkwtiwa7c6dllu223kmnfsev5ep2m4)
[Access Apillon's NCTR Tokenomics Whitepaper here](https://go.web3approved.com/tokenomics)

[Become a part of the Apillon Community](https://discord.gg/yX3gTw36C4)
Loading

0 comments on commit 4500006

Please sign in to comment.