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
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,28 @@ If you're a builder who wants to add or update your project on the [Base Ecosyst
}
```

- name: Your project's name
- description: A brief description of your project, must be less than 200 characters
- url: Your project's website URL
- imageUrl: Path to your project's logo image
- category: Your project's category, _one_ of: `ai`, `consumer`, `defi`, `infra`, `onramp`, `wallet`
- subcategory: Your project's subcategory, with the following options associated with each category
- `ai`: Simply add `ai` as the subcategory as well
- `consumer`: _One_ of `creator`, `crypto taxes`, `dao`, `gaming`, `messaging`, `music`, `nft`, `payments`, `real world`, `social`
- `defi`: _One_ of `dex`, `dex aggregator`, `insurance`, `lending/borrowing`, `liquidity management`, `portfolio`, `stablecoin`, `yield vault`
- `infra`: _One_ of `bridge`, `data`, `depin`, `developer tool`, `identity`, `node provider`, `raas`, `security`
- `onramp`: _One_ of `centralized exchange`, `fiat on-ramp`
- `wallet`: _One_ of `account abstraction`, `multisig`, `self-custody`
- name: Your project's name.
- description: A brief description of your project, must be less than 200 characters.
- url: Your project's website URL.
- imageUrl: Path to your project's logo image.
- category: Your project's category, _one_ of: `ai`, `consumer`, `defi`, `infra`, `onramp`, `wallet`.
- subcategory: Your project's subcategory, with the following options associated with each category.
- `ai`: Simply add `ai` as the subcategory as well.
- `consumer`: _One_ of `creator`, `crypto taxes`, `dao`, `gaming`, `messaging`, `music`, `nft`, `payments`, `real world`, `social`.
- `defi`: _One_ of `dex`, `dex aggregator`, `insurance`, `lending/borrowing`, `liquidity management`, `portfolio`, `stablecoin`, `yield vault`.
- `infra`: _One_ of `bridge`, `data`, `depin`, `developer tool`, `identity`, `node provider`, `raas`, `security`.
- `onramp`: _One_ of `centralized exchange`, `fiat on-ramp`.
- `wallet`: _One_ of `account abstraction`, `multisig`, `self-custody`.

If your app supports multiple networks, ensure the URL provided points to a page
with Base already selected as the network, for people who will be visiting from
base.org.

4. Add your project's logo:

- Place a 192x192 pixel PNG/WebP file in `apps/web/public/images/partners/`
- Name should match what you specified in imageUrl
- Use an App/Play Store style icon (not a full wordmark)
- Place a 192x192 pixel PNG/WebP file in `apps/web/public/images/partners/`.
- Name should match what you specified in imageUrl.
- Use an App/Play Store style icon (not a full wordmark).

5. Check if your project has been listed by running it locally:

Expand All @@ -123,13 +123,13 @@ By opening a PR to add your project, you authorize and license Coinbase on a non

#### Submission requirements

- App content adheres to the [Base Editorial Style Guide](https://github.com/base/brand-kit/blob/main/guides/editorial-style-guide.md)
- App has been live on Base for at least 30 days
- App has a Terms of Service and Privacy Policy
- App supports HTTPS and 301 redirects HTTP requests
- App is not a TGE (Token Generation Event), ICO (Initial Coin Offering), airdrop, claim, or similar
- Landing page is a Base-specific page for users who will be coming from base.org
- Active development and community engagement can be observed without issue
- App content adheres to the [Base Editorial Style Guide](https://github.com/base/brand-kit/blob/main/guides/editorial-style-guide.md).
- App has been live on Base for at least 30 days.
- App has a Terms of Service and Privacy Policy.
- App supports HTTPS and 301 redirects HTTP requests.
- App is not a TGE (Token Generation Event), ICO (Initial Coin Offering), airdrop, claim, or similar.
- Landing page is a Base-specific page for users who will be coming from base.org.
- Active development and community engagement can be observed without issue.

---

Expand Down