Lightning Bounties Documentation
Need Help? Join Our Discord!
  • đź“–Lightning Bounties | Docs
  • Getting started
    • FIRST TIME ONBORDING
      • GitHub Auth & Lightning Bounties
    • SOLVING A BOUNTY
      • Finding Bounties to Solve
      • Working on a Bounty
      • Claiming Multiple Bounties: Multi-Bounty PRs
      • Claim Reward Criteria & Troubleshooting Guide
      • Withdrawing Funds
      • Working on Opensource Frontend: lb-next
      • How to Convert Sats into Local Currencies
    • POSTING A BOUNTY
      • Deposit Funds
      • Create a GitHub issue and Submit a new reward
    • MANAGING YOUR BOUNTY
      • Issue Lock Time
      • Add Reward to an Existing Bounty
      • Detach Issues from Pull Requests
      • User Balances Overview
  • ABOUT LIGHTNING BOUNTIES
    • Mission
    • Goals
    • Values
    • Features
    • Why Choose Lightning Bounties?
    • Lightning Bounties Team
  • Resources
    • Frequently Asked Questions
      • Lightning Bounties FAQ's
      • Lightning Network FAQ's
    • Glossary of Terms
      • Bitcoin & Lightning Terms
      • Lightning Bounties Terms
      • GitHub Terms
    • Social Media Channels
      • Website
      • Bounty Platform
      • Docs
      • Blog
      • Discord
      • GitHub
      • Twitter
      • Nostr
      • LinkedIn
      • YouTube
    • External resources
      • Satoshi in Bitcoin: What It Is and How Much It Is Worth
      • Use Lightning Network
      • GitHub issues
  • Contributing
  • LICENSE.md
  • CODE_OF_CONDUCT
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Resources
  2. Frequently Asked Questions

Lightning Network FAQ's

How many Satoshi’s (Sats) are in one Bitcoin?

Each of the 21 million units of Bitcoin that will ever exist can be broken down further into 100,000,000 satoshis.

Are Lightning Wallets the Same as Bitcoin Wallets?

Not exactly. Lightning wallets are specifically designed to interact with the Lightning Network, while traditional Bitcoin wallets handle on-chain transactions. However, many modern wallets support both types of transactions.

Some wallets are Lightning-only, some are on-chain only, and some are hybrid wallets supporting both payment methods.

Why do Lightning Invoices Expire?

Why do invoices expire? If invoices had no expiry, recipients would likely run into memory/storage issues as the number of locally stored preimages grows with each payment attempt.

Credit: bitcoin.design

What is a Lightning Network channel?

A Lightning Network channel is a peer-to-peer payment channel that enables instant and low-cost transactions between two parties.

How do I open a Lightning Network channel?

Open a channel by sending a small amount of Bitcoin to another node or wallet, which serves as a deposit for the channel.

Do I need to run a Lightning Network node to use the network?

Nope, you don't need to run a node to use the Lightning Network. You can simply use a lightning wallet app to send and receive payments.

What is a "channel reserve" and how does it affect my onboarding experience?

Channel reserve is the amount of Bitcoin required to open a payment channel. Higher reserves can make it harder to find nodes and open channels.

What should I do if my Lightning transaction fails while trying to pay someone?

Lightning Network transactions can fail for a few common reasons. The most frequent one is usually just not having enough funds in your channel to cover the payment. Make sure you've got enough money in the account you're sending from and don't forget to factor in the network fees (~2% of the total amount you are trying to send).

Another common issue is the transaction not being able to find a route to the recipient's Lightning node. If that happens, just try again a few minutes later.

The Lightning Network is still evolving, so some failed transactions are normal. But those two things - insufficient funds and routing problems - tend to be the main culprits when a Lightning payment doesn't go through.

What Are Some Real-World Use Cases For The Lightning Network?

The Lightning Network enables all sorts of exciting use cases, like instant micropayments, pay-per-use services, digital tipping, and more. It also has the potential to bring financial services to the unbanked and underbanked around the world.

Is The Lightning Network Secure?

Like Batman protecting Gotham, the Lightning Network has multiple layers of security to keep your funds safe. With features like multi-signature wallets and onion routing, your sats are in good hands.

Can I Use The Lightning Network For Sending Large Transactions?

While the Lightning Network is great for small, frequent transactions, it may not be ideal for large transactions due to liquidity constraints. For larger sums, it's best to stick to on-chain Bitcoin transactions.

What Are Some Benefits With Using The Lightning Network For Web3 Development?

The Lightning Network's instant, low-cost transactions make it the ideal payment solution for the fast-paced world of web3 development. Developers can receive their rewards in Bitcoin almost immediately, without the hassle of high fees or long confirmation times.

What Are Zaps? ⚡️

⚡️Zaps are a way to send a small amount of Bitcoin (sats) to someone's Lightning wallet, along with a message or information, like a memo or a link. It's like sending a text message, but with a tiny amount of Bitcoin attached.

What are mSats (millisats)?

PreviousLightning Bounties FAQ'sNextGlossary of Terms

Last updated 1 day ago

Was this helpful?

mSats are each 1/1000 (a thousandth) of a satoshi. A satoshi is the smallest unit for bitcoin, but lightning can transact with even smaller units while channels are open. The amount is to the nearest satoshi when the channel is closed and broadcast to the blockchain to adhere to Bitcoin's limit.

rounded down