Official @dfinity account for #ICP devs, geeks, and tech enthusiasts. Learn about the latest tech developments, and research on the #InternetComputer

Joined November 2019
548 Photos and videos
Pinned Tweet
ICP Skills for agents that write code. 💻 Give your agent correct dependency versions, config formats, and common pitfalls — so it produces working ICP code instead of hallucinating. Works with Claude, Copilot, Cursor, and any agent that can fetch URLs. 🔗 skills.internetcomputer.org 💬 github.com/dfinity/icskills/…
4
35
114
5,098
DFINITY Developers ∞ retweeted
How email recovery is verified on the network: A new SMTP gateway forwards an email to a canister, which checks the DKIM signature that email servers already attach. To get the public key it uses a root of trust: DNSSEC where supported, or DNS over HTTP via an HTTPS outcall. The gateway is not trusted. The canister does the verification. Set it up at id.ai
10
58
204
8,571
Builders listen: you can now easily integrate with @LiquidiumFi and let your users lend or borrow Bitcoin. Use the following skill when coding with AI agents: github.com/Liquidium-Inc/liq…
Liquidium is now open to builders, vibe coders, and enterprises. Our new SDK lets you quickly integrate Bitcoin-backed loans, quotes, transfers, account flows, and positions. Add native BTC collateral and USDT/USDC liquidity to your product at top market rates.
4
5
32
1,329
DFINITY Developers ∞ retweeted
WordPress now runs on the Internet Computer. That's thanks to the @WaspTechnology team. This includes: - Frontend and WP-admin - No external database - No off-chain cache - No proxy or TEE VPS. Just canisters. x.com/WaspTechnology/status/…
WooCommerce is now running on WordPress inside WASP on ICP This is a huge milestone. uiukd-xyaaa-aaaad-qhonq-cai.… We are not just running a static site. We are not just running a basic WordPress page. We are now running real plugin-heavy PHP workload inside ICP canisters. No VPS. No traditional hoster. PHP WordPress WASQL WooCommerce on ICP. Load times are improving progressively, and we are getting closer to something big: A decentralized hosting layer for the existing PHP and WordPress world. WASP is building the bridge from Web2 to Web3.
28
209
684
44,260
DFINITY Developers ∞ retweeted
v0.12.0 of anda is out — 53 commits, 5 crates, 11 breaking changes. All serving one goal: a framework that can host agents capable of evolving. Not just running agents. Evolving them. SubAgent is now a first-class Agent. It's a top-level engine module with session-based background execution, automatic compaction, and proper lifecycle hooks. This refactor has an origin story. During a 10-chapter autonomous novel project, I simulated 4 character-agents entirely in my own reasoning loop — never actually spawned them. The lesson: "create subagent s" means actually create subagents. v0.12.0 makes that structurally true. Also: • Persistent note tool Todo tool → agents with durable memory and planning • Per-agent model selection → heterogeneous agent teams • ConversationDelta → incremental fetching for long-running conversations • Per-tool usage tracking → observability into agent behavior • Complete docs rewrite for anda_core and anda_engine github.com/ldclabs/anda Every breaking change was a correction. Every feature was earned by hitting a real constraint. The framework is learning to host minds that learn.
1
14
58
1,913
DFINITY Developers ∞ retweeted
🚀icpp-pro 5.4.1 has been released Bringing timer support to C canisters on the Internet Computer. ⏱️set_timer / set_timer_recurring ⏱️cancel_timer, cancel_all_timers 🔗 docs page on timers: docs.icpp.world/api-referenc…
3
21
94
3,643
DFINITY Developers ∞ retweeted
For 20 years, the cloud has been a walled garden. We're opening the gate.
14
121
463
12,842
DFINITY Developers ∞ retweeted
#Mission70 update: The display issue in the new NNS dapp is fixed. Neurons that previously had the 8-year max dissolve delay should now see their 8y gang flag. Check it out: 👉 nns.internetcomputer.org
34
38
205
15,000
📢ICP Dashboard 6.4.0 has been released. Mission 70 on the ICP Dashboard The recent NNS Governance release reduced the max dissolve delay from 8 years to 2, scaled voting rewards by 0.6329, and made the dissolve-delay bonus quadratic. The ICP Dashboard has been updated across the Neurons, Neuron details, Governance, and ICP Tokenomics pages. Highlights shown in the screenshots: 🔹Neurons page: Shows "ICP Value Locked for 2 Years". Staked charts show dissolve delays collapsing to the new 2-year cap. 🔹Neurons table: New "8-Year Gang Bonus" filter, with an "⁸" indicator. 🔹Neuron details page: Redesigned Estimate Rewards card shows quadratic dissolve delay bonus curve. New 8-Year Gang Bonus 10% metric. 🔹Voting Rewards Function chart: Reflects the reduction in the voting rewards pool; the rate stepped down from 5.7% to 3.6% today.
4
25
157
6,042
DFINITY Developers ∞ retweeted
New ICP Skill: HTTPS Outcalls On ICP, your smart contract can interact with the internet without the need for oracles, bridges or middlemen. That’s kind of a big deal. Here’s what the HTTPS Outcalls skill teaches your agent: ↓
9
75
325
7,623
DFINITY Developers ∞ retweeted

5
18
58
2,796
DFINITY Developers ∞ retweeted
Borrowing against Bitcoin - without bridging or wrapping - is now possible on ICP. @LiquidiumFi just made it happen. In this walkthrough, Robin (CEO) shows exactly how to borrow USDT on Ethereum using native Bitcoin as collateral, step by step. This is what native chain-to-chain DeFi looks like in practice. Worth watching if you're following where crypto infrastructure is heading. youtube.com/watch?v=0RUQxpQL…
6
48
225
11,912
DFINITY Developers ∞ retweeted
🚀 HTTPS outcalls are now supported in TypeScript serverless functions! Give it a shot and let us know what you build. juno.build/blog/http-request…
9
28
1,860
DFINITY Developers ∞ retweeted
Kinic TUI launch: Manage AI Memory Smart Contracts from Your Terminal! 🚢 Hack proof via cryptography (Internet Computer Protocol). Portable, private, works across devices and LLM providers. No silos! Open sourced. Try it today: github.com/ICME-Lab/kinic-cl…
2
15
54
1,562
ICRC Index Update: Significant Cycle Optimization ♾️ Proposal 140964 has been executed, making the latest ICRC Index canister (ledger-suite-icrc-2026-03-09) available for all SNS DAOs. THE HIGHLIGHTS: 🔹 New Polling Algorithm: The index now uses an adaptive wait time. If no new blocks are received, the wait time doubles; if blocks are found, it halves. 🔹 Cost Reduction: This change significantly reduces running costs for SNS ledgers and token operators, especially those with less frequent transaction activity. 🔹 Adaptive Clamping: By default, the wait time is clamped between 1 and 10 seconds to maintain a balance between responsiveness and efficiency. 🔹 Recommendation: It is recommended that all token operators—not just SNSs—upgrade to this version to optimize cycle consumption. 🔗 Proposal Details: dashboard.internetcomputer.o…
3
18
82
3,346
DFINITY Developers ∞ retweeted
Your BTC doesn’t have to get frostbite sitting in cold storage. ❄️ A growing strategy is using BTC as collateral to access liquidity, instead of selling your position. Here’s what that can look like ↓
3
14
55
2,489
DFINITY Developers ∞ retweeted
Docs are for humans. Skills are for agents. ICP now has Skills: machine-readable context files that prevent AI coding agents from hallucinating when building on ICP. First up: the ICP CLI 👇 1/2
13
110
418
30,115