Internet identify

544 posts

Internet identify banner
Internet identify

Internet identify

@DigitSell

Cool number, you deserve it. Join OC for more detail: https://t.co/q2YfRD5YJC

Katılım Eylül 2020
547 Takip Edilen157 Takipçiler
dom | icp
dom | icp@dominic_w·
Only Internet Computer has real AI-relevance: 1) tamperproof platform agents build on e.g. caffeine.ai 2) since 2024 runs neural networks onchain as smart contracts, and 3) soon🤞 adding verifiable LLM inference at cloud-rivaling efficiency. Tech, not tricks...
Composability Kyle.hl 🧪@0xamericanspiri

Arguably the most important "subnet" of $TAO has left the ecosystem. This highlights the problems I've mentioned in other threads regarding $TAO tokenomics subsidizing projects but gain none of the shared upside or equity of subnets. Subnets can leave the ecosystem anytime as well. /FC TAO 5M

English
69
197
781
42.6K
caffeine
caffeine@caffeineai·
One person. 51 apps. MoonBOB has made more apps on Caffeine than most professionals make in a career. Their latest: Scaffold — a writing assistant that helps students structure essays. All by describing what each app should do.
caffeine tweet media
English
11
39
265
7.7K
GeekFactory
GeekFactory@_GeekFactory·
Most smart contracts holding your assets can be upgraded by someone. A team. A DAO. A proposal you didn’t see. On idGeek2.0, each sale runs in its own canister with code locked by a certificate. No one can change it - not even us. That's not a feature. That's the point. #ICP
English
2
7
37
1.3K
Internet identify retweetledi
GeekFactory
GeekFactory@_GeekFactory·
7 listings now out of cooldown in idGeek 2.0! Values: 100 – 9,500 $ICP Discounts: 3 – 13% Dissolve delays: 2 months – 8 years Buy or make offers 👉 idgeek.app #InternetComputer #ICP #DFINITY
GeekFactory tweet media
English
0
6
30
936
DFINITY Foundation
DFINITY Foundation@dfinity·
Data sovereignty is becoming a core requirement for internet infrastructure: developers need to be able to choose jurisdiction and data locality. For example, under the General Data Protection Regulation (GDPR), organizations must control where user data is processed and stored. This is a very real regulatory pressure companies face across Europe around data residency and sovereignty. Cloud Engines will provide the flexibility and customizability that businesses are finding increasingly crucial.
DFINITY Foundation tweet media
English
12
50
238
7.5K
DFINITY Foundation
DFINITY Foundation@dfinity·
Pakistan Subnet: a sovereign, cyber-immune serverless cloud created by a network of nodes that keeps data and compute residency in Pakistan, and is designed for a future where AI builds and runs most software. Caffeine AI licenses: Pakistan will receive 1500 initial Caffeine AI licenses, enabling the government, academia, the private sector, and startups, to start building applications and services on the Pakistan Subnet, a part of the Internet Computer network, simply by interacting with AI using natural language, fueling Pakistan’s rapid digitization. National Messenger Service: The initiative includes the pilot development of a national messenger built on the sovereign Internet Computer infrastructure, using verified digital identity, and leveraging technologies for privacy and digital asset transfers at the national level. DFINITY in Pakistan: DFINITY will establish a presence in Pakistan as part of a partnership that supports government, academia, and developers in building sovereign apps using AI, and the adoption of Internet Computer technology. 2/4
English
7
59
282
13.4K
DFINITY Foundation
DFINITY Foundation@dfinity·
DFINITY Foundation and the Government of Pakistan have signed an MoU to establish sovereign cloud infrastructure, generative AI app development, and secure national communications, on the Internet Computer. The collaboration includes: — Pakistan Subnet — Caffeine AI Licenses — National Messenger Service — DFINITY in Pakistan Through this decision, Pakistan furthers its digital sovereignty and AI push in line with announcements made by the prime minister at Indus AI Week. 1/4 🧵
English
77
306
936
97.4K
Pierre
Pierre@PierreSamaties·
Feb 10th
English
108
61
373
62.4K
dom | icp
dom | icp@dominic_w·
Controversial Opinion: secure networks, aka blockchains, will become next generation clouds. Token ledgers and DeFi are just 1 major use case for networks that can host onchain software that's tamperproof, unstoppable, and sometimes autonomous (aka smart contracts; a silly name)
English
70
148
731
18.3K
Internet identify
Internet identify@DigitSell·
Just unlocked my Gas ID via ETHGas 🪪 I'm a Teen Jack with 0.2923 ETH spent on gas since Beacon Chain - now fueling my climb to the Gasless Future and earned 120 Beans already. Reveal yours at ethgas.com/community/gas-…
English
0
0
0
11
Internet identify
Internet identify@DigitSell·
Introducing the Open Gas Initiative by ETHGas — a path to a frictionless onchain experience. [TAG PROTOCOLS WHO SHOULD JOIN]… it's your time to step up and sponsor gas for users.⚡ Get started here: ethgas.com/open-gas/ x.com/ethgasofficial…
ETHGAS@ETHGasOfficial

