Skip to content

New privacy policy banner #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
89 changes: 65 additions & 24 deletions docs/get-started/base.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---

title: Base
description: "The #1 Ethereum Layer 2, incubated by Coinbase"

---

Build on Base and choose the features that fits your needs — from sub-cent global payments to creator-first monetization and built-in distribution.


<img
className="base_header_img block dark:hidden"
src="/images/hero.png"
Expand All @@ -21,21 +22,27 @@ Build on Base and choose the features that fits your needs — from sub-cent glo
### Why Base?

<AccordionGroup>
<Accordion title="Global Economy">
**Payments & Financial Services:** Move value globally with sub-second, sub-cent payments and build on existing financial services for trading, yield generation, and more.
</Accordion>
<Accordion title="Creator Tools">
**Creator Monetization:** Creators of all kinds are exploring new ways to monetize their work. Innovate on the frontier of creator monetiziation with the creator economy on Base.
</Accordion>
<Accordion title="Builder Experience">
**Comprehensive Builder Support:** Base provides developer tools, infrastructure, and support. Plus, Base has one of the largest onchain builder communities whith which you can collaborate and grow.
</Accordion>
<Accordion title="Distribution">
**Launch to real users:** Tap Base activations, grants, and mini-app channels that surface your project to millions.
</Accordion>
<Accordion title="Global Economy">
**Payments & Financial Services:** Move value globally with sub-second,
sub-cent payments and build on existing financial services for trading,
yield generation, and more.
</Accordion>
<Accordion title="Creator Tools">
**Creator Monetization:** Creators of all kinds are exploring new ways to
monetize their work. Innovate on the frontier of creator monetiziation with
the creator economy on Base.
</Accordion>
<Accordion title="Builder Experience">
**Comprehensive Builder Support:** Base provides developer tools,
infrastructure, and support. Plus, Base has one of the largest onchain
builder communities whith which you can collaborate and grow.
</Accordion>
<Accordion title="Distribution">
**Launch to real users:** Tap Base activations, grants, and mini-app
channels that surface your project to millions.
</Accordion>
</AccordionGroup>


### Start Building

<CardGroup cols={2}>
Expand All @@ -55,31 +62,65 @@ Explore [all products](/get-started/products) and [use cases](/get-started/use-c
### Get Funded

<CardGroup cols={2}>
<Card title="Builder Rewards" icon="trophy" href="https://www.builderscore.xyz/">
Get rewarded up to 2 ETH weekly through the Builder Rewards Program.
<Card
title="Builder Rewards"
icon="trophy"
href="https://www.builderscore.xyz/"
>
Get rewarded up to 2 ETH weekly through the Builder Rewards Program.
</Card>
<Card title="Grants" icon="hand-holding-dollar" href="https://paragraph.com/@grants.base.eth/calling-based-builders">
<Card
title="Grants"
icon="hand-holding-dollar"
href="https://paragraph.com/@grants.base.eth/calling-based-builders"
>
Apply for fast, retroactive, Base Builder Grants (~1-5 ETH).
</Card>
<Card title="Base Batches" icon="rocket" href="https://www.basebatches.xyz/">
A global program for builders creating the next wave of onchain apps.
</Card>
<Card title="Retroactive Funding" icon="dollar-sign" href="https://atlas.optimism.io/">
<Card
title="Retroactive Funding"
icon="dollar-sign"
href="https://atlas.optimism.io/"
>
Apply for OP Retro Funding for your contributions to the Base ecosystem.
</Card>
</CardGroup>

### Reach More Users

<CardGroup cols={2}>
<Card title="Build a Mini App" icon="bullhorn" href="/wallet-app/build-with-minikit/quickstart">
Mini Apps run directly inside the social feed: Make your existing app a Mini App or build a new one.
<Card
title="Build a Mini App"
icon="bullhorn"
href="/wallet-app/build-with-minikit/quickstart"
>
Mini Apps run directly inside the social feed: Make your existing app a Mini
App or build a new one.
</Card>
<Card title="Submit to Base Ecosystem Page" icon="globe" href="https://www.base.org/ecosystem">
<Card
title="Submit to Base Ecosystem Page"
icon="globe"
href="https://www.base.org/ecosystem"
>
Showcase your project to the Base community and get discovered.
</Card>
</CardGroup>




import { BaseBanner } from "/snippets/banner/BaseBanner.mdx";

<BaseBanner
id="privacy-policy"
content={
<div className="text-center mx-auto">
We're updating the Base Privacy Policy, effective July 25, 2025, to
reflect an expansion of Base services. Please review the updated policy
here:{" "}
<a href="https://docs.base.org/privacy-policy-2025" target="_blank" className="whitespace-nowrap">
Base Privacy Policy
</a>
.
</div>
}
/>
Loading