What debt actually is

Dan Pena and I talk about who’s behind Bitcoin. 😂
I know the hardcore Bitcoiners always scream, “not your keys, not your coins.”
But hear me out: for the average person, keeping Bitcoin on an exchange could actually be a massive financial life hack.
Why? Because it lets them borrow against it.
Look at the current state of things. Most people are absolutely drowning in debt, with credit card interest rates trapped between 25% and 32%.
They go to work, spend their hard-earned paychecks just servicing that high-interest debt, and have absolutely nothing left over to actually buy Bitcoin.
Imagine a different strategy.
Instead of throwing cash directly at the credit card companies, they use that money to buy Bitcoin, an actual, appreciating asset, on an exchange.
Then, they take out a loan against that Bitcoin at a conservative 20% to 40% Loan-to-Value (LTV) ratio to wipe out their high-interest debt.
Bitcoin-backed loans usually run at just 5% to 11% interest depending on the platform.
Even better? Some platforms don’t even require monthly payments.
The ultimate benefit here is that while they are paying off a much cheaper loan, they still own the underlying Bitcoin, which is free to appreciate in value.
It essentially speed-runs their path to financial freedom.
Once they are entirely debt-free, they can start pulling their Bitcoin off the exchanges and locking it down in a hardware wallet.
Bitcoin is powerful! Bitcoin is the most pristine capital on earth! Bitcoin is freedom!
I know the hardcore Bitcoiners always scream, “not your keys, not your coins.”
But hear me out: for the average person, keeping Bitcoin on an exchange could actually be a massive financial life hack.
Why? Because it lets them borrow against it.
Look at the current state of things. Most people are absolutely drowning in debt, with credit card interest rates trapped between 25% and 32%.
They go to work, spend their hard-earned paychecks just servicing that high-interest debt, and have absolutely nothing left over to actually buy Bitcoin.
Imagine a different strategy.
Instead of throwing cash directly at the credit card companies, they use that money to buy Bitcoin, an actual, appreciating asset, on an exchange.
Then, they take out a loan against that Bitcoin at a conservative 20% to 40% Loan-to-Value (LTV) ratio to wipe out their high-interest debt.
Bitcoin-backed loans usually run at just 5% to 11% interest depending on the platform.
Even better? Some platforms don’t even require monthly payments.
The ultimate benefit here is that while they are paying off a much cheaper loan, they still own the underlying Bitcoin, which is free to appreciate in value.
It essentially speed-runs their path to financial freedom.
Once they are entirely debt-free, they can start pulling their Bitcoin off the exchanges and locking it down in a hardware wallet.
Bitcoin is powerful! Bitcoin is the most pristine capital on earth! Bitcoin is freedom!
ACH stands for Automated Clearing House.
It is an electronic network between banks and credit unions.
It’s used for direct deposits, bill payments, payroll, tax refunds, vendor payments, and many recurring transfers (like rent, subscriptions, or utilities).
It’s operated by Nach (National Automated Clearing House Association), it handles trillions of dollars annually in batch-processed transfers (usually same-day or next-day settlement).
Banks will settle up at the end of the day and it usually takes 2-3 days for the funds to clear for the customer.
For example let’s say Bank of America had $80,000 of small transactions that day going into Wells Fargo & Wells Fargo has $100,000 of small transactions that are going into Bank of America that day….. At the end of the day they’ll settle up on the ACH network where one large $20,000 payment will be paid from Wells Fargo to Bank of America.
This happens between all Banks and Credit Unions and their ledgers will adjust and eventually be finalized by the master ledger at the Federal Reserve.
So, the Fed just creates $10 billion with a keystroke and buys Treasuries on the secondary market.
This puts that newly created 'out of thin air' money straight into the banks so they can loan it out and charge people interest.
Then, when those people put that money back into their accounts, the banks use fractional reserve banking to create even more money out of thin air, using your debt money as backing to hand out more loans and stack up more interest.
Zero proof of work, infinite supply, and total devaluation. It’s a closed-loop system designed to dilute the purchasing power of your hard-earned savings while they sit back and collect the yield.
“A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution.”
Satoshi Nakamoto, Bitcoin White Paper
It’s crazy to me when an American won’t buy Bitcoin because they’re scared of the government trying to punish them in some way for owning it.

Two people climbed up the Empire State Building and flew this flag!

