

Subscription Checker
☰ What it does
✅ Let users pay monthly in KAS or KRC-20 tokens to access content.
☰ How it works
⚙️ Contract verifies payment and unlocks pages or tools.
☰ Why it matters
🧠 Ideal for SaaS, gated content, or premium features.
☰ Benefits
🎁 Frictionless paywall, recurring income, no logins.
_edited.png)
More dApps on Kasparex
Image | Name | Category | Utility | Process | Benefits | Developer | Status |
---|---|---|---|---|---|---|---|
Token Payment Splitter | 🍃 Minting | ✅ Split incoming payments among team members. | ⚙️ Routes percentages to preset wallet addresses. | 🧠 Use for collabs, revenue shares, royalties. | Kasparex | ⚪ Concept | |
Idea Submission Box | 🔔 Subscription | ✅ Community submits ideas tied to wallet. | ⚙️ Stores short text string per address. | 🧠 Collective brainpower. | Kasparex | ⚪ Concept | |
Custom dApp Page Builder | 🪂 Airdrops | ✅ Launch a micro-site for your token with one click. | ⚙️ Reads metadata, renders content with templates. | 🧠 Instant branding. | Kasparex | 🟢 Mainnet | |
Token Profile Page | 🗳️ DAO | ✅ Create verified token project profiles on Kasparex. | ⚙️ Contract verifies ownership and deploys the page. | 🧠 Gives teams a credible face. | Kasparex | 🔵 U/C | |
Hold-to-View Threads | ⚡ General | ✅ Reveal replies or deep content only to holders. | ⚙️ Verifies holding before expanding UI. | 🧠 Ideal for discussion groups or hidden data. | Kasparex | 🟠 Prototype | |
Voting Tournament Tool | 🛠️ Tools | ✅ Launch bracket-style community tournaments. | ⚙️ Users vote on pairings via token contract. | 🧠 Adds fun and competition. | Kasparex | 🟡 Testnet | |
Token Milestone Logger | ⚡ General | ✅ Log major token events (DEX listing, 10k holders). | ⚙️ Each event recorded via wallet signature. | 🧠 Project journal for history. | Kasparex | 🟢 Mainnet | |
Anonymous Feedback Box | 📢 Promotion | ✅ Lets users send anonymous feedback to project team. | ⚙️ Small KAS fee to send message. | 🧠 Reduces filtered communication. | KasTools | 🟡 Testnet | |
KAS-Pool Referral System | 🤝 Collabs | ✅ For every successful referral, user earns pool share % in KAS. | ⚙️ Contract tracks cumulative score and allocates shares. | 🧠 Motivates mass participation. | KasFyi |
Widget Settings Panel (for project admins)
To be placed in a separate configuration panel accessible by admins for widget customization:
Token Selector: Choose default accepted token (KAS / KREX / custom KRC-20).
Subscription Price: e.g., 100 KAS / 10,000 KREX / per month.
Access Expiry: Duration before subscription check returns false.
Embed Code Generator: Ready-to-copy <iframe> code.
Brand Customization: Button color, border radius, icons.
Revenue Split Option: Set custom % fees to your Kaspa address.
Smart Contract Function (to be deployed once Kaspa SCs are live)
The widget will interact with a SubscriptionVerifier contract:
Verifies if user paid X amount in KAS or token Y for current month.
Emits event if valid, which frontend reads to unlock content.
Future upgrade: auto-renewals via simple front-end signing.