Skip to content

feat: VTC Token Creator (VRC-20 + PumpFun bonding curve)#1

Draft
HuciferX wants to merge 1 commit into
rustyneuron01:masterfrom
HuciferX:feat/vtc-token-creator
Draft

feat: VTC Token Creator (VRC-20 + PumpFun bonding curve)#1
HuciferX wants to merge 1 commit into
rustyneuron01:masterfrom
HuciferX:feat/vtc-token-creator

Conversation

@HuciferX

@HuciferX HuciferX commented Jun 8, 2026

Copy link
Copy Markdown

VTC Token Creator — VRC-20 Deployment + PumpFun-style Bonding Curve

Adds the src/creator/ module implementing one-click VRC-20 token deployment and PumpFun-style bonding curve launches on Vertcoin.

Files Added

  • src/creator/bondingCurve.tsBondingCurve class with exponential price curve, buy/sell mechanics, graduation to AMM
  • src/creator/feeDistributor.ts — Fee split 40% creator / 40% treasury / 20% buyback & burn
  • src/creator/tokenCreator.ts — VRC-20 and vtc-launch inscription generators + validation
  • src/creator/index.ts — Express router with 7 REST endpoints + rate limiting

TypeScript compiles with zero errors.


Conversation: https://app.warp.dev/conversation/70f623bb-b400-43fb-ae61-56d1a3b427d3
Run: https://oz.warp.dev/runs/019ea499-40fe-7c5a-aff1-91d32ab0c909
This PR was generated with Oz.

- bondingCurve.ts: Exponential bonding curve with buy/sell/graduate mechanics
- feeDistributor.ts: Fee split 40/40/20 (creator/treasury/buyback)
- tokenCreator.ts: VRC-20 deploy + vtc-launch inscription generators
- index.ts: REST API endpoints for create, trade, price, graduate

Co-Authored-By: Oz <oz-agent@warp.dev>
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.

2 participants