> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tapioca.money/llms.txt
> Use this file to discover all available pages before exploring further.

# Tapioca's third-party integrations and service providers

> Tapioca works with trusted third-party providers to deliver authentication, gasless transactions, and reliable on-chain access on Base.

Tapioca is built on a set of battle-tested third-party services that handle everything from your sign-in experience to submitting transactions on-chain. Rather than building every piece of infrastructure from scratch, Tapioca integrates with providers that specialize in their respective domains — so you get a more reliable, more secure experience as a result. Most of these integrations operate invisibly in the background; you interact with Tapioca, and the services do their job without requiring any action on your part.

## User-facing integrations

These are the services that directly shape your experience in Tapioca.

<CardGroup cols={2}>
  <Card title="Privy" icon="key" href="/integrations/privy">
    Handles your sign-in and creates a secure embedded wallet so you never need a browser extension.
  </Card>

  <Card title="ZeroDev" icon="bolt" href="/integrations/zeroDev">
    Provides the ERC-4337 smart account infrastructure that sponsors your gas fees — you pay nothing.
  </Card>

  <Card title="Alchemy" icon="server" href="/integrations/alchemy">
    Supplies the high-performance RPC connection to Base that keeps transaction submission and balance updates fast.
  </Card>

  <Card title="MoonPay" icon="credit-card">
    Coming soon — fiat on-ramp so you can fund your account directly with a debit or credit card.
  </Card>
</CardGroup>

## All current integrations

| Service             | Purpose                                           | Visible to you?                           |
| ------------------- | ------------------------------------------------- | ----------------------------------------- |
| **Privy**           | Embedded wallet and authentication                | Yes — your sign-in flow                   |
| **ZeroDev**         | ERC-4337 smart account, paymaster, and bundler    | Indirectly — enables gasless transactions |
| **Alchemy**         | RPC node provider for Base                        | Indirectly — powers fast on-chain data    |
| **Coinbase / Base** | The Layer 2 network Tapioca is deployed on        | Yes — all your activity is on Base        |
| **Neon**            | Database (application data storage)               | No — fully behind the scenes              |
| **Resend**          | Transactional emails (magic links, notifications) | Yes — the emails you receive from Tapioca |
| **PagerDuty**       | Operational alerting for the Tapioca team         | No — fully behind the scenes              |

## Planned integrations

Tapioca is actively evaluating the following integrations for future releases:

* **Biconomy** — An alternative bundler to increase transaction submission resilience
* **MoonPay** — Fiat on-ramp so you can buy crypto directly within Tapioca using a card
* **Safe** — Multi-signature wallet support for institutional or team-managed accounts

<Note>
  Planned integrations are subject to change. Follow Tapioca's release notes for updates on when these become available.
</Note>
