Register and share your invite link to earn from video plays and referrals.

Cameron Winklevoss
@cameron
2.8K Following    754.5K Followers
Here's a preview of our new web trade module that we're launching soon (currently in employee testing). Seamlessly buy stocks and crypto all in one place @gemini.
The AI trade is over. A ton of capital is looking for a safe home. Time to rotate back into the hardest money in the universe: bitcoin and Zcash.
It wouldn't surprise me in the least if Hollywood has been buying up tickets to prop up the woke Odyssey. The same way Leftist NGO's used bulk orders to fake demand for Jill Biden's memoir so that it could make the NYTimes bestseller list before quickly falling off.
Show more
0
217
1.2K
123
Forward to community
Zcash has unparalleled cryptographers, security engineers, and security researchers. And the community is heavily focused on continuous improvement and hardening the network. That's why it engages world class security researchers to look for bugs. And that's why the recent potential exploit was found. It wasn't by accident and it's a vote of confidence, not a cause for alarm. When it comes to any L1, there will be bugs. What's important is that there are world class researchers focused on hardening the network and staying ahead of the bad guys. This has always been and always will be the dynamic of building software that is secure. Onward.
Show more
0
287
1K
153
Forward to community
We are excited to announce that @Gemini has received a Derivatives Clearing Organization (DCO) license from the @CFTC. This license allows us to act as a clearinghouse for regulated derivatives trading, including prediction markets. This approval follows our approval last December for a Designated Contract Market (DCM) license, which allowed us to launch Gemini Predictions. Now, with our DCO, the predictions that trade on our DCM will soon clear through our DCO. This marks a major milestone in our marketplace expansion. In addition to our crypto spot marketplace, Gemini now has a full-stack, end-to-end marketplace for predictions as well as futures, options, and more. This is also a major building block for our super app, where users will be able to fulfill their existing and future financial needs all in one place. Onward!
Show more
We're moving @Gemini ActiveTrader real-time market data processing off the main thread and into a dedicated web worker. The worker handles WebSocket message parsing and orderbook state management so that the UI thread can stay responsive even under heavy market activity. Check out these test results: -Before (main thread): ~30-40fps at 50x volume but starts deteriorating -After (web worker): ~100fps at 50x volume -Bonus: we still hit ~100fps at 500x, since the worker does the heavy lifting and sends orderbook snapshots every 50ms Overall, we've achieved a 2.5x performance improvement. In addition to the worker, we optimized the rendering pipeline by eliminating unnecessary memoization overhead, using static selectors on hot paths, and throttling visual-only components that render thrash (e.g., depth chart). Outcome: when BTC is going parabolic, you will have a UI that keeps up.
Show more