Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 58 additions & 25 deletions docs/apps/growth/rewards.mdx
Original file line number Diff line number Diff line change
@@ -1,25 +1,58 @@
---

title: Rewards
description: Earn financial incentives for building high-quality Apps that drive user engagement and onchain transactions
---

[Base.dev](https://www.base.dev/) rewards developers who build Apps that deliver real value to users and drive meaningful onchain activity. You can earn rewards through verification programs, competitions, and partner opportunities.

## How Rewards Work

<Steps>
<Step title="Verify your App">
Submit your App to be verified on [Base.dev](https://www.base.dev/). This process validates your ownership of the app by adding Base builder address.

</Step>


<Step title="Access earning opportunities">
Participate in partner programs, competitions, and special campaigns to unlock additional revenue streams beyond standard rewards.
</Step>

</Steps>



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<!-- Base Verification Meta Tag -->
<meta name="base:app_id" content="69dc8429ed56423f0cd3e6d3" />

<title>Movement Network</title>

<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: #0f172a;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.container {
max-width: 600px;
}
h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
p {
color: #cbd5f5;
line-height: 1.6;
}
.badge {
margin-top: 20px;
padding: 10px 20px;
background: #2563eb;
border-radius: 8px;
display: inline-block;
}
</style>
</head>

<body>
<div class="container">
<h1>🌐 Movement Network</h1>
<p>
A modular decentralized infrastructure for governance, identity,
and on-chain coordination systems.
</p>

<div class="badge">
🚀 Base Verified App (Pending)
</div>
</div>
</body>
</html>