From 2b24c25027db57ca93167b82b9e73d3626c09e4a Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 11 May 2026 01:49:01 -0600 Subject: [PATCH] Add guide for converting sats to Mexican pesos --- SUMMARY.md | 1 + .../convert-sats-to-mexican-pesos.md | 94 +++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 getting-started/solving-a-bounty/convert-sats-to-mexican-pesos.md diff --git a/SUMMARY.md b/SUMMARY.md index 3773382..5efab44 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -12,6 +12,7 @@ * [Withdrawing Funds](getting-started/solving-a-bounty/withdraw-funds.md) * [Working on Opensource Frontend: lb-next](getting-started/solving-a-bounty/working-on-opensource-frontend-lb-next.md) * [How to Convert Sats into Local Currencies](getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md) + * [Convert Sats to Mexican Pesos (MXN)](getting-started/solving-a-bounty/convert-sats-to-mexican-pesos.md) * [POSTING A BOUNTY](getting-started/posting-a-bounty/README.md) * [Deposit Funds](getting-started/posting-a-bounty/deposit-funds.md) * [Create a GitHub issue and Submit a new reward](getting-started/posting-a-bounty/create-a-github-issue-and-submit-a-new-reward.md) diff --git a/getting-started/solving-a-bounty/convert-sats-to-mexican-pesos.md b/getting-started/solving-a-bounty/convert-sats-to-mexican-pesos.md new file mode 100644 index 0000000..300cbd3 --- /dev/null +++ b/getting-started/solving-a-bounty/convert-sats-to-mexican-pesos.md @@ -0,0 +1,94 @@ +# Convert Sats to Mexican Pesos (MXN) + +This guide shows a practical path for bounty solvers in Mexico who want to turn Lightning rewards (sats) into Mexican pesos, plus a few ways to use sats directly without converting to fiat. + +{% hint style="info" %} +This page is educational and not financial advice. Exchange availability, fees, limits, and KYC requirements can change. Always confirm details inside the service you choose before sending funds. +{% endhint %} + +## Before you start + +You will need: + +- A Lightning Bounties account with a withdrawable sats balance. +- A Lightning wallet or exchange account that can receive Lightning payments. +- If you want pesos in a bank account, a Mexico-supported exchange or wallet with MXN withdrawals, such as a service that supports SPEI transfers. +- Your identity and bank details ready if the exchange requires KYC. + +## Option A: Withdraw sats to an exchange, then cash out MXN + +Use this when your goal is to receive pesos in a Mexican bank account. + +1. **Choose a Mexico-supported exchange or wallet.** + - Confirm it supports Bitcoin deposits through the Lightning Network. + - Confirm it supports selling Bitcoin for MXN. + - Confirm it supports MXN withdrawal to your bank account, commonly via SPEI. +2. **Create a Lightning invoice in the exchange or wallet.** + - Select Bitcoin or BTC. + - Choose **Receive** or **Deposit**. + - Choose **Lightning Network** if the service offers multiple networks. + - Enter the amount of sats you want to withdraw from Lightning Bounties. + - Copy the Lightning invoice. +3. **Withdraw from Lightning Bounties.** + - Sign in to Lightning Bounties. + - Open your account balance or withdrawals page. + - Paste the Lightning invoice. + - Review the amount and submit the withdrawal. +4. **Confirm the sats arrived.** + - Lightning payments usually settle quickly. + - If the exchange asks for confirmations or processing time, wait until the balance is available to trade. +5. **Sell BTC for MXN.** + - Open the exchange's trading, convert, or sell screen. + - Select BTC as the asset to sell. + - Select MXN as the currency to receive. + - Review the quoted rate, fees, and final MXN amount. + - Confirm only if the details look correct. +6. **Withdraw MXN to your bank account.** + - Add or choose your CLABE/bank destination. + - Enter the MXN amount to withdraw. + - Review fees, limits, and arrival time. + - Submit the withdrawal and keep the receipt. + +## Option B: Withdraw to a self-custody Lightning wallet first + +Use this when you want more control or want to choose later whether to spend or convert. + +1. Install or open a Lightning wallet that can receive sats. +2. Create a Lightning invoice for the amount you want to withdraw. +3. Paste that invoice into Lightning Bounties and withdraw. +4. From your wallet, either: + - Spend the sats directly with merchants that accept Lightning, or + - Send sats later to an exchange that supports MXN cash-out. + +{% hint style="warning" %} +Self-custody wallets can require backups, channel/liquidity management, or recovery phrases. Make sure you understand the wallet's backup model before storing meaningful funds. +{% endhint %} + +## Example checklist for a small bounty payout + +For a 5,000 sat bounty payout: + +- [ ] Check the exchange or wallet minimum Lightning deposit. +- [ ] Check the minimum BTC-to-MXN sell amount. +- [ ] Check the minimum MXN bank withdrawal. +- [ ] Compare fees against the size of the payout. +- [ ] Consider accumulating several small payouts before converting if fees or minimums make a single withdrawal inefficient. + +## What you can do with sats without converting to fiat + +You do not always need to sell sats for pesos. Depending on your tools and local options, you can also: + +- Keep sats in a Lightning wallet for future Bitcoin/Lightning payments. +- Pay Lightning invoices for apps, hosting, developer tools, or digital services. +- Tip creators or contributors on Nostr and other Lightning-enabled platforms. +- Buy gift cards or vouchers through services that accept Lightning. +- Donate to open-source projects, podcasts, or community projects that publish Lightning invoices. +- Reuse your sats to fund new bounties and keep work flowing through Lightning Bounties. + +## Safety tips + +- Send a small test payment first when using a new wallet or exchange. +- Verify that you are using a Lightning invoice, not an on-chain Bitcoin address, unless the service specifically tells you to use on-chain. +- Double-check the invoice amount and expiration time. +- Beware of impostor support accounts and fake exchange links. +- Keep records of sells and withdrawals for tax/accounting purposes. -- 2.43.0