What Is Bitcoin Network? Guide to BTC
Learn how the Bitcoin Network works as a decentralized peer-to-peer system. Explore nodes, mining, transactions, and getting started with BTC.
Last Updated: June 2025
Imagine a shared spreadsheet that thousands of computers around the world can read and verify, but no single person or company can secretly edit. That is essentially what the Bitcoin Network is: a decentralized record-keeping system where transactions are recorded permanently and anyone can confirm their accuracy. The Bitcoin Network is the infrastructure that makes the digital currency bitcoin (BTC) possible, operating through a global system of computers connected directly to each other, with no bank or central authority in the middle.
All network statistics in this guide are sourced from blockchain.com and CoinGecko, supplemented by official Bitcoin documentation, and are accurate as of June 2025. This guide covers what the Bitcoin Network is, how it works, what it is used for, and how to get started using it.
What Is the Bitcoin Network?
The Bitcoin Network is a decentralized, peer-to-peer crypto network that enables users to send and receive bitcoin (BTC) without requiring a financial intermediary. It works by distributing the task of recording and validating transactions across thousands of independent computers worldwide, each of which holds an identical copy of the same transaction history.
The Simple Definition
The Bitcoin Network is the underlying infrastructure of the bitcoin system. Think of it this way: the network is the road system, and bitcoin (BTC) is the vehicle that travels on it. The road can exist without any specific car on it, and the currency only has value because the road works reliably. This distinction matters because many people use "Bitcoin" to refer to both the currency and the network interchangeably, but they are two separate things.
Decentralized means no single company, government, or individual controls the network. Transaction records are distributed across thousands of independent computers worldwide, connected through a peer-to-peer architecture where every participant communicates directly with others, with no single point of control or failure.
Key Facts at a Glance
The table below summarizes the key technical facts about the Bitcoin Network. Data sourced from blockchain.com and CoinGecko as of June 2025. TPS figure represents observed average under normal network conditions.
| Fact | Detail |
|---|---|
| Network Name | Bitcoin Network |
| Launch Date | January 3, 2009 |
| Founder / Creator | Satoshi Nakamoto (pseudonym; identity unconfirmed as of 2025) |
| Consensus Mechanism | Proof of Work (PoW) |
| Native Token | Bitcoin (BTC) |
| Transactions Per Second (TPS) | ~7 TPS (observed average) |
| Average Block Time | ~10 minutes |
| Average Transaction Fee | ~$1–$5 USD under normal conditions (source: mempool.space, June 2025) |
| Finality Time (conventional) | ~60 minutes (6 confirmations) |
| Smart Contract Support | Limited (Bitcoin Script); no native EVM-compatible contracts |
For live BTC price and market data, see BTC data on CoinGecko{:target="_blank" rel="noopener noreferrer
How Does the Bitcoin Network Work?
The Bitcoin Network works by distributing the task of recording and verifying transactions across thousands of independent computers worldwide. Each time someone sends bitcoin, those computers reach agreement on the transaction's validity through a process called consensus, with no bank or company required to authorize it.
The Blockchain: The Record-Keeping Structure
A blockchain network is a system of computers that collectively maintain a shared, tamper-resistant record of all transactions. In the Bitcoin Network's case, this record is a chain of data blocks, where each block contains a batch of recent transactions. Each new block links to the one before it, forming a continuous chain stretching back to January 2009.
The best analogy is a public ledger that thousands of people can read simultaneously, but unlike a shared Google document where one company controls the server, no single party controls this ledger. To alter any past transaction, an attacker would need to rewrite the entire chain across the majority of those computers simultaneously, which requires computational resources that far exceed any realistic attack budget. The blockchain is the data structure; the network is the collection of computers maintaining it. Understanding what is blockchain technology in practice is the foundation for understanding how Bitcoin achieves its security.
The Role of Nodes
A node is any computer connected to the Bitcoin Network that stores a copy of the blockchain and helps verify new transactions. Think of nodes as thousands of independent auditors, each maintaining their own copy of the same ledger, cross-checking each other constantly to catch any fraudulent record.
The Bitcoin Network is maintained by approximately 18,000 to 21,000 reachable full nodes worldwide as of June 2025 (source: bitnodes.io, June 2025), distributed across over 100 countries. Full nodes download and verify every block and transaction since the genesis block. Light nodes (also called SPV nodes) verify transactions without storing the full chain, used primarily in mobile wallets. Mining nodes are full nodes that also participate in creating new blocks.
No single country hosts a majority of nodes, making it difficult for any government or organization to shut down or censor the network. Anyone wanting to participate in validating transactions can run a Bitcoin Core full node: the software is available at bitcoin.org, and requires at least 1 TB of storage plus a reliable internet connection.
[DIAGRAM PLACEHOLDER: Node/Transaction Flow Diagram showing User → Wallet → Network → Nodes → Blockchain → Confirmation. Commission from design team before publication.]
Consensus Mechanism Explained
A consensus mechanism is the process by which all participants in a crypto network agree on which transactions are valid, replacing the need for a trusted central authority like a bank. The Bitcoin Network uses Proof of Work (PoW) as its consensus mechanism.
In Proof of Work, specialized computers called miners compete to solve a complex mathematical puzzle. The miner who solves the puzzle first earns the right to add the next block of transactions to the blockchain and receives a reward of newly issued BTC, called the block reward. As of June 2025, the block reward is 3.125 BTC, following the April 2024 halving. This reward schedule halves approximately every four years and is hard-coded into the protocol.
Picture millions of people simultaneously rolling dice, trying to roll a specific number. The first person to roll that number gets to write the next page of the ledger and earns a payment. Everyone else immediately verifies the result was valid. Cheating is economically irrational, because doing so would require outspending the combined computing power of the entire honest network.
The Bitcoin Network's hash rate, which measures the total combined computational power of all miners, reached approximately 650 exahashes per second (EH/s) as of June 2025 (source: blockchain.com). Reversing a past transaction would require an attacker to accumulate and sustain more computing power than this entire network, a cost that renders the attempt prohibitive.
For comparison, many newer networks such as BNB Chain and Ethereum use Proof of Stake (PoS), where validators lock up tokens as collateral rather than consuming computational power. PoS is more energy-efficient than PoW, but relies on economic incentives rather than physical computation as its security foundation. The two approaches represent different trade-offs between energy use and security model.
Transaction Flow: Step by Step
Every transaction on the Bitcoin Network follows the same sequence from initiation to confirmation.
- You initiate a transaction through your wallet. You enter the recipient's Bitcoin address, specify the amount of BTC, and set a transaction fee. Your wallet signs the transaction with your private key, proving you authorize it.
- Your wallet broadcasts the transaction to the network. The signed transaction is sent to the Bitcoin nodes your wallet connects with, which then propagate it to other nodes across the global network within seconds.
- Nodes validate the transaction. Each node independently checks three things: you have sufficient BTC in the referenced address, your cryptographic signature is valid, and the same BTC has not already been spent in another pending transaction.
- Valid transactions enter the mempool. Transactions waiting for inclusion in a block sit in a holding pool called the mempool (memory pool). Miners select transactions from the mempool, generally prioritizing those with higher fees.
- A miner groups your transaction into a candidate block. The miner assembles a batch of transactions and begins solving the PoW puzzle to earn the right to add that block.
- The winning miner adds the block to the chain. Once the puzzle is solved, the new block is broadcast to all nodes. Each node verifies the solution and appends the block to their copy of the chain.
- Your transaction receives confirmations. Finality, the point at which a transaction is permanently recorded and cannot be reversed, is conventionally reached after 6 confirmations, which takes approximately 60 minutes under normal conditions.
History and Origin of the Bitcoin Network
The Bitcoin Network was created by Satoshi Nakamoto and launched on January 3, 2009, making it the world's first operational blockchain-based crypto network.
Who Created the Bitcoin Network
The Bitcoin Network was founded by Satoshi Nakamoto, a pseudonymous individual or group whose true identity remains unconfirmed as of 2025. Nakamoto published the Bitcoin whitepaper, titled Bitcoin: A Peer-to-Peer Electronic Cash System, on October 31, 2008, proposing a system for direct online payments without relying on financial institutions. Nakamoto participated in the early development community until approximately 2010–2011, then withdrew from public correspondence, leaving the network's continued development to an open-source community of contributors.
The absence of a controlling founder is part of the Bitcoin Network's architecture. No single person or organization can alter the protocol unilaterally. Changes require broad consensus among miners, node operators, and the developer community, which means no central party can impose rule changes alone.
Major Milestones
The Bitcoin Network has grown steadily since its launch, with several defining events shaping its current form.
- October 31, 2008: Satoshi Nakamoto publishes the Bitcoin whitepaper.
- January 3, 2009: The genesis block is mined. Nakamoto includes a newspaper headline in the block data referencing a bank bailout, widely interpreted as a statement about the network's founding purpose.
- May 22, 2010: The first documented commercial transaction using bitcoin: 10,000 BTC exchanged for two pizzas, establishing the first real-world price for BTC.
- August 1, 2017: Bitcoin Cash forks from the Bitcoin Network following a disagreement over block size, producing a separate network while the original Bitcoin Network continues under its existing rules.
- April 19, 2024: The fourth Bitcoin halving reduces the block reward from 6.25 BTC to 3.125 BTC, continuing the programmatic reduction of new BTC issuance.
Key Features of the Bitcoin Network
The Bitcoin Network is distinguished by its fixed supply cap, Proof of Work security model, and 16-year operational track record. The characteristics below shape how people use, invest in, and build on it.
Fixed maximum supply. The Bitcoin protocol caps total BTC issuance at 21 million coins. As of June 2025, approximately 19.7 million BTC have been mined (source: CoinGecko, June 2025). No entity can increase this limit without the consensus of the network's participants.
Proof of Work consensus. The Bitcoin Network uses PoW, secured by approximately 650 EH/s of combined mining power (source: blockchain.com, June 2025). This hash rate makes a successful 51% attack prohibitively expensive given current hardware and energy costs.
Decentralized node network. Approximately 18,000–21,000 reachable full nodes spread across 100+ countries validate the Bitcoin blockchain independently (source: bitnodes.io, June 2025). Any participant can run a full node without permission from any authority.
Limited programmability via Bitcoin Script. The Bitcoin Network does not natively support general-purpose smart contracts, which are self-executing programs stored on the blockchain that carry out predefined actions automatically when specific conditions are met, similar to a vending machine that dispenses a product when payment arrives. Bitcoin uses a limited scripting language designed for transaction conditions. Layer 2 solutions like the Lightning Network extend Bitcoin's functionality for payment use cases.
7 TPS base-layer throughput. The Bitcoin Network processes approximately 7 transactions per second (TPS) with a block time, the average time to produce a new block, of approximately 10 minutes. For high-value, infrequent transfers, this throughput is adequate. For high-frequency payments, the base layer's capacity is a constraint that Layer 2 solutions address.
Longest operational track record. The Bitcoin Network has operated continuously since January 2009 without a successful attack on its base-layer protocol, making it the longest-running public blockchain network in existence.
What Is the Bitcoin Network Used For?
The Bitcoin Network is used primarily for peer-to-peer value transfer, long-term value storage, and as a settlement layer for Lightning Network payments.
Peer-to-Peer Transactions
The Bitcoin Network enables direct value transfer between two parties anywhere in the world, without requiring a bank or payment processor as intermediary. A user in one country can send BTC to a recipient in another country within minutes, with the transaction settled on a public ledger both parties can independently verify. A practical example: a freelancer receives payment directly into their Bitcoin wallet from a client in a different country, with the transaction confirmed on the blockchain in approximately 10–60 minutes depending on the fee paid.
Decentralized Finance (DeFi)
On the Bitcoin Network's base layer, native decentralized finance applications are limited because the network lacks general-purpose smart contract support. DeFi refers to financial services such as lending, borrowing, and automated trading that operate through smart contracts without traditional financial intermediaries. These applications primarily exist on other networks such as Ethereum and BNB Chain. To explore DeFi ecosystems on programmable networks, see what is DeFi and how does it work. The Lightning Network enables some payment-channel use cases on top of Bitcoin, processing near-instant, low-cost transactions off the main chain through bilateral payment channels.
Global Payments via the Lightning Network
The Lightning Network is a Layer 2 protocol built on top of the Bitcoin Network. Layer 2 refers to a secondary protocol built on top of an existing base-layer blockchain that processes transactions off the main chain to increase speed and reduce fees, while inheriting the security of the underlying Layer 1. The Lightning Network addresses Bitcoin's 7 TPS base-layer constraint by enabling users to transact instantly at near-zero cost, with only channel-opening and closing transactions recorded on the Bitcoin blockchain. El Salvador adopted Bitcoin as legal tender in 2021, with the Lightning Network serving as the primary infrastructure for everyday retail payments.
Decentralized Applications (dApps)
Decentralized applications, or dApps, are software programs that run on a blockchain network rather than a centralized server, giving them properties of transparency and censorship resistance. On the Bitcoin base layer, dApps are constrained by limited scripting. The Ordinals protocol, launched in January 2023, introduced a method for inscribing data directly onto individual satoshis (the smallest unit of BTC), enabling NFT-like digital artifacts on Bitcoin. This expanded the Bitcoin Network's use case into areas previously associated only with smart-contract-capable networks.
Bitcoin Network vs. Ethereum: How They Compare
The Bitcoin Network and Ethereum serve overlapping but distinct purposes. The comparison below covers the metrics that matter most when evaluating which network fits a specific need.
| Feature | Bitcoin Network | Ethereum | BNB Chain |
|---|---|---|---|
| Consensus Mechanism | Proof of Work (PoW) | Proof of Stake (PoS) | Delegated Proof of Stake (DPoS) |
| Transactions Per Second (TPS) | ~7 (observed avg.) | ~15–30 (base layer) | ~2,000 (observed avg.) |
| Average Transaction Fee | ~$1–$5 USD | ~$1–$15 USD (varies) | ~$0.10–$0.30 USD |
| Average Block Time | ~10 minutes | ~12 seconds | ~3 seconds |
| Finality Time | ~60 min (6 confirmations) | ~12–15 minutes | ~6–9 seconds |
| Smart Contract Support | Limited (Bitcoin Script) | Yes (EVM-native) | Yes (EVM-compatible) |
| EVM Compatible | No | Yes (native) | Yes |
| Native Token | BTC | ETH | BNB |
| Launch Year | 2009 | 2015 | 2020 |
Sources: blockchain.com, CoinGecko, bnbchain.org. Data as of June 2025. TPS figures represent observed averages under normal network conditions. Fees reflect typical conditions and vary with network congestion.
For infrequent, high-value transfers where settlement security takes priority, the Bitcoin Network's PoW model and operational history make it the reference standard. For faster confirmations and lower fees on smaller transactions, BNB Chain's 3-second block time and sub-dollar fees offer a different set of trade-offs. For developers building smart contract applications, what is Ethereum and its EVM ecosystem provide the largest developer tooling base, while BNB Chain offers EVM compatibility at lower cost.
No network is objectively superior. The right choice depends on the specific use case, fee tolerance, and required confirmation speed.
How to Use the Bitcoin Network: Getting Started
Using the Bitcoin Network for the first time requires three things: a compatible wallet, a supply of BTC, and a destination address to send to.
What You Need Before You Start
Before you send your first transaction, gather the following.
A compatible cryptocurrency wallet. A cryptocurrency wallet is software or hardware that stores your private keys, the cryptographic passwords that prove ownership of your BTC. The wallet does not store the bitcoin itself; BTC exists as entries on the blockchain. Whoever controls the private key controls the funds. Three widely used options for the Bitcoin Network:
- Electrum: desktop wallet, non-custodial, beginner-accessible, available at electrum.org
- Exodus: mobile and desktop, non-custodial, supports multiple assets including BTC
- Ledger hardware wallet: offline cold storage device, best security for larger holdings
Custodial wallets (where an exchange holds your keys) are simpler for beginners but give you less direct control. Non-custodial wallets give you full control and are required for direct network interaction. For a practical guide to connecting a wallet on an EVM-compatible network, see how to add BNB Chain to MetaMask and use it safely.
Bitcoin (BTC). Acquire BTC through a centralized cryptocurrency exchange, a platform where users buy and sell cryptocurrencies. BTC is available on Bybit, Binance (the world's largest exchange by trading volume), Coinbase (a U.S.-listed exchange, NASDAQ: COIN), and Kraken, among others. Transfer purchased BTC from the exchange to your non-custodial wallet before interacting directly with the network.
A small amount for transaction fees. Transaction fees on the Bitcoin Network compensate miners for including your transaction in a block. Fees fluctuate based on network demand. Under normal conditions, a standard transaction costs approximately $1–$5 USD (source: mempool.space, June 2025). Use mempool.space to estimate the current fee before sending.
For Developers: Builders exploring the Bitcoin Network or Lightning Network integrations can access official documentation and SDKs at bitcoin.org/en/developer-documentation{:target="_blank" rel="noopener noreferrer
Step-by-Step: Your First Transaction
Follow these steps to complete your first Bitcoin Network transaction.
- Download and install a compatible wallet. Install Electrum from electrum.org on your desktop, or download Exodus from the official app store. During setup, write down your seed phrase and store it offline in a secure location. Never photograph it or store it digitally. The seed phrase is the master backup for your private keys.
- Acquire BTC on an exchange. Create an account on Bybit or another exchange, complete identity verification, and purchase BTC. Once purchased, withdraw to your wallet's Bitcoin address.
- Connect your wallet to the network. Your wallet connects automatically to the Bitcoin Network's node infrastructure when you open it. No manual configuration is required for standard use.
- Send your first transaction. In your wallet, select "Send," enter the recipient's Bitcoin address, specify the BTC amount, and review the estimated fee. Confirm the transaction. Double-check the recipient address before confirming; Bitcoin transactions are irreversible once broadcast.
- Track your transaction. Use the official Bitcoin blockchain explorer at blockchain.com{:target="_blank" rel="noopener noreferrer
Strengths and Limitations of the Bitcoin Network
Like every crypto network, the Bitcoin Network carries a distinct set of technical strengths alongside real limitations.
Strengths
Established security track record. The Bitcoin Network has operated since January 3, 2009, without a successful attack on its base-layer protocol. With a hash rate of approximately 650 EH/s as of June 2025 (source: blockchain.com), mounting a 51% attack would require deploying more computational power than the entire honest network at a cost that makes the attempt economically irrational.
Decentralization by node distribution. Approximately 18,000–21,000 reachable full nodes across 100+ countries validate the Bitcoin blockchain independently (source: bitnodes.io, June 2025). No single operator, company, or government controls validation, giving the network its resistance to censorship.
Fixed and predictable monetary policy. The 21 million BTC maximum supply and the halving schedule are encoded in the protocol. No central bank or governing body can increase issuance, which distinguishes BTC from fiat currencies subject to discretionary monetary policy.
Limitations
Low base-layer throughput. At approximately 7 TPS, the Bitcoin base layer processes fewer transactions per second than Ethereum (15–30 TPS) or BNB Chain (approximately 2,000 TPS). Applications requiring high transaction frequency need Layer 2 solutions or a different network entirely.
Limited programmability. The Bitcoin Network does not support general-purpose smart contracts natively. Developers who need complex conditional logic, token issuance, or DeFi functionality must build on Layer 2 solutions or deploy on EVM-compatible chains, which limits Bitcoin's addressable developer ecosystem.
User-level security responsibility. The Bitcoin protocol is secure at the base layer, but individual users bear full responsibility for key management. Private key mismanagement, exchange hacks, and phishing account for the large majority of BTC losses in practice. Using a non-custodial wallet with an offline seed phrase backup is the primary safeguard available to individual users.
This information is provided for educational purposes and does not constitute investment advice.
Bitcoin Network Native Token and Tokenomics
Bitcoin (BTC) is the native token of the Bitcoin Network, serving two functions: paying transaction fees and rewarding miners who secure the network.
Every transaction requires a fee paid in BTC to compensate miners. Fees are determined by supply and demand for block space. Each block has a size limit (currently 4 MB weight units), and users compete for space by offering fees measured in satoshis per virtual byte (sat/vByte). During periods of high activity, such as the Ordinals inscription waves of 2023, fees rose substantially. Use mempool.space to estimate your fee before sending.
Miners also receive newly issued BTC as a block reward: currently 3.125 BTC per block following the April 2024 halving. As of June 2025, approximately 19.7 million BTC are in circulation out of a maximum 21 million (source: CoinGecko, June 2025). The remaining BTC will be issued gradually through block rewards until approximately 2140.
The Bitcoin Network itself does not have a central profit motive. It is a protocol, not a company. Miners earn fees and block rewards as compensation for the computational work they contribute. No single organization collects the fees.
The Bitcoin Network does not support staking, as it uses Proof of Work rather than Proof of Stake. Participation in network security happens through mining. For staking opportunities, those exist on PoS networks such as Ethereum and BNB Chain.
Frequently Asked Questions
What is the difference between a crypto network and a cryptocurrency?
A crypto network is the infrastructure: the system of computers that records and verifies transactions. A cryptocurrency is the digital asset that moves through that infrastructure. The Bitcoin Network is the road system; BTC is the vehicle traveling on it. Most people confuse the currency with the network when they first encounter Bitcoin, but they are distinct.
What is a blockchain network?
A blockchain network is a system of computers that collectively maintain a shared, tamper-resistant record of all transactions. Each transaction is grouped into a block; blocks link together in sequence to form the chain. No single computer controls the record. Thousands of independent nodes each maintain an identical copy and cross-check each other to catch any manipulation.
What are nodes in a crypto network?
A node is any computer connected to the Bitcoin Network that stores a copy of the blockchain and helps verify new transactions. Nodes check that senders have sufficient funds, that cryptographic signatures are valid, and that no transaction conflicts with another pending transaction. The Bitcoin Network has approximately 18,000–21,000 reachable full nodes as of June 2025 (source: bitnodes.io).
What is a consensus mechanism in crypto?
A consensus mechanism is the process by which all participants in a crypto network agree on which transactions are valid, replacing the need for a central authority like a bank. The Bitcoin Network uses Proof of Work. Miners compete to solve a mathematical puzzle; the winner adds the next block and earns BTC. Every other node independently verifies the solution.
How does the Bitcoin Network differ from Ethereum?
The Bitcoin Network focuses on peer-to-peer value transfer and processes approximately 7 TPS with 10-minute block times. Ethereum supports general-purpose smart contracts, processes 15–30 TPS with 12-second block times, and enables DeFi applications and programmable tokens. Bitcoin does not natively support those applications. See the comparison table above for full metrics.
What wallet do I need for the Bitcoin Network?
Electrum (desktop, non-custodial) and Exodus (mobile and desktop, non-custodial) are both widely used with the Bitcoin Network. For beginners, Exodus offers the most accessible setup. A cryptocurrency wallet stores the private keys that give you access to your BTC, not the BTC itself. Download wallets only from official sources and never share your seed phrase.
Is the Bitcoin Network safe to use?
The Bitcoin Network's base protocol has operated without a successful attack on its core layer since January 2009, secured by approximately 650 EH/s of mining power (source: blockchain.com, June 2025). Most BTC losses come from private key mismanagement, exchange hacks, and phishing, not protocol failures. Use a non-custodial wallet, store your seed phrase offline, and verify recipient addresses before sending.
How do I get started with the Bitcoin Network?
Download Electrum or Exodus, purchase BTC on Bybit or another exchange, transfer it to your wallet, and send your first transaction to a Bitcoin address. The full step-by-step process, including how to track confirmation status on the blockchain explorer, is in the Getting Started section above.
What is the native token of the Bitcoin Network?
BTC (bitcoin) is the native token of the Bitcoin Network. It pays transaction fees and rewards miners who secure the network. As of June 2025, the circulating supply is approximately 19.7 million BTC out of a maximum of 21 million (source: CoinGecko, June 2025). For live price data, see BTC data on CoinGecko{:target="_blank" rel="noopener noreferrer
How are transaction fees determined on the Bitcoin Network?
Transaction fees on the Bitcoin Network are set by users bidding for block space. You specify a fee measured in satoshis per virtual byte (sat/vByte). Miners prioritize higher-fee transactions. When the mempool is congested, fees rise; when demand is low, fees fall. Under normal conditions, a standard transaction costs approximately $1–$5 USD. Use mempool.space to check current rates before sending.
The Bitcoin Network is a decentralized, peer-to-peer crypto network that has recorded transactions reliably since January 2009, secured by the world's largest distributed computing network operating under Proof of Work consensus. Its fixed 21 million BTC supply, 18,000-plus node distribution, and 16-year operational record distinguish it from every other crypto network. Ready to explore further? Review our guide on how to retrieve transaction details from blockchain explorers to track your own transactions, or examine what Polkadot and its parachain architecture offer for a contrast with Bitcoin's design choices. If you are ready to take the next step, the Getting Started section above walks you through sending your first transaction.
This article is for informational and educational purposes only. It does not constitute financial, investment, or legal advice. Cryptocurrency investments involve significant risk, including the possible loss of principal. Always conduct your own research and consult a qualified financial advisor before making investment decisions.