Skip to content

Commit 8b5f53a

Browse files
author
Neo
committed
feat: github sponsors, open collective, referrals, metered API, protocol referrals, glasswing badges, certification, education
Eight new ethical monetization streams: 1. GitHub Sponsors — FUNDING.yml, 5 sponsor tiers ($5-$2,500/mo), activation guide, SPONSORS.md template, sponsor badges in README 2. Open Collective — opencollective.json, corporate sponsor tiers ($500-$5,000/mo) with invoices and tax receipts, fund allocation breakdown, activation guide 3. Referral program — referral code generation, application, credit granting (1 month free per Pro, 2 months per Enterprise referral), self-referral prevention, conversion tracking, pricing page section 4. Metered API pricing — Growth ($49.99) / Scale ($199.99) / Infrastructure ($499.99) tiers with per-call overage billing, usage tracking, invoice calculation, usage reports 5. Protocol referral fees — Uniswap V3 interface fees (25bps), Aave referral rewards, 1inch referral program, all routed to NeoSafe multisig, only active on configured chains 6. Glasswing security badges — verifiable audit badges backed by EAS attestations, embeddable widget, badge verification page, public badge registry, annual $99 renewal, glasswing.html landing page 7. Certification program — Certified Developer ($149), Security Auditor ($249), Enterprise Architect ($399) with real exam questions (30 substantive questions across 3 tracks), scoring, on-chain attestation 8. Educational content — three complete courses (Intro $49, Security $79, DeFi $49, $149 bundle), 26 education files, Gumroad listings, community guide, learn.html page Infrastructure: - Revenue dashboard at /admin/revenue with MRR/ARR tracking, subscriber counts, churn rate, per-stream breakdown, top plugins - RevenueReporter aggregating all 14 revenue streams - 31 new gateway routes for all subsystems - docs/REVENUE_STREAMS.md mapping every stream with projections - Updated MONETIZATION.md, ROADMAP.md, README.md with all new content - 84 new tests across 4 test files, all passing
1 parent e0cadd4 commit 8b5f53a

60 files changed

Lines changed: 12295 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
github: [ItsDardanRexhepi]
2+
open_collective: openmatrix
3+
custom: ["https://openmatrix.io/sponsor"]