Introducing the Open Gas Initiative - a way for protocols to subsidize gas for users, zero-code, for a seamless, frictionless onchain experience. With OG cohort: @eigencloud, @ether_fi, @pendle_fi, @Velvet_Capital. 👇

English
0
0
0
12
Snassy.icp
Snassy.icp@SnassyIcp·
On ICP, smart contracts are NFTs. A smart contract on ICP is called a "canister", which is a bundle of code and data, deployed to the blockchain. Each such canister has a unique address, called a "principal" ID, or a PID for short. You can call smart contract functions on the canister if you know its PID. Each canister also has a list of owners called "controllers" - users with permissions to update the smart contract code and data in the canister. The controllers are also identified by their PIDs, which can be the PIDs of user wallets or the PIDs of other canisters. Thus, ICP smart contracts are transferrable, and can be traded, just like NFTs. Furthermore, the PID of a canister works like a wallet that assets can be sent to. For example, Alice can send some tokens to a canister that she controls, then transfer ownership of the canister to Bob, and now Bob is in control of the tokens. This opens for the "NFT-ification" of practically anything that can be owned by a canister, and where the canister can in turn be traded. Creating a canister on ICP is cheap, so it is a practical solution. One interesting use case that it opens is for "liquid staking" of ICP. When you create an ICP neuron in the NNS GUI, it is not transferable, so you could not sell it to someone in return for liquid ICP if you suddenly needed to. This is not just a limitation in the GUI, the NNS API itself does not let you transfer ownership of an ICP Neuron. There is, however, a way. What you can do is create a canister, and have that canister in turn create and own your ICP neuron. Then if you need to sell your neuron, you can simply sell the canister that owns the neuron. For this to work, the canister that owns the neuron would have to contain functions that mirror the ones of the NNS API. That is, to do something like increase the neuron's dissolve delay, you (the controller of the canister) would call an "increaseDissolveDelay" function on your canister, and the canister (the owner of the neuron) would in turn call the corresponding "increaseDissolveDelay" method on the NNS governance canister for your neuron. You would also need a frontend GUI for controlling your canister, with buttons for setting dissolve delay, adding stake, disbursing maturity, adding hotkey, setting up followings, etc, etc - all the stuff that you can do via the NNS GUI. But given such a canister and frontend, liquid staking where you can sell your ICP neurons (or, rather, your canisters that own your ICP neurons) works totally fine on ICP. This option has been available for a long time to anyone who can code a bit - setting up a canister to control an ICP Neuron is relatively easy, but it is hard to know how many have taken advantage of the opportunity. That's why Sneed Hub is excited to announce that it will soon bring this feature to everyone in the ICP community. With a few clicks you will be able to create canisters, controlled by your Sneed Wallet, that in turn own neurons - directly from Sneed Hub. You will be able to control your neurons from Sneed Hub GUI. And you will be able to transfer the canisters. Stay tuned for more!
Snassy.icp@SnassyIcp

8 years max dissolve delay turns into 2 years. A shorter lock time of course reduces the risk of staking, but what if there was another way - a way to keep your staked tokens more liquid by allowing your neurons themselves to be transferred or sold? Could this have an equally profound effect on ICP tokenomics? Sneed Wallet already provides a way to create transferable SNS neurons, allowing SNS neurons to become tradable like NFTs. Next up - transferable ICP Neurons! Stay tuned!

English
2
9
44
8.2K
Internet Computer Today
Internet Computer Today@DfinityToday·
$ICP Key Events This Week: 1. #Mission70 White Paper announced for Jan 14th 2. @dominic_w reveals ICP has 4X more unique devs than competitors 3. ~10,000 new canisters added in just 4 days 4. NVIDIA Business Director Switzerland (Marc Stampfli) announced for "World Computer Day" in Davos 5. AMD Silo AI CEO (Peter Sarlin) announced for "World Computer Day" in Davos 6. "IC Commerce" (100% AI-coded e-commerce platform) released by @JoshHQ 7. @plug_wallet Web Wallet is now live 🔥 8. New Motoko Sort Package library released 9. @meneseprotocol delivers the FIRST seamless on-chain swaps on XRPL's native DEX 10. @CycleOps published that ICP builders topped-up a whopping grand total of 4.5 quintillion cycles in 2025 🤯 Stay decentralized! ∞
English
6
70
374
18.1K
caffeine
caffeine@caffeineai·
Caffeine Premium Subscriptions are ~ LIVE ~ In addition to monthly credits and top up options, say ‘Hello’ to: >> custom domains >> emails >> analytics Let’s take a closer look: 1/4
caffeine tweet media
English
136
268
707
86.8K
ysyms
ysyms@AI_ccp251th·
谁买了1000i $SWAMP @Toko_app要上线了吗
ysyms tweet mediaysyms tweet media
中文
1
1
5
499