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

Merged
merged 11 commits into from
Jul 1, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions docs/base-chain/flashblocks/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,7 @@ To minimize the amount of data sent to clients, each Flashblock only includes th
## Support

For feedback, support or questions about Flashblocks, please don't hesitate to contact us in the `#developer-chat` channel in the [Base Discord](https://base.org/discord).

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
6 changes: 5 additions & 1 deletion docs/base-chain/flashblocks/node-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ Flashblocks-aware nodes provide all standard Ethereum JSON-RPC methods plus spec

## Further Resources

For detailed information about node setup, including hardware requirements and additional configuration options, refer to the [Reth node README](https://github.com/base/node/tree/main/reth#readme).
For detailed information about node setup, including hardware requirements and additional configuration options, refer to the [Reth node README](https://github.com/base/node/tree/main/reth#readme).

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/network-information/base-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ Certain contracts are mandatory according to the [OP Stack SDK](https://stack.op
| Challenger | [0x8b8c52B04A38f10515C52670fcb23f3C4C44474F](https://sepolia.etherscan.io/address/0x8b8c52B04A38f10515C52670fcb23f3C4C44474F) | EOA managed by Coinbase Technologies |
| System config owner | [0x0fe884546476dDd290eC46318785046ef68a0BA9](https://sepolia.etherscan.io/address/0x0fe884546476dDd290eC46318785046ef68a0BA9) | Gnosis Safe |
| Guardian | [0xA9FF930151130fd19DA1F03E5077AFB7C78F8503](https://sepolia.etherscan.io/address/0xA9FF930151130fd19DA1F03E5077AFB7C78F8503) | EOA managed by Coinbase Technologies |

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/network-information/block-building.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ priority fee, see the ([code](https://github.com/ethereum-optimism/op-geth/blob/
* 15th May: Ended testing Flashblocks on Base Mainnet
* 15th May: Started testing Flashblocks on Base Mainnet
* 25th Feb: Enabled Flashblocks on Base Sepolia

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/network-information/bridges-mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ The [Base Discord](https://base.org/discord) community is available around the c
assistance and support! You can create a support ticket in the #general-support
channel.
</Accordion>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
3 changes: 3 additions & 0 deletions docs/base-chain/network-information/diffs-ethereum-base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ These minor differences include:
- [Network specifications](https://stack.optimism.io/docs/releases/bedrock/differences/#network-specifications)
- [Transaction costs](https://stack.optimism.io/docs/releases/bedrock/differences/#transaction-costs)

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
3 changes: 3 additions & 0 deletions docs/base-chain/network-information/ecosystem-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ Two community projects, [BaseX](https://basex-test.vercel.app/swap?currencyA=ETH
| `Factory` | [0x7Ae58f10f7849cA6F5fB71b7f45CB416c9204b1e](https://sepolia.basescan.org/address/0x7Ae58f10f7849cA6F5fB71b7f45CB416c9204b1e) |
| `Router` | [0x1689E7B1F10000AE47eBfE339a4f69dECd19F602](https://sepolia.basescan.org/address/0x1689E7B1F10000AE47eBfE339a4f69dECd19F602) |

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
3 changes: 3 additions & 0 deletions docs/base-chain/network-information/network-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ For additional details about fee calculation on Base, please refer to the
[op-stack developer
documentation](https://docs.optimism.io/stack/transactions/fees).

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/node-operators/performance-tuning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,7 @@ LDB_COMPACTION_TABLE_SIZE="8388608" # 8 MiB compaction table size (default: 2 M
LDB_COMPACTION_TOTAL_SIZE="41943040" # 40 MiB total compaction size (default: 8 MiB)
LDB_DEBUG_OPTIONS="1" # Emit LevelDB debug logs
```

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/node-operators/run-a-base-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@ echo Latest synced block behind by: $((($(date +%s)-$( \
```

You'll also know that the sync hasn't completed if you get `Error: nonce has already been used` if you try to deploy using your node.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/node-operators/snapshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ These steps assume you are in the cloned `node` directory (the one containing `d
```

6. **Verify and Clean Up**: Monitor the node logs (`docker compose logs -f <service_name>`) or use the [sync monitoring](/base-chain/node-operators/run-a-base-node#monitoring-sync-progress) command to ensure the node starts syncing from the snapshot's block height. Once confirmed, you can safely delete the downloaded snapshot archive (`.tar.gz` file) to free up disk space.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/node-operators/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ If you’ve followed this guide and are still encountering issues, seek help fro

- **Discord**: Join the [Base Discord](https://discord.gg/buildonbase) and post in the `🛠|node-operators` channel, providing details about your setup, the issue, and relevant logs.
- **GitHub**: Check the [Base Node repository issues](https://github.com/base-org/node/issues) or open a new one if you suspect a bug.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/quickstart/bridge-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ Follow the instructions in the [Github repository](https://github.com/ethereum-o
### Step 3: Await final approval

Reviews are regularly conducted by the Base team and you should receive a reply within 24-72 hours (depending on if the PR is opened on a weekday, weekend or holiday).

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
6 changes: 5 additions & 1 deletion docs/base-chain/quickstart/connecting-to-base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,8 @@ To add Base Sepolia as a custom network in MetaMask:

6. Tap the Save button to save Base Sepolia as a network.

You should now be able to connect to the Base testnet by selecting it from the network selection dropdown menu.
You should now be able to connect to the Base testnet by selecting it from the network selection dropdown menu.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/quickstart/deploy-on-base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ This will return the initial value of the Counter contract's `number` storage va
- Use [Onchainkit](https://onchainkit.com) to connect your frontend to your contracts! Onchainkit is a library of ready-to-use React components and Typescript utilities.
- Learn more about interacting with your contracts in the command line using Foundry from our [Foundry tutorial](/learn/foundry/deploy-with-foundry).

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />

4 changes: 4 additions & 0 deletions docs/base-chain/quickstart/why-base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ Base offers builders access to a high-growth, high-signal community across multi
[Moonwell]: https://moonwell.fi/discover
[Clanker]: https://www.clanker.world/
[Retroactive Public Goods Funding (RetroPGF)]: https://round3.optimism.io/projects?after=undefined&display=grid&sort=mostAwarded&search=&seed=1738341430276&categories=

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/security/avoid-malicious-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ By following these recommendations, you’ll significantly reduce the chances of
Coinbase Wallet may report false positives when flagging apps. To avoid false positives, please make sure you have completed the recommended actions above. If your app is still flagged as suspicious or malicious, [report it to Blockaid](https://report.blockaid.io/mistake).

---

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/security/bug-bounty.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: 'Bug Bounty'
---

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/security/report-vulnerability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ In line with our strategy of being the safest way for users to access crypto:
- Coinbase's bug bounty program will run alongside Optimism's existing [Immunefi Bedrock bounty program](https://immunefi.com/bounty/optimism/) to support the open source [Bedrock](https://stack.optimism.io/docs/releases/bedrock/) OP Stack framework.

For more information on reporting vulnerabilities and our HackerOne bug bounty program, view our [security program policies](https://hackerone.com/coinbase?view_policy=true).

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/security/security-council.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ Our mission remains the same: to build a global onchain economy that empowers
innovation, creativity, and freedom—on a foundation that everyone can rely on.

Base is for everyone.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/account-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ WalletKit is compatible with most EVM chains, including Base. You can check out
## ZeroDev

[ZeroDev](https://zerodev.app) is an embedded wallet powered by account abstraction. It offers you the ability to create self-custody wallets for your users, sponsor gas, and simplify user flows by batching and automating transactions.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
6 changes: 5 additions & 1 deletion docs/base-chain/tools/base-products.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ title: 'Base Products'
<Card title="Paymaster" icon="square-6">
Excepteur sint occaecat cupidatat non proident
</Card>
</CardGroup>
</CardGroup>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/block-explorers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ A testnet explorer for [Base Sepolia](https://sepolia.basescan.org/) is also ava
## Tenderly Explorer

With the [Tenderly](https://tenderly.co/) developer explorer you can get unparalleled visibility into your smart contract code. You can easily view detailed transaction information, spot bugs in your code, and optimize gas spend. Supporting Base mainnet and Base Sepolia testnet, Tenderly Explorer helps you track your smart contracts while providing visibility on a granular level.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/cross-chain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ For more information on integrating Wormhole, visit their [documentation](https:

- [Base Mainnet](https://docs.wormhole.com/wormhole/blockchain-environments/evm#base)
- [Base Sepolia](https://docs.wormhole.com/wormhole/blockchain-environments/evm#base) (Testnet)

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/data-indexers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,7 @@ To get started, visit the [documentation](https://docs.flair.dev) or clone the [

- [Base Mainnet](https://docs.flair.dev/reference/manifest.yml)
- [Base Sepolia](https://docs.flair.dev/reference/manifest.yml) (Testnet)

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/network-faucets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ The [Base Sepolia Faucet](https://www.ethereum-ecosystem.com/faucets/base-sepoli
<Note>
Each wallet is restricted to receiving 0.5 ETH from this faucet every 24 hours.
</Note>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/node-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,7 @@ import {HeaderNoToc} from "/snippets/headerNoToc.mdx";
<HeaderNoToc title="Supported Networks"/>

- Base Mainnet

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
3 changes: 3 additions & 0 deletions docs/base-chain/tools/onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ WalletKit is compatible with most EVM chains, including Base. It has integrated

You can check out the [WalletKit documentation here](https://docs.walletkit.com). Start building for free on the Base testnet today.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/onchain-registry-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ This endpoint will display a single Onchain Registry entry that is being activel
## Terms & Conditions

We grant third parties a non-exclusive, worldwide, royalty-free license to use the Onchain Registry API solely for the purpose of integrating it into their applications or services. This license does not extend to any data or content accessed through the Onchain API, which remains the sole responsibility of the third party. By using the Onchain Registry API, third parties agree to comply with our license terms and any applicable laws and regulations as set forth in Coinbase Developer Platform Terms of Service. We make no warranties regarding the Onchain Registry API, and users accept all risks associated with its use. The Onchain App Registry API is an Early Access Product per Section 18 of the [Coinbase Developer Platform Terms of Service](https://www.coinbase.com/legal/developer-platform/terms-of-service) and the Coinbase [Prohibited Use Policy](https://www.coinbase.com/legal/prohibited_use), and all terms and conditions therein govern your use of the Onchain Registry API.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/onramps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ description: Documentation for fiat-to-crypto onramps for the Base network.
## Alchemy Pay

[Alchemy Pay](https://ramp.alchemypay.org/) (ACH) is a payment solutions provider that seamlessly connects fiat and crypto economies for global consumers, merchants, developers, and institutions.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/oracles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ Visit the Supra [documentation](https://supraoracles.com/docs/) to learn more ab

- Base Mainnet
- Base Sepolia (Testnet)

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/base-chain/tools/tokens-in-wallet.mdx

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/cookbook/accept-crypto-payments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -392,3 +392,7 @@ Congratulations! You've successfully integrated Coinbase Commerce and OnchainKit
<Check>
Your application now supports the future of global payments. Happy building on Base!
</Check>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
3 changes: 3 additions & 0 deletions docs/cookbook/ai-prompting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ import AiPowered from "/snippets/ai-powered.mdx";

<AiPowered/>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
6 changes: 5 additions & 1 deletion docs/cookbook/base-builder-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ description: Learn practical AI prompting techniques to enhance your coding work

import AiPrompt from "/snippets/prompt-library.mdx";

<AiPrompt/>
<AiPrompt/>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/cookbook/defi-your-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,7 @@ If you're using these components, its likely you'll benefit from the following c

### Go Gasless
For the `<Buy />` and `<Swap/>` components, you can enable gasless transactions by setting the [`isSponsored`](/onchainkit/buy/buy#sponsor-gas-with-paymaster) prop to `true`.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
6 changes: 5 additions & 1 deletion docs/cookbook/deploy-a-chain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,8 @@ Discover the full ecosystem of Base developer tools and integrations

<Note>
**Next Steps**: After joining the waitlist, explore Base's developer documentation to understand how Appchains integrate with Smart Wallet, Paymaster, OnchainKit, and other ecosystem tools.
</Note>
</Note>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/cookbook/go-gasless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,7 @@ This approach can greatly improve your dApp’s user experience by removing gas
[simple NFT contract]: https://basescan.org/token/0x83bd615eb93ee1336aca53e185b03b54ff4a17e8

**Happy Building on Base!**

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/cookbook/launch-ai-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,7 @@ Congratulations! You've successfully launched an AI agent on Base with full onch
<Check>
Your AI agent is now part of the onchain economy, ready to operate 24/7 in the world of decentralized finance. Happy building on Base!
</Check>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
6 changes: 5 additions & 1 deletion docs/cookbook/launch-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,8 @@ Remember to always prioritize security, transparency, and community value when d

---

Whether you choose a platform-based approach for speed and convenience, or custom development for maximum control, Base provides a robust foundation for token launches. Start with the approach that best fits your technical expertise and project requirements, and leverage Base's growing ecosystem to build successful token projects.
Whether you choose a platform-based approach for speed and convenience, or custom development for maximum control, Base provides a robust foundation for token launches. Start with the approach that best fits your technical expertise and project requirements, and leverage Base's growing ecosystem to build successful token projects.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/cookbook/onboard-any-user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ Smart Wallet has advanced features such as sponsored transactions, spend permiss
## Conclusion

By integrating `<WalletModal />`, you offer a robust and user-friendly wallet onboarding experience. First-time users benefit from a seamless Smart Wallet creation flow, while returning users can quickly connect their wallets to get started with your onchain app.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
2 changes: 2 additions & 0 deletions docs/cookbook/onchain-social.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,6 @@ Building successful Mini Apps requires understanding social-specific patterns an
</Card>
</CardGroup>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/cookie-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ your request to [email protected].
We may update this Cookie Policy from time to time to reflect, for example, changes to
the cookies we use or for other operational, legal or regulatory reasons. You can also
revisit this page if you wish to keep yourself informed.

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/get-started/ai-prompting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ description: How to use AI-powered IDEs to generate code for OnchainKit.
import AiPowered from "/snippets/ai-powered.mdx";

<AiPowered/>

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
4 changes: 4 additions & 0 deletions docs/get-started/base-services-hub.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ Thank you to all the teams supporting the Base ecosystem and its builders! If yo
| [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". |
| [Tokka Labs](https://tokkalabs.com/) | Token Management | Tokka Labs is a DeFi-native prop trading firm offering custom onchain market making across 70+ venues, helping projects grow TVL, volume, and token utility through tailored liquidity strategies. | Priority access to liquidity partnership scoping. Base-native projects are fast-tracked for initial conversations with our team to explore potential liquidity partnerships tailored to their needs | Submit your project to https://form.typeform.com/to/hz4Nf5zV. |
| [Zapper](https://protocol.zapper.xyz/) | Data API | Access portfolio data, token prices, NFTs, and transaction history on Base with a single API. | Free API credits (5,000) and a 15% discount on credit purchases for the Zapper API | Create an account on https://protocol.zapper.xyz/ and use the discount code "BASE15" when purchasing credits. |

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
Loading
Loading