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

# Overview

The Bark plugin adds Lightning and Ark payments to your BTCPay Server store. Payments are self-custodial and require no Lightning node, no channels, and no liquidity management.

## Where checkout payments land

Your customers pay through the regular BTCPay checkout and see nothing new. Behind the checkout, the plugin splits payments across two wallets:

* **Lightning and Ark payments:** Arrive in your store's Bark wallet.
* **On-chain payments:** Arrive in your store's native BTCPay wallet, exactly as before the plugin.

<Frame caption="The checkout looks the same, but the QR code and payment link now embed Lightning and Ark payment details too">
  <img src="https://mintcdn.com/second-0659a37d/OfW--dvR5MfSzvzn/images/btcpay/checkout.png?fit=max&auto=format&n=OfW--dvR5MfSzvzn&q=85&s=c4b33935ab25b5983d105dc5acb1d934" alt="Screenshot of the BTCPay checkout a customer sees, with a single QR code payable over Lightning, Ark, or on-chain" width="1074" height="898" data-path="images/btcpay/checkout.png" />
</Frame>

## What the plugin manages for you

* **One Bark wallet per store:** Each store on your server gets its own Bark wallet, with its own keys and balance.
* **Wallet maintenance:** The Bark plugin is a full-fledged Bark instance and handles all required maintenance tasks (e.g., [refreshes](/docs/learn/rounds)) in the background for you.
* **Notifications:** Bark wallet events feed into your usual BTCPay notification stream: received and sent payments, completed on-chain payments and exits, expiring VTXOs, and wallet issues.

## Set up and run your store's wallet

<CardGroup cols={2}>
  <Card title="Install the plugin" icon="download" href="/docs/btcpay/install">
    Install the plugin on your server and set up a Bark wallet for your store.
  </Card>

  <Card title="Understand your balances" icon="gauge" href="/docs/btcpay/dashboard">
    How to read the Bark dashboard, including off-chain and on-chain balances.
  </Card>

  <Card title="Manage your Bark wallet" icon="arrow-right-arrow-left" href="/docs/btcpay/send-receive">
    Move bitcoin in and out of the wallet from the admin interface.
  </Card>

  <Card title="Manage your VTXOs" icon="list-check" href="/docs/btcpay/vtxos">
    Inspect, refresh, and spend individual VTXOs.
  </Card>

  <Card title="Configure the plugin" icon="gear" href="/docs/btcpay/settings">
    Payment toggle, refresh behavior, and the emergency exit.
  </Card>
</CardGroup>
