CryptoStonks
257 posts

CryptoStonks retweetledi

We’re excited to announce ETH trading is now live on Strike V2 with up to 25x leverage.
Link: 🕹️ app.strikefinance.org/perpetuals/eth


English
CryptoStonks retweetledi

The future is here.
We’re excited to announce Strike V2 mainnet is now live.
Low fees, lightning fast speed, and an advanced orderbook model.
Happy trading everyone 🔥
Link: 🕹️ app.strikefinance.org
English

CryptoStonks retweetledi

Traders closed some big positions yesterday so there’s now over $900,000 in available liquidity with 25% utilization.
Some of the best conditions to open new trades with the lowest fees on the platform.
Link: 🕹️ app.strikefinance.org/perpetuals/ada

English
CryptoStonks retweetledi

BREAKING: US crude oil prices surge above $77/barrel to their highest level since January 21st, 2025, one day after President Trump's inauguration.
The entire oil price decline under President Trump has now been erased.


The Kobeissi Letter@KobeissiLetter
English
CryptoStonks retweetledi

Global investors are increasingly piling into Brazilian stocks:
Brazilian stocks have recorded +$6.6 billion in foreign inflows so far in 2026.
This already surpasses the +$4.9 billion recorded in the entire 2025.
As a result, the average daily trading volume for Brazilian equities jumped to $6.1 billion last month, the highest since November 2022.
Furthermore, the Brazil ETF, $EWZ, which covers 85% of the nation's stocks, surged +17% in January, its best monthly performance since 2020.
A weakening US Dollar and higher commodity prices are driving the historic move higher.
Brazil's bull market is accelerating.

English

RT @strikeperps: A core part of our strategy in the coming weeks is starting a STRIKE/USD trading pair with strong liquidity.
More detail…
English
CryptoStonks retweetledi

BREAKING: Gold has officially overtaken US Treasuries in central bank FX reserves for the first time in at least 20 years.
Global official gold holdings at market price are up to $5.0 trillion, surpassing foreign official Treasury holdings of $3.9 trillion.
Gold holdings have TRIPLED since Q4 2019, driven by aggressive purchases by central banks and rising prices.
Over this period, central banks have added ~4,500 tonnes of gold, including unreported purchases.
At the same time, foreign Treasury holdings have remained unchanged.
Gold is redefining the global monetary system.

English
CryptoStonks retweetledi

We need more power:
AI and data center electricity consumption is set to more than DOUBLE by 2028.
Data center power usage is expected to surge +650 TWh between 2025 to 2028, to a record ~1,230 TWh in 2028.
AI power consumption has already increased ~200 TWh since 2023, or +55%, to ~580 TWh, an all-time high.
This means data center electricity demand could TRIPLE in just 5 years.
Data center energy consumption is already up to a record 5% of total US power demand.
Energy will soon be the biggest constraint on AI growth.

English
CryptoStonks retweetledi

Key Events This Week:
1. October PCE Inflation data - Monday
2. US Q3 2025 GDP data - Tuesday
3. December CB Consumer Confidence data - Tuesday
4. October New Home Sales data - Tuesday
5. October Durable Goods Orders data - Wednesday
6. Stock Market Closed, Merry Christmas! - Thursday
More government shutdown data is coming this week.
English
CryptoStonks retweetledi

Midnight has been voted @beincrypto's Breakthrough of the Year & this win belongs entirely to the community. 🏆🕛
Thank you to everyone who shared, voted, & continues to support privacy as a fundamental right & what Midnight is building.
It’s been a monumental week, but this is just the beginning. Onwards.

English
CryptoStonks retweetledi
CryptoStonks retweetledi

We couldn't have said it better ourselves 👏
Building an app with Caffeine feels like you're collaborating with a partner.
A partner that just happens to be a professional coder, database expert and fullstack developer.
#builtwithcaffeine

English

Yeahh got my code 🚀 but @caffeineai is down due to some „upgrades“ 💀 great. So still have to wait. Anyways - very excited to start building soon!
English
CryptoStonks retweetledi

