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

# BaaS Introduction

> Introduction to FinHub Business as a Service

# Business as a Service (BaaS)

Business as a Service (BaaS) is FinHub's comprehensive offering that provides **business processes** through microservices. BaaS enables you to deliver complete financial services to your customers without building the underlying infrastructure.

## What BaaS Provides

BaaS delivers automated business processes:

| Business Process           | What It Does                                               |
| -------------------------- | ---------------------------------------------------------- |
| **Customer Onboarding**    | B2C and B2B registration, KYC/KYB verification, activation |
| **Account Management**     | Account creation, wallets, multi-currency support          |
| **Transaction Processing** | Payments, transfers, SEPA, SWIFT                           |
| **Compliance**             | AML screening, regulatory reporting, audit trails          |
| **Back Office**            | Approvals, case management, operations                     |

## Service Models

Within BaaS, you choose how to integrate:

<CardGroup cols={3}>
  <Card title="CoreX Service Model" icon="desktop" href="/baas/corex/introduction">
    White-label front-end solution
  </Card>

  <Card title="API Service Model" icon="code" href="/baas/api/introduction">
    Direct API integration
  </Card>

  <Card title="Hybrid Service Model" icon="shuffle" href="/baas/hybrid/introduction">
    Combined approach
  </Card>
</CardGroup>

| Service Model | Description                                           | Time to Market |
| ------------- | ----------------------------------------------------- | -------------- |
| **CoreX**     | Pre-built white-label solution with web & mobile apps | 2-4 weeks      |
| **API**       | Direct API access for custom implementations          | 4-12 weeks     |
| **Hybrid**    | Combination of CoreX + API                            | 4-8 weeks      |

## Client Categories

BaaS serves different types of clients:

<CardGroup cols={2}>
  <Card title="Embedded Finance" icon="puzzle-piece" href="/baas/client-categories/embedded-finance">
    For unregulated entities
  </Card>

  <Card title="Inter-Banking License" icon="building-columns" href="/baas/client-categories/inter-banking-license">
    For licensed institutions
  </Card>

  <Card title="Business Banking" icon="briefcase" href="/baas/client-categories/business-banking">
    For merchants
  </Card>

  <Card title="Technology & BaaS" icon="microchip" href="/baas/client-categories/technology-baas">
    For fintechs with own license
  </Card>
</CardGroup>

## Product Suite

BaaS provides access to FinHub's product modules:

<CardGroup cols={3}>
  <Card title="FinCore™" icon="building-columns" href="/baas/products/fincore">
    Core Banking
  </Card>

  <Card title="FinTrans™" icon="money-bill-transfer" href="/baas/products/fintrans">
    Payment Processing
  </Card>

  <Card title="FinCard™" icon="credit-card" href="/baas/products/fincard">
    Card Issuing
  </Card>

  <Card title="FinPOS™" icon="store" href="/baas/products/finpos">
    Acquiring
  </Card>

  <Card title="FinCheck™" icon="shield-check" href="/baas/products/fincheck">
    Compliance
  </Card>

  <Card title="FinExE™" icon="bitcoin" href="/baas/products/finexe">
    Crypto Exchanges
  </Card>
</CardGroup>

## Getting Started

Choose your path:

1. **Identify your client category** → [Client Categories](/baas/client-categories/index)
2. **Choose your service model** → [Service Models Comparison](/baas/service-models/index)
3. **Start with your chosen model**:
   * [CoreX Service Model](/baas/corex/introduction)
   * [API Service Model](/baas/api/introduction)
   * [Hybrid Service Model](/baas/hybrid/introduction)

## Next Steps

<CardGroup cols={2}>
  <Card title="Client Categories" icon="users" href="/baas/client-categories/index">
    Find your category
  </Card>

  <Card title="Service Models" icon="code-compare" href="/baas/service-models/index">
    Compare CoreX, API, and Hybrid
  </Card>
</CardGroup>