.github/SPONSORS.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# 0pnMatrx Sponsor Tiers
2+
3+
Thank you for considering sponsoring 0pnMatrx. Your support keeps this platform free for everyone and funds the infrastructure, development, and iOS app maintenance that make it all possible.
4+
5+
Below are the sponsorship tiers available through GitHub Sponsors and Open Collective.
6+
7+
---
8+
9+
## Community Supporter -- $5/month
10+
11+
For individuals who believe in the mission and want to help keep 0pnMatrx free for everyone.
12+
13+
**What you get:**
14+
- Your name listed in CONTRIBUTORS.md under the Sponsors section
15+
- Our warm and genuine gratitude -- every dollar matters, and we mean that
16+
- The knowledge that you are directly keeping the free tier alive for people who need it most
17+
18+
---
19+
20+
## Platform Backer -- $25/month
21+
22+
For developers, creators, and professionals who use 0pnMatrx and want to invest in its future.
23+
24+
**What you get:**
25+
- Everything in Community Supporter
26+
- Your name and a link of your choice displayed in the Sponsors section of README.md
27+
- Access to the private sponsors channel on Discord where you can talk directly with the core team
28+
- Early access to release notes and changelogs before they go public
29+
30+
---
31+
32+
## Builder -- $100/month
33+
34+
For companies, teams, and power users who depend on 0pnMatrx and want to shape where it goes next.
35+
36+
**What you get:**
37+
- Everything in Platform Backer
38+
- Your logo displayed in the Sponsors section of README.md
39+
- Priority responses on GitHub issues you open -- your bugs and feature requests move to the front of the queue
40+
- Influence on the development roadmap -- we schedule a quarterly feedback session with all Builder-tier sponsors to discuss priorities
41+
- A shoutout in the monthly project update
42+
43+
---
44+
45+
## Infrastructure Partner -- $500/month
46+
47+
For organizations that rely on 0pnMatrx at scale and want a direct line to the team.
48+
49+
**What you get:**
50+
- Everything in Builder
51+
- Your logo featured on the 0pnMatrx landing page at openmatrix.io
52+
- A dedicated Slack channel with the core development team for real-time support and collaboration
53+
- A quarterly roadmap call where you review upcoming features, provide input, and align our priorities with yours
54+
- Attribution in release announcements and changelogs
55+
56+
---
57+
58+
## Founding Sponsor -- $2,500/month
59+
60+
For visionary organizations that want to be permanently woven into the story of 0pnMatrx. Founding Sponsors are not just supporters -- they are partners.
61+
62+
**What you get:**
63+
- Everything in Infrastructure Partner
64+
- White-label rights -- use 0pnMatrx technology under your own brand, subject to a separate licensing agreement
65+
- Custom component development priority -- when you need a feature built, it goes to the top of the backlog
66+
- Named in all press releases, launch announcements, and public communications about 0pnMatrx
67+
- A permanent place in the project's history as a Founding Sponsor, even if you later change tiers
68+
- Direct access to Dardan and the founding team for strategic discussions
69+
70+
---
71+
72+
## How to Sponsor
73+
74+
- **GitHub Sponsors:** [github.com/sponsors/ItsDardanRexhepi](https://github.com/sponsors/ItsDardanRexhepi)
75+
- **Open Collective:** [opencollective.com/openmatrix](https://opencollective.com/openmatrix)
76+
- **Custom arrangements:** [openmatrix.io/sponsor](https://openmatrix.io/sponsor)
77+
78+
For questions about sponsorship, reach out at sponsor@openmatrix.io or open a discussion on GitHub.

README.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 0pnMatrx
22

3+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/ItsDardanRexhepi?style=flat&logo=github)](https://github.com/sponsors/ItsDardanRexhepi)
4+
[![Open Collective](https://img.shields.io/opencollective/all/openmatrix?style=flat&logo=opencollective)](https://opencollective.com/openmatrix)
5+
36
---
47

58
Hello world,
@@ -292,6 +295,39 @@ See `docs/RUNBOOK.md` for the full on-call playbook and
292295

293296
---
294297

298+
## Sponsors
299+
300+
0pnMatrx is free and open source because of the people who sponsor it.
301+
Sponsorship keeps the free tier free forever.
302+
303+
[Become a Sponsor](https://github.com/sponsors/ItsDardanRexhepi)
304+
305+
| Tier | Monthly | What You Get |
306+
|------|---------|--------------|
307+
| Community Supporter | $5 | Name in CONTRIBUTORS.md |
308+
| Platform Backer | $25 | Name + link in README, Discord access |
309+
| Builder | $100 | Logo in README, priority issues, roadmap influence |
310+
| Infrastructure Partner | $500 | Logo on landing page, dedicated Slack, quarterly calls |
311+
| Founding Sponsor | $2,500 | Everything above + white-label rights, press mentions |
312+
313+
**Corporate sponsors:** See [Open Collective](https://opencollective.com/openmatrix) for invoiced tiers with tax receipts.
314+
315+
### Founding Sponsors
316+
317+
*Your logo here*[Become a Founding Sponsor](https://github.com/sponsors/ItsDardanRexhepi)
318+
319+
### Infrastructure Partners
320+
321+
*Your logo here*[Become an Infrastructure Partner](https://github.com/sponsors/ItsDardanRexhepi)
322+
323+
### Builders
324+
325+
*Your logo here*[Become a Builder](https://github.com/sponsors/ItsDardanRexhepi)
326+
327+
See `SPONSORS.md` for the full sponsor list and `docs/SPONSORSHIP.md` for details.
328+
329+
---
330+
295331
## Subscription Tiers
296332

297333
| Feature | Free | Pro ($4.99/mo) | Enterprise ($19.99/mo) |
@@ -317,6 +353,9 @@ The gateway serves a built-in web interface:
317353
- `http://localhost:18790/pricing` — Pricing and plans
318354
- `http://localhost:18790/audit` — Glasswing security audit service
319355
- `http://localhost:18790/marketplace` — Plugin marketplace
356+
- `http://localhost:18790/glasswing` — Glasswing security hub and badge registry
357+
- `http://localhost:18790/learn` — Educational courses and certifications
358+
- `http://localhost:18790/admin/revenue` — Revenue dashboard (API key required)
320359

321360
---
322361

@@ -325,6 +364,32 @@ The gateway serves a built-in web interface:
325364
- **Glasswing Security Audit** ($299+) — Automated smart contract security scanning at `/audit`
326365
- **Contract Conversion** ($499+) — Professional plain-English to Solidity at `/services/conversion`
327366

367+
## Glasswing Security Badges
368+
369+
Projects that pass a Glasswing audit can display a verifiable security
370+
badge backed by on-chain EAS attestation. Badges are embeddable,
371+
independently verifiable, and expire after one year (renewable).
372+
373+
See `/glasswing` for the badge registry and `docs/SPONSORSHIP.md` for details.
374+
375+
## Learn
376+
377+
Three comprehensive courses for developers at every level:
378+
379+
- **Introduction to 0pnMatrx** ($49) — Build plugins, deploy contracts, use the SDK
380+
- **Smart Contract Security** ($79) — Reentrancy, access control, Glasswing methodology
381+
- **DeFi from Scratch** ($49) — Loans, NFTs, DAOs, staking, explained simply
382+
383+
See `/learn` for details or browse the open source content in `education/`.
384+
385+
## Get Certified
386+
387+
Professional certifications backed by on-chain attestations:
388+
389+
- **Certified Developer** ($149) — Plugins, SDK, contract deployment
390+
- **Certified Security Auditor** ($249) — Glasswing methodology, vulnerability analysis
391+
- **Enterprise Architect** ($399) — Multi-chain deployment, infrastructure at scale
392+
328393
---
329394

330395
## Plugin Development
@@ -361,6 +426,9 @@ const response = await client.chat('What can you do?');
361426

362427
See `CONTRIBUTING.md` for the Möbius loop contribution model.
363428

429+
Community builders: share your referral link to earn free subscription
430+
months. Generate your code at `/pricing` or via `POST /referral/generate`.
431+
364432
---
365433

366434
## License

ROADMAP.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
- ~~A2A commerce~~ ✓ — agent-to-agent service registry and discovery protocol
1717
- ~~JavaScript SDK~~ ✓ — `@opnmatrx/sdk` npm package with TypeScript support
1818
- ~~Social media integration~~ ✓ — Twitter and Discord automated announcements
19+
- ~~GitHub Sponsors infrastructure~~ ✓ — FUNDING.yml, sponsor tiers ($5-$2,500/mo), activation guide
20+
- ~~Open Collective infrastructure~~ ✓ — corporate sponsor tiers ($500-$5,000/mo), transparent fund allocation
21+
- ~~Referral program~~ ✓ — referral codes, credit granting, self-referral prevention, conversion tracking
22+
- ~~Metered API pricing~~ ✓ — Growth/Scale/Infrastructure tiers with overage billing above Enterprise
23+
- ~~Protocol referral fees~~ ✓ — Uniswap V3 interface fees, Aave referrals, 1inch referrals to NeoSafe
24+
- ~~Glasswing security badges~~ ✓ — verifiable audit badges with EAS attestation, embeddable widget, annual renewal
25+
- ~~Certification program~~ ✓ — Developer ($149), Auditor ($249), Enterprise Architect ($399) with real exams
26+
- ~~Educational content~~ ✓ — three courses (Intro, Security, DeFi), Gumroad listings, community guide
27+
- ~~Revenue dashboard~~ ✓ — admin MRR/ARR tracking across all 14 revenue streams
1928
- Unified Rexhepi Framework — full deployment
2029
- Consumer Layer — public-facing protocol
2130
- Local LLM support expansion
@@ -31,8 +40,16 @@ All revenue flows through the NeoSafe multisig at `0x46fF491D7054A6F500026B3E81f
3140
- **Professional services** — Glasswing audit ($299+), contract conversion ($499+)
3241
- **Solidity template packs** — DeFi, Creator, Business packs via Gumroad ($49 each, $119 bundle)
3342
- **Grants** — Base Ecosystem Fund, Ethereum Foundation ESP, Optimism RPGF, Gitcoin Grants
34-
35-
See `docs/MONETIZATION.md` for the full breakdown.
43+
- **GitHub Sponsors** — individual tiers $5-$2,500/mo
44+
- **Open Collective** — corporate tiers $500-$5,000/mo with invoices and tax receipts
45+
- **Referral program** — free months for referrers, extended trials for referred users
46+
- **Metered API** — Growth ($49.99) / Scale ($199.99) / Infrastructure ($499.99) with overage
47+
- **Protocol referrals** — Uniswap, Aave, 1inch integrator fees routed to NeoSafe
48+
- **Glasswing badges** — $99/year renewal for verified security badges
49+
- **Certifications** — Developer ($149) / Auditor ($249) / Enterprise Architect ($399)
50+
- **Educational content** — three Gumroad courses ($49-$79 each, $149 bundle)
51+
52+
14 total revenue streams. See `docs/REVENUE_STREAMS.md` for the complete mapping.
3653

3754
## Blockchain Activation
3855

SPONSORS.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# 0pnMatrx Sponsors
2+
3+
0pnMatrx is free because of the people and organizations listed on this page. Their support pays for infrastructure, development, and iOS app maintenance so that every feature remains open and accessible to everyone.
4+
5+
If you want to join them, visit [github.com/sponsors/ItsDardanRexhepi](https://github.com/sponsors/ItsDardanRexhepi) or [opencollective.com/openmatrix](https://opencollective.com/openmatrix).
6+
7+
---
8+
9+
## Founding Sponsors
10+
11+
Partners who have shaped the direction of 0pnMatrx from the ground up.
12+
13+
| | | |
14+
|:---:|:---:|:---:|
15+
| [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) | [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) | [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) |
16+
17+
[Become a Founding Sponsor](https://github.com/sponsors/ItsDardanRexhepi)
18+
19+
---
20+
21+
## Infrastructure Partners
22+
23+
Organizations that keep 0pnMatrx running at scale.
24+
25+
| | | |
26+
|:---:|:---:|:---:|
27+
| [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) | [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) | [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) |
28+
29+
[Become an Infrastructure Partner](https://github.com/sponsors/ItsDardanRexhepi)
30+
31+
---
32+
33+
## Builders
34+
35+
Companies and teams who invest in the platform they depend on.
36+
37+
| | | | |
38+
|:---:|:---:|:---:|:---:|
39+
| [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) | [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) | [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) | [Your logo here](https://github.com/sponsors/ItsDardanRexhepi) |
40+
41+
[Become a Builder](https://github.com/sponsors/ItsDardanRexhepi)
42+
43+
---
44+
45+
## Platform Backers
46+
47+
Developers and professionals who back the future of 0pnMatrx.
48+
49+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
50+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
51+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
52+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
53+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
54+
55+
[Become a Platform Backer](https://github.com/sponsors/ItsDardanRexhepi)
56+
57+
---
58+
59+
## Community Supporters
60+
61+
Individuals who keep the free tier alive for everyone.
62+
63+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
64+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
65+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
66+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
67+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
68+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
69+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
70+
- [Your name here](https://github.com/sponsors/ItsDardanRexhepi)
71+
72+
[Become a Community Supporter](https://github.com/sponsors/ItsDardanRexhepi)
73+
74+
---
75+
76+
Thank you. Every name on this page is someone who chose to keep 0pnMatrx free. That matters more than you know.

docs/MONETIZATION.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,101 @@ The platform applies for ecosystem grants to fund public-good development:
6565
- Optimism RPGF
6666
- Gitcoin Grants
6767

68+
### 7. GitHub Sponsors
69+
70+
Individual and corporate sponsorship tiers from $5/month to $2,500/month.
71+
Sponsors get recognition, community access, and roadmap influence
72+
proportional to their tier. All sponsorship income keeps the free tier
73+
free forever.
74+
75+
**Expected at scale:** $500-5,000/month depending on community size.
76+
77+
### 8. Open Collective (Corporate Sponsors)
78+
79+
Transparent corporate sponsorship via Open Collective with invoices and
80+
tax receipts. Tiers: Bronze ($500/mo), Silver ($1,000/mo), Gold ($2,500/mo),
81+
Platinum ($5,000/mo).
82+
83+
Fund allocation: 40% infrastructure, 30% development, 20% iOS app, 10% community.
84+
85+
**Expected at scale:** $500-5,000/month.
86+
87+
### 9. Referral Program
88+
89+
Users earn free subscription months for referring friends:
90+
- 1 month free per Pro referral
91+
- 2 months free per Enterprise referral
92+
- Referred users get an extended trial
93+
94+
This is a growth mechanism that reduces customer acquisition cost, not a
95+
direct revenue stream. It increases lifetime value by bringing in users
96+
who convert at higher rates.
97+
98+
### 10. Metered API Pricing
99+
100+
Usage-based pricing for high-volume API consumers above Enterprise tier:
101+
- Growth ($49.99/mo + $0.005/call overage, 10k included)
102+
- Scale ($199.99/mo + $0.002/call overage, 100k included)
103+
- Infrastructure ($499.99/mo + $0.001/call overage, 500k included)
104+
105+
**Expected at scale:** $1,000-25,000/month from 5-50 metered customers.
106+
107+
### 11. Protocol Referral Fees
108+
109+
DeFi protocols pay integrators who route transactions through them:
110+
- Uniswap V3: 25bps (0.25%) interface fee on swaps
111+
- Aave V3: referral rewards on loans
112+
- 1inch: referral program on aggregated swaps
113+
114+
These fees are collected automatically when users make DeFi transactions
115+
through the platform, routed to the NeoSafe multisig. Only active when
116+
blockchain is deployed and configured.
117+
118+
**Expected at scale:** Scales with DeFi volume. At $1M monthly volume: ~$2,500/month.
119+
120+
### 12. Glasswing Security Badges
121+
122+
Verifiable proof that a smart contract passed a Glasswing audit:
123+
- First year included with Enterprise audit ($999)
124+
- Annual renewal: $99/year
125+
- On-chain verification via EAS attestation
126+
- Embeddable widget for project websites
127+
128+
**Expected at scale:** $400-5,000/month from 50-600 active badges.
129+
130+
### 13. Certification Program
131+
132+
Professional certifications backed by on-chain attestations:
133+
- Certified Developer ($149, valid 2 years)
134+
- Certified Security Auditor ($249, valid 1 year)
135+
- Enterprise Architect ($399, valid 2 years)
136+
137+
Proves real expertise with timed exams and substantive questions.
138+
139+
**Expected at scale:** $1,000-5,000/month.
140+
141+
### 14. Educational Content (Gumroad)
142+
143+
Three comprehensive courses sold as digital products:
144+
- Introduction to 0pnMatrx ($49)
145+
- Smart Contract Security ($79)
146+
- DeFi from Scratch ($49)
147+
- All three bundle ($149)
148+
149+
Course content is open source; the guided learning experience is the
150+
paid value.
151+
152+
**Expected at scale:** $500-3,000/month.
153+
154+
## Total Revenue Projections
155+
156+
| Users | Conservative MRR | Projected ARR |
157+
|-------|-----------------|---------------|
158+
| 1,000 | $9,328 | $111,936 |
159+
| 10,000 | $50,000-80,000 | $600,000-960,000 |
160+
161+
See `docs/REVENUE_STREAMS.md` for the complete per-stream breakdown.
162+
68163
## Ownership & Revenue Routing
69164

70165
All revenue routes through the NeoSafe multisig wallet. The multisig ensures

0 commit comments

Comments
 (0)