Imagine working for $1 an hour and then they tell you…. “You’re going to get paid $30 an hour now!”
You’re elated till you realize that you can buy substantially less with the nominal $30 an hour than you did making $1 an hour.
“A block header with no transactions would be about 80 bytes. If we suppose blocks are generated every 10 minutes, 80 bytes * 6 * 24 * 365 = 4.2MB per year. With computer systems typically selling with 2GB of RAM as of 2008, and Moore's Law predicting current growth of 1.2GB per year, storage should not be a problem even if the block headers must be kept in memory."
- Satoshi Nakamoto, Bitcoin White Paper
Breaking Down the this Bitcoin Equation:
(“E” looking symbol) Sigma (Sigma): This tells you to "add up a sequence of numbers."
i = 0 (at the bottom): This is where the counting starts. The very first era (2009–2012) is era 0.
32 (at the top): This is where the counting stops. There will be exactly 33 eras total (from 0 to 32) before the reward shrinks to less than 1 satoshi and rounds down to zero.
210,000: The number of blocks in each halving cycle (roughly 4 years of blocks). 50/2^i
This calculates the block reward for that specific era.
In Era 0: 50/2^0 = 50 BTC per block.
In Era 1: 50/2^1 = 25 BTC per block.
In Era 2: 50/2^2 = 12.5 BTC per block.
When you use the Sigma symbol to add up all 33 of those eras
(210,000 times 50 + 210,000 times 25 + 210,000 times 12.5….),
It creates a geometric series that mathematically caps out at exactly 20,999,999.9769 BTC.

Your ticket to escape the matrix is priced in Bitcoin.
Why can’t people understand Bitcoin maxis?
You could put up $90 in Bitcoin as collateral on Coinbase every month, take out a $27 loan at 5%, and use that to pay your Netflix bill.
The smallest about of virtual bytes (vBytes) a Bitcoin transaction can have is 110 vBytes….
The 110 vBytes are broken down into three distinct parts:
_________________________________________
1. Transaction Overhead
Every transaction requires a baseline "envelope" of data so the network knows how to process it…
• Version Number (4 bytes): Tells the network which rules to use.
• Input Count (1 byte): States that there is exactly 1 input.
• Output Count (1 byte): States that there is exactly 1 output.
• Locktime (4 bytes): Usually set to 0 (means process immediately).
• SegWit Marker & Flag (0.5 vBytes): Tells the network that this transaction includes SegWit witness data.
_________________________________________
2. The 1 Input (~68 vBytes)
To spend your 1 BTC, you have to prove it's yours and point to where it currently sits.
• Previous Outpoint (36 bytes): This includes the 32-byte Transaction ID (TXID) of how you originally received the Bitcoin, plus a 4-byte index number pointing to your exact UTXO.
• Sequence Number (4 bytes): Used for features like Replace-By-Fee (RBF).
• The Witness Data (Signature) (~28 vBytes): This is your cryptographic signature and public key proving ownership. In raw data, this signature is about 107 bytes long. However, because you are using Native SegWit, witness data gets a 75% discount, meaning it only counts as roughly 27.5 vBytes (107 \times 0.25).
_________________________________________
3. The 1 Output (~31 vBytes)
This is the instruction manual for locking the Bitcoin up at its new home (your hardware wallet).
• Amount (8 bytes): The amount of Bitcoin being sent, recorded down to the exact Satoshi.
• ScriptPubKey Length (1 byte): The size of the locking instructions.
• Locking Script (22 bytes): The cryptographic puzzle created from your new hardware wallet's address (bc1q...). Anyone who wants to spend this coin in the future will have to solve this specific 22-byte puzzle.
_________________________________________
The Final Math:
11 (Overhead) + 68 (Input) + 31 = 110 vBytes
—> If you added a second output (a change address) like in a standard transaction, you would have to add another 31 vBytes for the second locking instruction and amount, instantly bumping your transaction size up to around 141 vBytes.
_________________________________________
Now let’s say you have more UTXOs in the transaction. Let’s go with 10 inputs & 2 outputs…
The transaction would have 753 vBytes.
• Each additional input adds 68 vBytes (68 X 10 UTXOs = 680 vBytes)
• The Baseline Frame (~73 vBytes): This includes the transaction overhead (11 vBytes) and the 2 outputs (31 vBytes for the destination + 31 vBytes for the change address).
• 680 vBytes + 73 vBytes = 753 vBytes
_________________________________________
Why is an input 68 vBytes?
Every individual UTXO you drag into a transaction requires two pieces of data to be spent:
1. The Map Reference (40 bytes): 36 bytes to point to the exact old transaction ID and index where the coin is currently sitting, plus 4 bytes for the sequence number.
2. The Key/Signature (~28 vBytes): The cryptographic proof showing you own the private key for that specific UTXO. (Remember, this raw data is actually around 107 bytes, but thanks to the SegWit discount, it only counts as ~28 vBytes).