# BraidPay Doc

## BraidPay

- [Overview](https://docs.braidpay.com/braidpay/get-started/overview.md): BraidPay helps freelancers get paid globally and grow their business.
- [Creating an Account](https://docs.braidpay.com/braidpay/set-up-braidpay/quickstart.md): Step-by-step guide on how to sign-up for BraidPay
- [Setting Up Your Wallet](https://docs.braidpay.com/braidpay/set-up-braidpay/setting-up-your-wallet.md): BraidPay uses advanced MPC (Multi-Party Computation) technology to ensure the security of your assets while giving you full control. To start accepting payments you must set up your wallet.
- [Identity Verification (KYC)](https://docs.braidpay.com/braidpay/set-up-braidpay/identity-verification-kyc.md): To ensure the security of all transactions, completing identity verification (KYC) is required. This process confirms your identity and helps prevent fraud, ensuring compliance with global regulations
- [Dashboard Overview](https://docs.braidpay.com/braidpay/set-up-braidpay/dashboard-overview.md): The dashboard is designed to give you a clear, organized view of your account and transaction activities. You can quickly access key features like creating payment links and sending invoices.
- [Webhooks](https://docs.braidpay.com/braidpay/set-up-braidpay/webhooks.md)
- [Create Payment Link](https://docs.braidpay.com/braidpay/accept-payments/create-payment-link.md): Payment Links make it easy to sell online without the need for a website. Choose between a fixed amount or let the customer decide the amount.
- [Creating an Invoice ](https://docs.braidpay.com/braidpay/accept-payments/creating-an-invoice.md): Create and send professional invoices to your clients, enabling them to easily pay you in stablecoins such as USDC and USDT.
- [Get Paid by BraidPay Users](https://docs.braidpay.com/braidpay/accept-payments/get-paid-by-braidpay-users.md): This feature allows other BraidPay users to send you payments directly to your BraidPay account, making it easy to receive funds within the platform.
- [Email Receipts](https://docs.braidpay.com/braidpay/accept-payments/email-receipts.md): With BraidPay, both the sender and receiver will get automatic email receipts after a transaction, ensuring transparency and providing a clear record of each payment.
- [Receive Payouts](https://docs.braidpay.com/braidpay/manage-funds/receive-payouts.md): Withdraw funds from your BraidPay account to a linked US or SEPA (Eurozone) bank account, converting stablecoins to your chosen currency (USD, EUR) within 1-2 business days.
- [Add Bank Account(s)](https://docs.braidpay.com/braidpay/manage-funds/add-bank-account-s.md): To enable payouts from your BraidPay account to your bank, you can link a bank account for ACH or SEPA transfers. You can add a bank account directly during the withdrawal process or through Settings.
- [Pay Invoices & Payment Links](https://docs.braidpay.com/braidpay/pay-with-braidpay/pay-invoices-and-payment-links.md): BraidPay offers a simple & flexible payment experience for customers paying invoices & payment links. Customers can use either an external wallet or their BraidPay account balance to complete payments
- [Send Money to BraidPay Users](https://docs.braidpay.com/braidpay/pay-with-braidpay/send-money-to-braidpay-users.md): The Send feature in BraidPay allows users to transfer funds directly to other BraidPay users with ease and ZERO-FEES.
- [Transfer to Another Crypto Wallet](https://docs.braidpay.com/braidpay/pay-with-braidpay/transfer-to-another-crypto-wallet.md): With BraidPay, users can transfer funds to an external crypto wallet without any fees. This feature allows seamless transfers to wallets like Coinbase, MetaMask, and others.
- [Self Custodial Wallet](https://docs.braidpay.com/braidpay/security-and-privacy-settings/self-custodial-wallet.md)
- [Change Your Pin](https://docs.braidpay.com/braidpay/security-and-privacy-settings/change-your-pin.md): Updating your wallet PIN in BraidPay is straightforward, allowing you to enhance your account security as needed.
- [Manage Fraud Risks](https://docs.braidpay.com/braidpay/security-and-privacy-settings/manage-fraud-risks.md): At BraidPay, we prioritize the security of your transactions and implement robust measures to manage and reduce fraud risks.
- [Backup Wallet](https://docs.braidpay.com/braidpay/security-and-privacy-settings/backup-wallet.md): Backing up your wallet provides an additional layer of security, allowing you to recover access even if you forget your PIN. BraidPay offers two backup methods: Google Drive and Passkey.
- [API Keys](https://docs.braidpay.com/braidpay/security-and-privacy-settings/api-keys.md): BraidPay API keys allow developers to securely connect their applications to BraidPay. Keys are scoped and environment-specific (Test or Live) to ensure proper access control.  You can create, revoke,
- [FAQ](https://docs.braidpay.com/braidpay/support/faq.md): Find answers to common questions about using BraidPay. Please reach out to us at support@braidpay.com.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.braidpay.com/braidpay/get-started/overview.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
