Earlier quoted context omitted.
You probably should look at different numbers than just the dollar price. Number of nodes is rising, number of wallets is rising, number of hash-power is rising. Also, please look into the "Lightning Network". It's the second layer on top of Bitcoin and that's where the whole ecosystem scales (in terms of numbers of transactions per second). Cheap, scalable and fast transactions. Adoption is happening in many places.
Lightning network pulls transactions off-chain, thus relying on trusting someone (either the person you transact with or some third party acting as escrow for the funds). By adding in trust, you can mitigate the primary bottleneck caused by proof-of-work consensus methods. But if you have people you can trust to transact with, there's no point in interfacing with Bitcoin at all, just make a micro-payment network with…
A channel between 2 entities is backed by real bitcoin and a scheme to manage the ledger based on bitcoin primitives (multisignature).
Lightning is just a series of channels + routing, so in effect it's a path of channels between you and the party you are transacting with + ledgers of those channels updating with the value that is being moved. At any point in time you can close any channel and materialize however bitcoin you have on your side.