@HypeBillion @MycolePawket If the whole world settled on one stablecoin, I'd agree with you. But stablecoins are always going to be tied to jurisdictions and counter-parties too. So it is unlikely one winner will emerge.

@VentureCoinist @HypeBillion @MycolePawket Today, one of the roles of the dollar is acting as an intermediary or bridge between currencies. For that role, its tie to the US jurisdiction is both an advantage and a disadvantage. Better US than a worse jurisdiction, but a pure digital asset is better still.
@VentureCoinist @HypeBillion @MycolePawket Imagine a future (maybe not so far off) where everything is tokenized and you can have your salary agreed in dollars but gold gets delivered to your wallet and you can buy groceries by selling tokenized shares of a REIT.
@VentureCoinist @HypeBillion @MycolePawket In that world, there will need to be concentrations of liquidity. You can't go from gold to shares of an obscure REIT by finding people who want to go those same shares to gold. The liquidity-concentrating asset likely can't be one country's currency. How could that be universal?
@VentureCoinist @HypeBillion @MycolePawket So, sure, if you get paid in dollars and pay your bills in dollars, it may make sense for you to use a dollar-denominated stablecoin for short-term holdings and payments. Absolutely.
@VentureCoinist @HypeBillion @MycolePawket But I can't see a $-denominated stablecoin being your direct connection to the rest of the world economy because it's neither universal nor neutral. For one thing, it will only be used by people who would do business with its counterparty and who find its jurisdiction friendly.
@VentureCoinist @HypeBillion @MycolePawket Medium-sized FIs have been pretty receptive to the argument that they're not going to get everyone else to use a system they control and, given that, surely they would they prefer a system nobody can control to one that's controlled by their largest competitor/adversaries.
@VentureCoinist @HypeBillion @MycolePawket I know this is pretty far out there, and maybe I'm just a bit crazy to suggest this, but maybe some governments will see the wisdom of this same reasoning. If they can't run the system, maybe a system nobody can run is better than one run by their geopolitical adversaries.
@VentureCoinist @HypeBillion @MycolePawket My personal vision for XRP, since 2013 or so, was this idea of deep, open, public pools of liquidity that anyone, anywhere could contribute to and draw off of -- a global market for assets that someone happens to already have exactly where someone else happens to need them to be.

More from Crypto

1/ [December Bitcoin yield update]

Over the last year and a half, I’ve earned ~1.2BTC with various yield generating services to earn an average of 5% on 30 BTC.

Here’s my journey and how to guide👇

2/ Here are the ways you can earn yield:

Lending (Easiest/most popular)
Yield: 3-6%
- Ledn:
https://t.co/4x0YATuQ0v
- BlockFi: https://t.co/90Xtg2cNka

Covered calls (Harder)
Yield: 1-80%
- Deribit: https://t.co/2iQVkXlylP
- LedgerX:

3/ Earning a yield enables you to stack more sats (what I’m doing), or reduce the temptation to sell your coin through earning an income.

The yield you earn comes with RISK!

Below is my current allocation for Dec (will update MoM)

(yellow = changes)

https://t.co/PZwVYs8lFT


4a/ [Nov > Dec Changelog]

- Covered calls: approx. 4 BTC was in $40k 12/28/20 contracts. Those closed without them being exercised (a good outcome for me). However, I was nervous about my January 1/28 $50k contract so I decided to close out my position at a small loss.

4b/ [Nov > Dec Changelog]

- In process of reallocating the 5 BTC (probably will be a lending platform).
- I incorrectly had my Ledn rate at 6.5%, it's 6.25%
🚨Altcoin Trading Indicator🚨

How to use it. A THREAD.

Please Share.

To use it to buy Altcoins and make a high probability entry, the following conditions needs to be fulfilled.

For a long.
1. A green candle Closes above the cross.
2. Heikin Ashi candle turns green.
3. Price should be above 0.236 Fib from the swing high.


How to add the Indicator.

1. Click on the link and Add it to favorites and apply.
https://t.co/Kn90qgDjMi

2. Or Search it in the tab and then apply it.


The indicator itself the most comprehensive Moving Average Indicator which provides 9 MAs and 13 Different times of MAs.

The base of the indicator was by @insiliconot.

To further enhance it, I have added a cross indicator on the cross which works the best historically on Alts.


Condition 1- The cross.

Entry is made when a Cross occurs on the EMA 13/21.
The indicator automatically indicators the Cross with P for a positive cross or N for a negative cross.

This is the first condition for an Entry.

You May Also Like

A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.