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

# Introduction

> The developer platform for fan engagement, creator monetization, and digital experiences

<img className="hidden dark:block mb-10" src="https://mintcdn.com/mufi-c3b4e9a4/tyKDAvk7c3qEKKkx/images/crowds/brussels-crowd-green.png?fit=max&auto=format&n=tyKDAvk7c3qEKKkx&q=85&s=076d56e878f0dd6094c8727ad45b7fef" alt="Brussels Crowd Hero" width="1000" height="337" data-path="images/crowds/brussels-crowd-green.png" />

Mufi is the developer platform for fan engagement, creator monetization, and digital experiences. We provide a simple REST API that lets you create users with blockchain wallets, manage events, issue digital products, and process payments — all through familiar workflows while leveraging web3 infrastructure under the hood.

<Note>
  Mufi is currently in **Alpha**. [Get started](https://my.mufi.app) by creating an account, or email [connect@mufi.app](mailto:connect@mufi.app) to join the program.
</Note>

## Why Mufi?

<CardGroup cols={3}>
  <Card title="Web2 Simplicity" icon="code">
    A standard REST API with JSON payloads. No blockchain knowledge required — we handle wallets, keys, and on-chain operations behind the scenes.
  </Card>

  <Card title="Enterprise Security" icon="shield-halved">
    Wallet secrets are split using Shamir's Secret Sharing across isolated, multi-region custodians. No single point of failure. No full secret stored anywhere.
  </Card>

  <Card title="Built to Scale" icon="rocket">
    Create up to 1,500 users per request. Issue items to 550 users at once. Wallets are provisioned asynchronously so your app never blocks.
  </Card>
</CardGroup>

## Platform Overview

<CardGroup cols={2}>
  <Card title="Wallets" icon="wallet" href="/docs/wallet-api/introduction">
    Custodial Polkadot wallets for every user — provisioned automatically, secured with distributed secret sharing. Users can also attach their own non-custodial wallets.
  </Card>

  <Card title="Engagement" icon="ticket" href="/docs/events/introduction">
    Full event lifecycle management with attendee registration, check-ins, and digital products — tickets, vouchers, perks, and NFT-backed collectibles.
  </Card>

  <Card title="Payments" icon="badge-dollar">
    Flexible payment processing to monetize your events and products worldwide.

    <br />

    **Coming soon.**
  </Card>

  <Card title="Bash" icon="globe" href="https://bash.audio/">
    Mufi's own legendary music events — a live playground for the platform.
  </Card>
</CardGroup>

## API Capabilities

Build your entire fan engagement stack with three core APIs:

<CardGroup cols={3}>
  <Card title="Users" icon="users" href="/docs/users/introduction">
    Create users with automatic wallet provisioning. Manage activation, profiles, and wallet balances. Batch create up to 1,500 users per request.
  </Card>

  <Card title="Events" icon="calendar" href="/docs/events/introduction">
    Create and manage events with full lifecycle support. Register attendees, track check-ins, and associate products with events.
  </Card>

  <Card title="Products" icon="box" href="/docs/products/introduction">
    Issue digital products — admission tickets, presale offers, perks, and NFT collectibles. Manage redemptions, transfers, and sales tracking.
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="bolt" href="/docs/quickstart">
    Go from zero to your first API call in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/docs/wallet-api/authentication">
    Learn how to authenticate your API requests.
  </Card>

  <Card title="Security Architecture" icon="lock" href="/docs/wallet-api/security">
    Understand how Mufi protects wallet secrets at scale.
  </Card>

  <Card title="Best Practices" icon="lightbulb" href="/docs/best-practices">
    Security tips for keeping your integration safe.
  </Card>
</CardGroup>
