From 0d3098aa1856a86c5f6b1ce88c0d5b94afabb84e Mon Sep 17 00:00:00 2001 From: cornerblue Date: Mon, 20 Jul 2026 20:58:51 -0700 Subject: [PATCH 1/2] docs: claim error table + Mexico MXN cash-out section - Document real platform claim errors (default branch, winner, lock time) - Pre-claim checklist for bounty hunters - Mexico MXN conversion notes + non-fiat sats use --- ...ward-criteria-and-troubleshooting-guide.md | 21 ++++++++++++ ...w-to-convert-sats-into-local-currencies.md | 32 +++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/getting-started/solving-a-bounty/claim-reward-criteria-and-troubleshooting-guide.md b/getting-started/solving-a-bounty/claim-reward-criteria-and-troubleshooting-guide.md index cd28d7d..9e9868a 100644 --- a/getting-started/solving-a-bounty/claim-reward-criteria-and-troubleshooting-guide.md +++ b/getting-started/solving-a-bounty/claim-reward-criteria-and-troubleshooting-guide.md @@ -258,3 +258,24 @@ _Both steps are essential for successful reward processing_ {% endhint %} For additional assistance, join the Lightning Bounties [Discord](https://discord.gg/zBxj4x4Cbq) community. + +*** + +## Common platform error messages + +| Platform message | Meaning | What to do | +|------------------|---------|------------| +| *Invalid pull request. Make sure it is merged into default branch.* | PR is still open, draft, or not merged to `main`/`master` | Wait for merge into the repository default branch, then claim again | +| *No winner found* | Issue not closed/linked, or claim not ready | Confirm PR body has `close #N`, issue is closed by the merge, then retry | +| Reward shows locked / claim does nothing | Lock time not finished (`unlocks_at` in the future) | Wait until the bounty unlocks, then claim | +| Logged in but claim fails for your PR | Different GitHub identity | Log out of Lightning Bounties and log in with the **same** GitHub account that opened the PR | + +### Quick pre-claim checklist + +1. PR shows **Merged** on GitHub into the **default** branch +2. PR description contains `close #` (not only a later comment) +3. GitHub issue is **Closed** +4. LB issue page shows **no Winner** trophy yet +5. Reward lock time has passed +6. You are logged into LB as the PR author + diff --git a/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md b/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md index 673a3c9..f178fc7 100644 --- a/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md +++ b/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md @@ -130,3 +130,35 @@ You often do not need to convert to MXN. You can: - Spend sats at Lightning-enabled merchants (map: https://btcmap.org/) - Buy gift cards / products that accept Lightning (directory: https://lightningnetworkstores.com/) - Pay friends or freelancers who accept Lightning + +*** + +## **Part (4):**** Mexico — converting sats to Mexican Pesos (MXN)** + +*** + +Mexico-specific notes. Use **MXN** as local currency where Coinbase (or your exchange) offers it. + +### Recommended flow + +1. Withdraw sats from Lightning Bounties via a **Lightning invoice** into Coinbase (or another LN-capable exchange). +2. Sell BTC into your **MXN cash balance**. +3. Cash out MXN to a linked Mexican bank account (CLABE) if supported. + +### Alternatives + +- LN → Bitso / other Mexican exchanges → MXN → bank +- Keep spending on Lightning (tips, merchants) without converting to fiat + +{% hint style="warning" %} +Exchange support and banking rules change. Confirm current product availability and fees before large transfers. +{% endhint %} + +### Bonus: use sats without fiat + +- Pay Lightning merchants +- Zap open-source contributors +- Move sats between LN wallets for everyday spend + +See also: [Use Lightning Network](https://uselightning.network/) + From c4f53ea5a0ee502f84923e93831f1a22c7e0d9e5 Mon Sep 17 00:00:00 2001 From: cornerblue Date: Mon, 20 Jul 2026 22:50:28 -0700 Subject: [PATCH 2/2] docs: drop duplicate Mexico Part 4; keep claim table + LB LN notes Master already had a full Part 4 (MXN). This PR was re-adding a second Part 4 heading. Remove the duplicate and fold Lightning Bounties deposit guidance into the existing section instead. --- ...w-to-convert-sats-into-local-currencies.md | 36 ++----------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md b/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md index f178fc7..5876ab0 100644 --- a/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md +++ b/getting-started/solving-a-bounty/how-to-convert-sats-into-local-currencies.md @@ -94,7 +94,7 @@ If you want to end up with MXN in a Mexican bank account, the common flow is: ### **4a. Choose an exchange that supports MXN withdrawals** -The exchange you choose should be able to: +Examples people in Mexico often use include Coinbase (where MXN is available) and Bitso. The exchange you choose should be able to: - Hold an MXN balance - Let you sell BTC -> MXN - Withdraw MXN to a Mexican bank account (often via CLABE) @@ -105,6 +105,8 @@ Rules, fees, and availability can change. If you are moving a meaningful amount, ### **4b. Deposit BTC to the exchange** +If you earned sats on Lightning Bounties, prefer a **Lightning deposit** when the exchange supports it (generate a LN invoice in the exchange, withdraw from LB). Otherwise: + 1. Create a BTC deposit address in the exchange app. 2. Send BTC from your current wallet/exchange to that deposit address. 3. Wait for the deposit to confirm. @@ -130,35 +132,3 @@ You often do not need to convert to MXN. You can: - Spend sats at Lightning-enabled merchants (map: https://btcmap.org/) - Buy gift cards / products that accept Lightning (directory: https://lightningnetworkstores.com/) - Pay friends or freelancers who accept Lightning - -*** - -## **Part (4):**** Mexico — converting sats to Mexican Pesos (MXN)** - -*** - -Mexico-specific notes. Use **MXN** as local currency where Coinbase (or your exchange) offers it. - -### Recommended flow - -1. Withdraw sats from Lightning Bounties via a **Lightning invoice** into Coinbase (or another LN-capable exchange). -2. Sell BTC into your **MXN cash balance**. -3. Cash out MXN to a linked Mexican bank account (CLABE) if supported. - -### Alternatives - -- LN → Bitso / other Mexican exchanges → MXN → bank -- Keep spending on Lightning (tips, merchants) without converting to fiat - -{% hint style="warning" %} -Exchange support and banking rules change. Confirm current product availability and fees before large transfers. -{% endhint %} - -### Bonus: use sats without fiat - -- Pay Lightning merchants -- Zap open-source contributors -- Move sats between LN wallets for everyday spend - -See also: [Use Lightning Network](https://uselightning.network/) -