Skip to content

feat: docs services hub #2235

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

Merged
merged 4 commits into from
Apr 22, 2025
Merged
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
25 changes: 25 additions & 0 deletions apps/base-docs/docs/pages/base-services-hub.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Base Services Hub
description: A collection of services for building on Base.
---

# Base Services Hub

The Builder Services Hub is your one-stop directory for exclusive discounts on
software and services that help Base projects ship faster, scale growth and
build onchain.

If you would like to provide discounts to the Base ecosystem, please apply
[here](https://forms.gle/B8u1TTqb1jyVjEYG6) and a team member will be in touch.

## Service Providers

Thank you to all the teams supporting the Base ecosystem and its builders!

| Company Name | Category | Description | Discount | Instructions for Redemption |
| :------------------------------------------- | :----------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Meow](http://meow.com) | Treasury Management & Yield | Meow helps web3 teams earn yield, send/receive USDC, and automate treasury via FDIC-insured accounts with free USDC transactions on Base—no wallets, prefunding, or exchange risk. | Base ecosystem projects get up to 3.5% interest on checking. | Sign up [here](https://app.meow.com/signup?referral=Base) <br/><br/> Or list “Base Ecosystem” under “How did you hear about us?” during signup |
| [Api3](https://www.api3.org/) | Oracles / Data Infrastructure | API3 is an oracle service that delivers Real World Price Feeds to your smart contract. The price feeds provided allow dapps to regain lost value with Oracle Extractable Value built in to the feed. | If you are a lending dapp deploying on BASE, stable coin, morpho curator, borrow/lending dapp we will provide oracle services to your markets. | Contact [BillyJitsu](http://t.me/billyjitsu) or apply here |
| [Artemis](http://artemis.xyz) | Onchain Analytics | Artemis standardizes digital finance data into a single open data platform. Metrics that matter for digital finance. All in one place. | Artemis is offering free, out-of-the-box onchain metrics dashboards for Base builder's applications. | Please fill out this [Google Form](https://forms.gle/ZDS9LkxSBJVJonR36) with your application metadata and contract information. <br/><br/> Artemis will contact your email once your application dashboard has been created. |
| [Token Terminal](https://tokenterminal.com/) | Financial & Protocol Analytics | Token Terminal is a full-stack onchain data platform focused on standardizing financial and alternative data for the most widely used blockchains and decentralized applications. | Token Terminal will offer Base builders a -40% discount on its Data Partnership subscription product. | Apply [here](https://tokenterminal.com/explorer/listings). <br/><br/> All Base builders will need to submit a "proof of deployment on Base". |
| [Hypernative](https://www.hypernative.io/) | Security | Hypernative is the leading real-time security and threat prevention platform trusted by over 200 projects—including Ethena, Uniswap, Ethereum Foundation, Morpho, Chainlink, Solana, and Kraken. | Receive a discounted rate for the first year for Hypernative's real-time threat prevention platform. | Email [email protected] to begin your trial and claim your offer. |
4 changes: 4 additions & 0 deletions apps/base-docs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export const sidebar: Sidebar = [
text: 'Bridges',
link: '/chain/bridges-mainnet',
},
{
text: 'Service Hub',
link: '/base-services-hub',
},
{
text: 'Status ↗',
link: 'https://status.base.org/',
Expand Down