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

# Organization wallets

Privy enables you to provision non-custodial wallets owned by organizations rather than individuals, allowing groups of people (like a business) can hold funds, manage team access, and run financial operations programmatically.

Multiple individuals within an organization can interact with the same wallet, with [granular permissions and approval workflows](/controls/policies/overview) that enforce how funds move. Neither Privy nor your product ever holds complete control over the wallet's private key.

Read below to learn how Privy powers organization wallets for payments platforms, neobanks, payroll providers, spend management tools, and more.

## Policies and approval workflows

Organization wallets are designed for teams, not individuals. Privy allows multiple users within an organization to be granted access to the same wallet, each with different levels of permission.

Privy's policy engine enables different users to have different levels of access to the same wallet. Different policies can be applied to [different users or groups of users](/controls/authorization-keys/owners/overview) to ensure permissions are set up appropriately for the organization. Wallets can also be configured to require [multi-user quorum approvals](/controls/key-quorum/overview) for certain transactions and workflows.

Privy's policy engine also lets you define [secure rules](/controls/policies/overview) that govern how funds move from an organization's wallet. Examples include allowed tokens and chains, maximum transfer values, recipient allowlists, and more.

## Transactions

Privy supports transactions across [all EVM chains, all SVM (Solana) chains, Tempo, Bitcoin, Spark, Tron, Stellar, and more](/wallets/overview/chains). Organization wallets can execute transfers, batch payouts, and cross-border payments programmatically via Privy's server-side APIs — no frontend required.

Privy also offers native [gas management](/wallets/gas-and-asset-management/gas/overview) on EVM and Solana, so your platform can sponsor gas on behalf of business customers or route payments through non-native tokens like USDC.

## Webhooks and automation

Privy supports [webhooks](/wallets/gas-and-asset-management/assets/balance-event-webhooks) that fire on onchain events — incoming deposits, outbound transfers, policy approvals, and more. Your product can use these events to automate downstream workflows: updating ledger balances, triggering payouts, notifying approvers, or reconciling transactions against your own records.

Build event-driven financial operations without polling the chain directly.

## Funding

Privy supports funding wallets via bank deposits, universal crypto deposit addresses, and more.

Privy's funding integrations also support programmatic transfers between wallets with native support for swapping and bridging, making it simple to orchestrate funds between various organizations.

## Get started

<CardGroup>
  <Card title="Create a wallet" icon="wallet" href="/wallets/wallets/create/create-a-wallet">
    Provision a non-custodial wallet for an organization
  </Card>

  <Card title="Quorum approvals" icon="users" href="/controls/key-quorum/overview">
    Set up quorum approvals
  </Card>

  <Card title="Policies" icon="shield-check" href="/controls/policies/overview">
    Define spending rules and approval workflows
  </Card>

  <Card title="Webhooks" icon="bolt" href="/wallets/gas-and-asset-management/assets/balance-event-webhooks">
    Automate workflows based on onchain events
  </Card>
</CardGroup>
