pixel.icp retweetledi
pixel.icp
1.7K posts

pixel.icp retweetledi

Have you tried our latest feature, Click to Edit?
It may not be able to do the dishes or clean your bedroom, but it is powerful.
Click any elements within your app and ask Caffeine to update it.
Give it a click.
cffn.ai/4pneCsB
English
pixel.icp retweetledi
pixel.icp retweetledi

$ICP going up is proof retail crypto investors want projects with real utility not just meme coins. This cycles winners will be projects that are infrastructure that actually provide value.
The Internet boom had many firms IPO and run up but 99% are gone. The real winners like Google and Amazon made products and services people wanted.
Those firms became the backbone of the internet and became worth many trillions. Now $ICP is doing the same for crypto & AI. There lead is insurmountable.
You can’t duplicate its tech and that’s trillion-dollar potential. Caffeine AI alone could add $50 billion worth of value in a year. 🚀
@dfinity @dominic_w
English
pixel.icp retweetledi

the creator of erc-20 (fabian proposed it along with vitalik) is excited to see ICP getting some recognition
"it is great infrastructure" 💯
ps - odin fun has a ton in the pipeline right now, excited to push out some new features for all of you (multiple releases coming soon)
Fabian Vogelsteller@feindura
I am happy to see $ICP getting some recognition. It’s a great infrastructure that will play also a future role for @ERC725Account and @lukso_io In September we’ve spent some time in their offices and meeting @dominic_w again after some time. Dom was also was present when I created ERC725 at a workshop organized by @tomserres and @BWarburg 🖇️
English
pixel.icp retweetledi
pixel.icp retweetledi

fastest blockchains
icp comes in at #1
odin fun is blazingly fast because it's built on a blazingly fast blockchain
true bitcoin defi is fast

English
pixel.icp retweetledi

odin fun is in fact not running on bob bodily's computer (as cool as that would be)
it is a decentralized bitcoin app built on the internet computer protocol (icp)
if you hate icp or you don't know anything about icp (you most likely fall in this camp), here is everything you need to know
icp is a bitcoin sidechain that provides fantastic protocol primitives for building bitcoin apps, best of the best
1. bitcoin light node running fully onchain (utxos, balances, block headers)
2. threshold signing subnets (ecdsa, eddsa, schnorr) to sign legacy and taproot bitcoin transactions, solana, ethereum, etc
3. bitcoin bridge to leverage btc on icp (ckbtc)
4. fast finality (2 seconds)
5. cheap onchain native storage ($5/GB/year)
6. wasm-based, so you can build smart contracts with typescript, python, rust, c++, etc
7. decentralized website hosting (serve it up straight from your icp smart contract)
8. no gas fees or network fees (chain abstraction)
9. decentralized oracles and indexers
10. onchain recurring automated processes (a cron job on the blockchain)
11. onchain randomness (for all of your rng needs)
we built odin fun on icp because it is the best place to build bitcoin apps, it has everything we need
✅ chain abstraction (no new token)
✅ account abstraction (login with bitcoin wallet)
✅ session keys (only sign once every 48 hours)
✅ fast finality
✅ fantastic bitcoin integration tech
put it all together and you get bitcoin apps with phenomenal user experience that feel bitcoin native
bitcoin defi at its finest
English
pixel.icp retweetledi

We’ll make it easy for you to explore, collect, and create. Low competition + huge potential = the perfect moment to get started.
#ICP #NFT #NFTCommunity #NFTCollectors

English

Now you’re talking, @dominic_w! This is exactly what the community wants to hear. Let’s all join hands and execute these plans for the benefit of everyone in the #ICP ecosystem 🚀🚀🚀
I’m feeling even more bullish now 🚀🚀
By the way, I really like the area I circled in red 🤗, I can’t wait 🚀
You can read the full forum post by Dom with the link below 👇
forum.dfinity.org/t/proposal-138…

English
pixel.icp retweetledi

Love it or hate it ICP is good tech.
#1 across various blockchains on speed and throughput metrics.
And the cross chain tech is fantastic.
FarmerJoe 🌎☮️@FarmerJoe0x
Love it or hate it ICP is good tech.
English
pixel.icp retweetledi

