Skip to content

Commit

Permalink
Merge pull request #28 from webb-tools/gitignorefix
Browse files Browse the repository at this point in the history
fix in allocation table
  • Loading branch information
drewstone authored Mar 11, 2024
2 parents d899f82 + 0b1d979 commit 166021e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions components/AllocationTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ export default function AllocationTable() {
<Cell>1.44%</Cell>
<Cell>B-Vesting</Cell>
<Cell>12</Cell>
<Cell>48</Cell>
<Cell>24</Cell>
<Cell>0%</Cell>
<Cell>0.00</Cell>
<Cell>358,750.00</Cell>
<Cell>39,861.11</Cell>
<Cell>717,500.00</Cell>
<Cell>119,583.33</Cell>
<Cell>1,435,000.00</Cell>
</Row>
<SubtotalRow>
Expand All @@ -112,7 +112,7 @@ export default function AllocationTable() {
</Cell>
<Cell>43.64%</Cell>
<Cell colSpan={4}></Cell>
<Cell>1,356,250.00</Cell>
<Cell>0.00</Cell>
<Cell colSpan={2}></Cell>
<Cell>42,200,000.00</Cell>
</SubtotalRow>
Expand Down Expand Up @@ -146,7 +146,7 @@ export default function AllocationTable() {
<Cell colSpan={2}>
<strong>Governance-Managed Subtotal</strong>
</Cell>
<Cell>51%</Cell>
<Cell>51.36%</Cell>
<Cell colSpan={7}></Cell>
<Cell>51,360,000.00</Cell>
</SubtotalRow>
Expand Down Expand Up @@ -218,7 +218,7 @@ export default function AllocationTable() {
</Cell>
<Cell>100%</Cell>
<Cell colSpan={4}></Cell>
<Cell>1,678,000.00</Cell>
<Cell>250,000.00</Cell>
<Cell colSpan={2}></Cell>
<Cell>100,000,000.00</Cell>
</TotalRow>
Expand Down
4 changes: 1 addition & 3 deletions pages/docs/tokenomics/allocation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Vesting schedules in Tangle Network are designed to promote long-term commitment

**A-Vesting:** This category is characterized by a vesting period of 2 years, with a 12-month cliff. This means that no tokens are released in the first year. After completing the first year (the cliff period), the tokens allocated for that year become immediately available in full. The remainder of the allocation is then distributed monthly in equal 1/12 increments over the second year, facilitating a gradual release of tokens. This approach aligns with the policy of Immediate Vesting Post-Cliff with Retroactive Accumulation.

**B-Vesting:** For participants in this category, a small portion of the tokens (as specified, 5% or a different predetermined percentage based on individual agreements) becomes immediately available upon claiming. The remaining 95% of the tokens are then vested over a period of 2 years, with the vesting commencing one month after allocation. The first month serves as a cliff, during which no tokens are vested. Following this cliff, the tokens begin to vest linearly each month, ensuring a steady distribution until the end of the 2-year period. This vesting schedule adheres to the policy of Immediate Vesting Post-Cliff with Retroactive Accumulation, allowing for a proportional monthly distribution of tokens.

**C-Vesting:** This vesting category is tailored for airdrop participants, featuring a 2-year vesting period with a notably short cliff of just 1 month. A predefined percentage of tokens becomes immediately available at the start. Subsequent to the cliff period, the remaining tokens are distributed on a monthly basis, ensuring a consistent flow of tokens into circulation. This strategy also follows the Immediate Vesting Post-Cliff with Retroactive Accumulation policy, aiming to reward early supporters while promoting long-term holding.
**B-Vesting:** This vesting category is tailored for airdrop participants, featuring a 2-year vesting period with a notably short cliff of just 1 month. A predefined percentage of tokens becomes immediately available at the start. Subsequent to the cliff period, the remaining tokens are distributed on a monthly basis, ensuring a consistent flow of tokens into circulation. This strategy also follows the Immediate Vesting Post-Cliff with Retroactive Accumulation policy, aiming to reward early supporters while promoting long-term holding.

### Detailed Allocation Overview

Expand Down

0 comments on commit 166021e

Please sign in to comment.