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

# Rise B2B API Documentation

> Build powerful integrations with Rise's blockchain-based global payroll and team management platform

<Warning>
  Legacy (v1) users will be migrated to the new infrastructure soon. While your current integrations will initially remain compatible, v1 endpoints will eventually be deprecated. Please read the [**\[New Rise API Migration Guide\]**](/migrated-clients) to prepare your code and check the deprecation timeline.
</Warning>

# Rise B2B API

**Global Payroll for the Modern Workforce**

Streamline payments to contractors and full-time employees worldwide with Rise's blockchain-first platform. Our B2B API enables seamless integration for payroll, team management, and compliance automation across 190+ countries.

<CardGroup cols={2}>
  <Card title="Secure Authentication" icon="shield" href="/authentication">
    Sign-In with Ethereum (SIWE) for secure, blockchain-based authentication
  </Card>

  <Card title="Payment Processing" icon="credit-card" href="/guides/payment-integration">
    Process payments in 90+ local currencies and 100+ cryptocurrencies
  </Card>

  <Card title="Team Management" icon="users" href="/guides/team-management">
    Manage teams, roles, and permissions with comprehensive RBAC
  </Card>

  <Card title="Web3 Integration" icon="globe" href="/web3-integration">
    EIP-712 typed data signing for secure blockchain operations
  </Card>
</CardGroup>

## Why Rise B2B API?

<CardGroup cols={3}>
  <Card title="Blockchain-First" icon="link">
    All actions secured and executed on-chain with smart contracts on Arbitrum
  </Card>

  <Card title="Global Compliance" icon="circle-check">
    Automated identity verification and compliance across 190+ countries
  </Card>

  <Card title="Flexible Payments" icon="wallet">
    Pay in local currency, stablecoins, or cryptocurrencies
  </Card>

  <Card title="Role-Based Access" icon="lock">
    Comprehensive RBAC system for secure team management
  </Card>

  <Card title="Real-Time Balances" icon="chart-line">
    Monitor entity balances across multiple currencies
  </Card>

  <Card title="Developer-Friendly" icon="code">
    RESTful API with comprehensive documentation and examples
  </Card>
</CardGroup>

## Platform Statistics

<CardGroup cols={4}>
  <Card title="90+" icon="globe">
    Local Currencies Supported
  </Card>

  <Card title="100+" icon="bitcoin">
    Cryptocurrencies Supported
  </Card>

  <Card title="$650M+" icon="dollar-sign">
    Paid to Teams Globally
  </Card>

  <Card title="190" icon="map-pin">
    Countries Supported
  </Card>
</CardGroup>

## Quick Start

Begin your integration with Rise B2B API in minutes:

<Steps>
  <Step title="Authenticate">
    Configure SIWE authentication to securely connect with Rise's platform
  </Step>

  <Step title="Create Teams">
    Organize your workforce with teams and role-based permissions
  </Step>

  <Step title="Process Payments">
    Execute payments in multiple currencies with EIP-712 signing
  </Step>

  <Step title="Monitor Balances">
    Track entity balances and transaction history in real-time
  </Step>
</Steps>

## Core Features

### Authentication & Security

* **Sign-In with Ethereum (SIWE)** for secure wallet-based authentication
* **JWT token management** with 24-hour expiration
* **Role-based access control** with granular permissions
* **EIP-712 typed data signing** for secure blockchain operations

### Team Management

* **Hierarchical organization** with companies and teams
* **Comprehensive role system** (admin, finance, employee, viewer, contractor)
* **Bulk invite system** for efficient onboarding
* **Permission validation** for secure operations

### Payment Processing

* **Multi-currency support** (90+ local currencies, 100+ cryptocurrencies)
* **Batch payment processing** for efficiency
* **Real-time transaction monitoring**
* **Gas-optimized blockchain transactions**

### Balance Management

* **Real-time balance tracking** across all supported currencies
* **Entity-based balance system** using nanoid identifiers
* **Secure balance queries** with proper authorization
* **Multi-currency balance aggregation**

## Getting Started

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Begin your integration in 5 minutes with our step-by-step guide
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn about SIWE authentication and JWT token management
  </Card>

  <Card title="Core Concepts" icon="book" href="/concepts/riseid">
    Understand RiseID, teams, roles, and entity management
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Explore the complete API specification with examples
  </Card>
</CardGroup>

## Real-Time Notifications

Stay updated with real-time events and notifications through Rise's webhook system:

<CardGroup cols={2}>
  <Card title="Webhook Overview" icon="webhook" href="/webhooks/getting-started/overview">
    Understand how webhooks work and their benefits for real-time integration
  </Card>

  <Card title="Quick Setup" icon="rocket" href="/webhooks/getting-started/quickstart">
    Set up your first webhook endpoint in minutes with our step-by-step guide
  </Card>

  <Card title="Security & Validation" icon="shield" href="/webhooks/getting-started/security">
    Learn about webhook security, signature validation, and best practices
  </Card>

  <Card title="Event Types" icon="list" href="/webhooks/implementation/event-types">
    Explore all available webhook events: payments, deposits, invites, and security
  </Card>

  <Card title="Management" icon="bars" href="/webhooks/implementation/management">
    Manage webhook endpoints, configure delivery settings, and monitor performance
  </Card>

  <Card title="Testing & Debugging" icon="bug" href="/webhooks/implementation/testing">
    Test webhook delivery, debug issues, and implement proper error handling
  </Card>
</CardGroup>

## Support & Resources

<CardGroup cols={2}>
  <Card title="Documentation" icon="book" href="/authentication">
    Complete authentication and integration guides
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Full API specification with examples
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/guides/error-handling">
    Troubleshooting and error resolution
  </Card>

  <Card title="Support Email" icon="envelope" href="mailto:Hello@Riseworks.io">
    Get help from our technical support team
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/getting-started/overview">
    Real-time notifications and event handling
  </Card>

  <Card title="Dashboard" icon="chart-bar" href="https://app.riseworks.io/">
    Access the Rise dashboard for team management
  </Card>
</CardGroup>

<Note>
  **Ready to begin your integration?** Start with our [Quickstart Guide](/quickstart) to configure your first integration with Rise B2B API.
</Note>