May 2021, the Internet Computer introduced the world's 1st production passkey authentication system. 4.5 years later, Sui becomes the first network to follow 👏.
ALL roads lead to DFINITY.
PS Internet Identity 2.0 will launch with Caffeine.
Sui@SuiNetwork
Passkey is now LIVE on Sui mainnet. Passkey enables fast, secure login with Face ID, Touch ID, or a Yubikey. That's right – no seed phrases, no passwords. Builders, you can start integrating passkey into your Sui app today. Here's how and why this changes everything 👇
English

@dehypokriet @caffeineai Aye, thanks mate! Appreciate your insights. Can’t wait to start, hope I’ll get a code soon.
English

Best way is to talk with caffeine about what you will do first and then have a roadmap prepared which you give to caffeine tell it to keep the features and roadmap in the spec .md file and when you complete features to update it, in the initial conversation ask it if it’s seed any issues or has reconditions for the road map
Never use one big blob of prompt that’s a bad way
Make a project ok grok,com explain what caffeine is and then let grok make the initial roadmap / feature map from your ideas
English

If you have access to @caffeineai here is the real Alpha
Rules for Developing with CaffeineAI
1. Do not deploy the live canister prematurely.
Avoid deploying the live canister until you are fully satisfied that all functionality is working correctly. If you deploy too early and later change core logic, the canister may fail to install, and resolving this becomes nearly impossible once you’re deep into versions (e.g., 20 versions in).
2. Do not deploy the live canister during builds.
This is self-explanatory—attempting it can make the app unusable and impossible to update. (I’ve tried it, and it caused major issues.)
3. Context is key; accuracy in prompts determines quality.
Treat prompting CaffeineAI like being the co-pilot on a plane: you’re instructing the main pilot. If your instructions are vague or unclear, the chances of reaching your desired outcome decrease. Since CaffeineAI retains context, vague references will persist and eventually lead to confusion, preventing it from building exactly what you intend.
4. Clean up spec.md after changes.
After removing or implementing features, review the spec.md file—it often accumulates outdated or unnecessary details. This file also serves as your version control. Once development is complete and you’re fully satisfied, ask CaffeineAI to clean it up. Ensure everything is clear and ready beforehand to avoid losing track of implemented elements. This improves build speed and context management.
5. Handle rate limits carefully.
If you encounter a rate limit message, it doesn’t mean you’ve exhausted your token balance—it indicates the current implementation or context is too large. Retrying will always hit the limit again. Instead, instruct CaffeineAI to make small changes or proceed in steps rather than all at once.
6. Understand “failed to build app” errors.
These errors often stem from CaffeineAI getting confused by the current specs in spec.md combined with your new update request. For example, imagine you’ve previously instructed it to create a table and a chair, then later to place the chair on the table. If you now ask to turn the table upside down, it will first rebuild the table and chair, place the chair on top, and then attempt the flip—but the chair’s presence causes conflicts. It retries endlessly because it reads and implements spec.md line by line.
Note: Every time you request an update, CaffeineAI copies the existing spec.md, uses it as context plus your new request, writes the next version, and adds the update to spec.md.
7. Stop and investigate errors immediately.
If any error occurs (e.g., unable to build app, failed to build, failed to deploy, failed to install canister, rate limit), halt building right away. Tell CaffeineAI exactly this: “We have [error]. Can you please analyze why this is happening? Do not build—let’s just talk for now and investigate why this is happening. List what you think is happening, but do not start building. Let’s just talk first before proceeding, as this can be a core issue.”
8. Talk before rebuilding if something isn’t working.
If a feature isn’t working or being implemented correctly, don’t immediately try to rebuild. Instead, engage in a conversation with CaffeineAI: ask it to analyze the code and explain what it thinks is preventing the function from working. Always prioritize talking over direct instructions—discuss in detail what you want, what’s happening, and outline steps. This prevents iterating on an issue that might originate elsewhere in the code.
The real caffeine alpha by Dex
Happy building ❤️🤝🏼
English


