Skip to content

feat: create deflationary token with burn mechanism and buyback logic…#435

Merged
ayomideadeniran merged 1 commit intoStellarDevHub:mainfrom
mitchellecm7:feat/deflationary-token
May 1, 2026
Merged

feat: create deflationary token with burn mechanism and buyback logic…#435
ayomideadeniran merged 1 commit intoStellarDevHub:mainfrom
mitchellecm7:feat/deflationary-token

Conversation

@mitchellecm7
Copy link
Copy Markdown
Contributor

Closes #409

What this PR does
Creates a deflationary token with automatic burn on transactions and buyback-and-burn logic.

Files

  • contracts/src/deflationary_token.rs — Token with burn % on transfers, supply tracking, burn history, mint
  • contracts/src/burn_mechanism.rs — Scheduled buyback-and-burn from revenue, configurable burn %, event emission
  • frontend/src/components/tokenomics/TokenDashboard.tsx — Supply tracker, burn history, transfer UI, buyback trigger

Acceptance Criteria

  • ✅ Burns executed on transactions
  • ✅ Buyback-and-burn automated
  • ✅ Supply tracking accurate
  • ✅ Burn verification on-chain
  • ✅ Frontend displays tokenomics
  • ✅ All operations emit proper events

/claim #409

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 29, 2026

@mitchellecm7 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@ayomideadeniran
Copy link
Copy Markdown
Contributor

pr under review, if i find any wrong implementation i will notify you.

2 similar comments
@ayomideadeniran
Copy link
Copy Markdown
Contributor

pr under review, if i find any wrong implementation i will notify you.

@ayomideadeniran
Copy link
Copy Markdown
Contributor

pr under review, if i find any wrong implementation i will notify you.

@ayomideadeniran ayomideadeniran merged commit 9992b28 into StellarDevHub:main May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend/Contract] Create Deflationary Token with Automatic Burn Mechanism and Buyback-and-Burn Logic

2 participants