FYI Caffeine "general availability" schedule.
Phase I — we're working to make the Caffeine master chat fully open to public, ETA 19th August.
At this point, you will still need access codes to build, but code disbursement will greatly accelerate (we now have tens of thousands waiting)
Note that the team has been rearchitecting Caffeine's scaling framework, for a bunch of important reasons, and when Phase I begins the master chat will already have been migrated.
Phase II — we're working to give everyone access to free draft app creation, with an ETA 16th of September. All those waiting in line for access codes will receive them before general availability.
Phase III — we're working to unlock pay-for-usage, which is necessary to allow people to push changes to draft app functionality into live apps at scale (live apps are permanently online and consume real cycles), and to allow people to create millions of draft apps. We're working to an ETA 7th October.
To reach Phase III, we also need our new ICP blob storage service (i.e. file storage) to be online and integrated. We already have something working internally.
The reason for this: our early users love creating things like their own sovereign "Google Drive", shared family photo galleries, and things like that. There's no reason to believe when we open the floodgates this will get less popular.
Currently, the apps early users are creating are maintaining their files in application memory (i.e. ICP canister smart contract memory).
However, that memory costs $5/GB on ICP, so once Caffeine is in production, unless the methodology that the AI uses to store e.g. media files changes, storing a 1TB photo collection would cost the user $5,000 a year, which is obviously ridiculous.
The blob storage will be crazy cheap by comparison –something like $0.025/GB, which means a user will pay $25 a year in cycles for storing e.g. a 1TB photo collection.
For the engineers among readers who want to know more – the new service provides *immutable* storage, which means blobs can be written once (e.g. "uploaded"), read many times (e.g. "viewed" or "served"), and then garbage collected when not needed (e.g. "deleted'), but not manipulated in place like data held in canister memory.
Behind the scenes, this is quite a major lift for the Caffeine team, because blob functionality must be integrated with the way the Motoko programming language and its "Enhanced Orthogonal Persistence" system works: essentially, so that garbage collection of unneeded blobs is completely automatic, and AI can continue writing code in the same groundbreaking way on ICP that it does today – just hacking out the abstract logic, and nothing else.
Phase IV — we haven't set the ETAs for this yet, but we will work towards flicking the switch that allows anyone to publish apps to the App Market in short order, so people can create cool apps through conversation, then either share them with the world for free, or resell them.
I can't say much now, but Caffeine's App Market will work differently to any App Store you've probably ever imagined – and in mind-bending ways.
It's going to be very cool and people around the world will gain a whole new way to make money.
Phase V — we will work towards flicking the switch that allows Caffeine users to add trustless Web3 multi-chain functionality into their apps.
Currently, Caffeine restricts this because of complexities, even though the Internet Computer/ICP supports this natively.
For example, when you are developing an app in draft mode, it needs to interact with dummy ledgers, while live apps, which ultimately get their logic from draft apps, need to interact with real ledgers – and this kinda thing needs to work transparently, since self-writing is app development and ownership through conversation only.
Phase VI+
No dates yet, but expect the following:
1) Massive acceleration using ASICs for inference
2) Enterprise features enabling multi-user control flows for pushing changes in draft apps to live apps
3) Conversational workflows that can incorporate rich media and external design documents
4) The equivalent of MCP for Caffeine, which enables rapid automated migration of existing enterprise systems
5) Hell, maybe even vibe coding hooks for craft coders (I'm messing, this for sure)...
English

Every ICP investor should become a node provider rather than a staker
Musk.ICP #BTC#SOL#ICP@Icpmusk
🤣🤣
English
pixel.icp retweetledi
pixel.icp retweetledi
pixel.icp retweetledi

Community Contest!
Design a character for Toko and win 100 ICP.
As Toko will not be part of the Motoko Dao, it doesn't seem right for us to keep using a Motoko ghost. We want a fun character with links to both Motoko (our origins) and the Internet Computer.
The competition will run for 1 week from 13.08.2025 to 20.08.2025. The winning designer will be awarded 100 ICP and Toko will get it's mascot. Win win!
Post your entries as a reply to this post please. Good luck everyone!!!
@MotokoGhosts @dfinity $ICP

English
pixel.icp retweetledi

A sample of @caffeineai from prompt to launch it took about 30 mins to launch but I wrote an extremely thorough an elaborate prompt. I wanted to QA test if I could crash it. Nope it did QA and solved its own issues for me. My mind was blown.
English
pixel.icp retweetledi

We’re giving @caffeineai codes to 5 followers next week.
If this hits 100 RTs, we’ll make it 10.
...let’s cook
English











