Skip to content

Commit b0e8c8c

Browse files
authored
added rewards page (#256)
* added rewards page * addressed feedback
1 parent 0e420d5 commit b0e8c8c

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@
438438
"pages": [
439439
"mini-apps/growth/optimize-onboarding",
440440
"mini-apps/growth/build-viral-mini-apps",
441-
"mini-apps/growth/data-driven-growth"
441+
"mini-apps/growth/data-driven-growth",
442+
"mini-apps/growth/rewards"
442443
]
443444
},
444445
{

docs/mini-apps/growth/rewards.mdx

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Rewards
3+
description: Earn financial incentives for building high-quality Mini Apps that drive user engagement and onchain transactions
4+
---
5+
6+
[Base.dev](https://www.base.dev/) rewards developers who build Mini Apps that deliver real value to users and drive meaningful onchain activity. You can earn rewards through verification programs, competitions, and partner opportunities.
7+
8+
## How Rewards Work
9+
10+
<Steps>
11+
<Step title="Verify your Mini App">
12+
Submit your Mini App to be verified on [Base.dev](https://www.base.dev/). This process validates your ownership of the mini app by adding Base builder address in the manifest.
13+
14+
</Step>
15+
16+
17+
<Step title="Access earning opportunities">
18+
Participate in partner programs, competitions, and special campaigns to unlock additional revenue streams beyond standard rewards.
19+
</Step>
20+
21+
</Steps>
22+
<Card title="Submit for Verification" href="/mini-apps/quality-and-publishing/submission-guidelines">
23+
Learn how to prepare and submit your Mini App for the verification process.
24+
</Card>
25+
26+
## [Onchain Summer Mini App Awards](https://onchainsummer.xyz)
27+
28+
Join our annual competition featuring $200,000 in rewards for the most innovative and engaging Mini Apps. Learn more about categories, prizes, and how to participate at [onchainsummer.xyz](https://onchainsummer.xyz).
29+
30+
31+
32+
33+
## Next Steps
34+
35+
To maximize your chances of earning rewards, focus on user engagement and onchain activity from the very beginning—apps that deliver clear value to users consistently perform better in reward programs.
36+
37+
<ul className="list-disc pl-6">
38+
<li>
39+
<a
40+
href="/mini-apps/growth/build-viral-mini-apps"
41+
className="text-blue-600 dark:text-blue-400 underline"
42+
>
43+
How to Build Viral Mini Apps
44+
</a>
45+
Learn proven tactics for social growth and sharing.
46+
</li>
47+
<li>
48+
<a
49+
href="/mini-apps/design-ux/best-practices"
50+
className="text-blue-600 dark:text-blue-400 underline"
51+
>
52+
Design &amp; UX Best Practices
53+
</a>
54+
Create delightful, high-converting user experiences.
55+
</li>
56+
<li>
57+
<a
58+
href="/mini-apps/features/sharing-and-social-graph"
59+
className="text-blue-600 dark:text-blue-400 underline"
60+
>
61+
Thinking Social: Sharing &amp; Social Graph
62+
</a>
63+
Leverage social features to drive discovery and engagement.
64+
</li>
65+
</ul>

0 commit comments

Comments
 (0)