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

# Platform Overview

> A plain-English explanation of how Shor works under the hood.

Shor is built to make hiring and paying global teams simple, but there's real infrastructure behind the simplicity. This page walks through the moving parts so you understand what happens when you click **Send payment**.

## The Two Sides

Shor has two user types sharing one platform:

<CardGroup cols={2}>
  <Card title="Employers" icon="building">
    Companies that hire and pay workers. They manage contracts, fund payments, run payroll, and handle compliance.
  </Card>

  <Card title="Professionals" icon="user">
    The workers getting paid: contractors, employees, freelancers. They sign contracts, verify identity, and receive pay.
  </Card>
</CardGroup>

Both sides use the same core platform, with portals tailored to what each needs.

## What Shor Does

At a high level, Shor does five things:

<Steps>
  <Step title="Identity and Business Verification">
    We verify every company (KYB) and every worker (KYC) before they can send or receive money. This keeps the platform compliant and safe.
  </Step>

  <Step title="Compliant Contracts">
    Every contract is generated from templates tailored to the worker's country and engagement type. Labor law rules are baked in.
  </Step>

  <Step title="Money Movement">
    Shor holds virtual accounts on behalf of each employer, debits connected bank accounts, handles currency conversion, and routes payments to workers via their preferred method.
  </Step>

  <Step title="Tax and Compliance">
    The right tax forms are collected at onboarding, statutory withholdings are applied for EOR employees, and clean records are kept for audit.
  </Step>

  <Step title="Reporting and Records">
    Every movement (contracts, payments, transactions, tax forms) is stored with a clean audit trail and can be exported for accounting.
  </Step>
</Steps>

## The Layers

Behind the UI, Shor is built as three layers:

<CardGroup cols={3}>
  <Card title="Contracts & Compliance" icon="file-contract">
    Templates, country rules, KYC/KYB, tax forms, labor law. This is where "compliant hiring" becomes real.
  </Card>

  <Card title="Money Movement" icon="arrow-right-arrow-left">
    Virtual accounts, bank connections, FX, payment routing, reconciliation. This is where money actually moves.
  </Card>

  <Card title="Workspace & Records" icon="folder-tree">
    Users, roles, contracts, payroll runs, transactions, documents. This is what you see and interact with in the app.
  </Card>
</CardGroup>

## A Typical Payment

To make the flow concrete, here's what happens when an employer approves a \$5,000 monthly fixed-rate payment to a contractor in India:

<Steps>
  <Step title="Approval">
    The employer approves the payroll run in the dashboard. The payment moves from **Pending** to **Approved**.
  </Step>

  <Step title="Funding">
    Shor debits \$5,000 from the employer's connected US bank account into their Shor account (1–3 business days on ACH, or the evening before on auto-fund).
  </Step>

  <Step title="FX Conversion">
    Shor converts USD to INR at the rate shown and disclosed before approval.
  </Step>

  <Step title="Credit to the Contractor's Shor Account">
    The ₹-equivalent balance is credited to the contractor's Shor account, typically within a couple of minutes. Both sides get an email and see the payment as completed.
  </Step>

  <Step title="Contractor Withdraws (Separately)">
    On their own schedule, the contractor withdraws from their Shor account to their own Indian bank via UPI or IMPS, typically in minutes. One pay cycle, two pay cycles, whenever they want.
  </Step>

  <Step title="Records">
    Every leg (debit from employer's bank, the employer→worker credit, FX, and the eventual withdrawal) is recorded as linked transactions. Month-end reconciliation lines up cleanly on both sides.
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Global Coverage" icon="earth-americas" href="/platform/global-coverage">
    Where Shor supports hiring and payments.
  </Card>

  <Card title="Money Movement" icon="arrow-right-arrow-left" href="/platform/money-movement">
    A deeper look at how funds flow.
  </Card>

  <Card title="Security" icon="shield-halved" href="/platform/security">
    How Shor keeps your data and money safe.
  </Card>

  <Card title="Data Privacy" icon="lock" href="/platform/data-privacy">
    What personal data Shor collects and how it's protected.
  </Card>
</CardGroup>
