Human Network, previously Mishti Network

259 posts

Human Network, previously Mishti Network banner
Human Network, previously Mishti Network

Human Network, previously Mishti Network

@HumnNetwork

The CPU of https://t.co/xbLcBqDWjv Keys, wallets, and identity for perfect onboarding and free capital flow. By @0xholonym

decentralized Katılım Nisan 2024
27 Takip Edilen1.1K Takipçiler
Sabitlenmiş Tweet
Human Network, previously Mishti Network
Human Network audited by @HalbornSecurity 100% of findings addressed ✅ the full report is live for anyone to read halborn.com/audits/holonym…
Halborn@HalbornSecurity

We're excited to announce that we have successfully completed our Rust codebase security assessment for @HumnNetwork! 🔐 Human Network, previously Mishti Network, creates secure cryptographic keys using familiar user-side authentication methods like web accounts and biometrics with programmable key management and private identity proofs. The Human Network generates Human Keys. network.human.tech

English
2
1
15
2.3K
Human Network, previously Mishti Network
The code is open. Your secrets stay yours. Now you can verify it.
human.tech@humntech

.@HumnNetwork is now open source the infrastructure behind Human Keys, where your passwords, social logins, and biometrics become cryptographic keys without anyone ever seeing them, is now fully auditable 27 nodes. $2.5B restaked on @eigencloud @symbioticfi. ~3M keys generated. audited by @HalbornSecurity build on it. fork it. verify it does what it claims human.tech/blog/human-net…

English
0
0
6
322
Human Network, previously Mishti Network retweetledi
human.tech
human.tech@humntech·
$HUMN is coming.
human.tech tweet media
English
221
149
924
102.3K
Human Network, previously Mishti Network retweetledi
human.tech
human.tech@humntech·
nothing validates an architecture like seeing others build with it! @TACEO_IO announced their World ID integration this month, centered on vOPRF, a primitive @humnnetwork helped advance for decentralized, privacy-preserving identity.
English
1
1
15
659
Human Network, previously Mishti Network retweetledi
WaaP, Wallet as a Protocol
Fun fact: Cloudflare derives cryptographic keys from lava lamps. What if your keys could be derived from something closer to you? @HumnNetwork does exactly that, powering WaaP's key derivation from human attributes. Build different! 🧵
English
1
3
19
407
Human Network, previously Mishti Network retweetledi
WaaP, Wallet as a Protocol
If wallets need a subscription to exist, they’re not really yours. Wallet-as-a-Service improved onboarding with embedded wallets and easy logins. ⚠️ But these wallets are rented, not owned.
WaaP, Wallet as a Protocol tweet media
English
4
4
21
879
Human Network, previously Mishti Network retweetledi
human.tech
human.tech@humntech·
biometrics are everywhere but how safe are they? at @JoinEdgeCity, Patagonia, @salzone13 -- Lead Cryptographer at human.tech -- walked us through how the @HumnNetwork makes biometric authentication private, secure, and cheaper to compute • what is threshold cryptography? • what makes biometric verification so hard to do privately? full presentation below, recap in the thread 🧵
English
2
6
22
1.6K
Brando.sui💧
Brando.sui💧@brando_sui·
WaaP will have @SuiNetwork support (and go to Open Source) in the coming weeks, due in large part to ika pushing eddsa support on mainnet! Im curious about @HumnNetwork and how they manage unique salts/masking to secure user shares deterministically without leaking PII tho human.tech/blog/what-are-…
English
2
1
6
237
Ika「🦑」
Ika「🦑」@ikadotxyz·
for all you visual zud-chads who hate walls of text quick-hit breakdown dropping: - pure tech meat - real edges - use cases short, spicy, zero cap starting with squidfra #1 🦑 cc @humntech @WaaPxyz
Ika「🦑」 tweet media
d3h3d (ZUD arc) 「🦑」@d3h3d_

squidfra #1 - wallet as a protocol (waap) first things first - credit to @0xHolonym for coming up with the name, brilliant. ---------- so what's waap? it's a simplified api that allows devs to incorporate a wallet experience within their app for their end users. key generation and key management is powered by @ikadotxyz and any access control policies are enforced by a @SuiNetwork smart contract. ---------- 1. problem it solves the problem waap solves is quite frankly one of the biggest problems in crypto, and one of the major hurdles to mass adoption. in web2, users are accustomed to a robust access control system - passwords, social login and sso, user management systems with granular permissions, all with full flexibility and customizability. these systems are managed in a centralized way, and the user is (by design) not sovereign. in web3, the main value proposition is user sovereignty, which is why access control is based on public key cryptography, and that unfortunately comes with a huge downside in terms of ux. we've all felt the ux difficulties as users ourselves - seed phrases, different wallets, gas fees - you name it. now think about a developer who wants to create an app that runs on blockchain rails. creating a secure way for users to generate and manage keys and keep a good user experience around that is a HUGE challenge. then we have so many other challenges like gas fees, key recovery, seamless authentication, multi-chain support - it is so complex and the user experience is so clunky, the barriers to build even the simplest thing on crypto rails are extremely high. ---------- 2. use cases it enables the list of use cases is endless. this is such a fundamental piece of squidfra, i found myself bringing it up with about 90% of the builders i've talked to over the past few months - mentioning this would be something they can use to build out their use case. we can all imagine different retail use cases like payments or trading or gaming, but this type of wallet infrastructure is an enabler for anything that touches blockchain - whether it's b2b / institutional products or ai agents that need to operate on blockchain. the main point here is that devs want to build their use case, and when trying to do it on crypto rails, they end up spending most of their time trying to figure out the ux of onboarding (creating a wallet), performing actions (generating signatures), account recovery etc. - these are complex and sensitive things that need to be provided to devs so they can focus on their actual use case. ---------- 3. existing alternatives most devs are familiar with waas (wallet as a service) platforms. companies like @privy_io, @get_para and @Web3Auth provide a framework to generate and manage keys for end users. they have different security models (which we won't get into right now, that's probably a topic deserving its own post - not all waas systems are equal in terms of their architecture and security risks!) but all of them have one thing in common - a centralized single point of failure (spof). the company providing the waas service operates servers, and if they are compromised or disabled that could lead to catastrophic outcomes for all the end users of all devs using the platform. besides the security risk it carries, the idea of relying on a centralized entity to manage and enforce access control negates one of the main reasons for building on blockchain rails - by bringing back reliance on a trusted 3rd party. especially given the fact that both business and security considerations lead to a big chunk of these platforms opting out of public and open-source in favor of being black boxes, so devs have very limited visibility into what they (and their users) are actually relying on. however this is such a huge problem, that even with these great sacrifices in centralization and security - waas platforms are still wildly popular with devs. just a couple of weeks ago stripe acquired privy. there are local solutions on different networks such as account abstraction smart contracts, zklogin etc. but these are limited to the network they are deployed on so are not as popular as a basis for devs like waas platforms are. ---------- 4. competitive advantage with ika ika brings unprecedented power, security, decentralization and open-source power to waap solutions. unlike the waas platforms' centralized key management spof, a waap platform utilizes ika and its 2pc-mpc protocol for a decentralized distribution of signing power. furthermore, all logic and policies live on a sui smart contract, enforced on-chain by the sui blockchain - that's the p in waap. everything, both ika and sui, publicly auditable and running on bft proof-of-stake rails. you literally can't get more secure and more decentralized than that. side note: just think of the insane unlock for sui here - when waap platforms gain adoption that means every asset and every action performed on any blockchain with any app using the waap platform - is coordinated on-chain by a sui smart contract. this is what we're talking about when we say global coordination layer. besides a superior product over waas platforms, there's also a really big unlock here for the waap platform company - ika lowers the barrier of entry, and removes risk and complexity for the waap platform. of course they still need to build a secure solution, but they don't need to deal with the really risky and complex cryptography, and don't end up doing crazy dangerous things like reconstructing the key in their servers every time it needs to generate a signature (yes privy i'm looking at you rn... smh) story time - the first time @NanakNihal reached out to me was in denver just over a year ago, after we published our 2pc-mpc paper (it was actually the same day we met @b1ackd0g and told him what we were building for the first time!) nanak told me that they have been building a centralized waas solution (@HumanWallets) and were desperately trying to figure out how to make it decentralized, hitting brick wall after brick wall, realizing it's an insanely hard problem that seems impossible. so when they read the 2pc-mpc paper they got so excited and couldn't believe someone actually solved that problem with real cryptography research. i took @SapirHJ with me to meet nanak, she just joined the team as head of product a few weeks before, and she later told me that conversation was so powerful, it was the main thing that built her conviction around what we were building. ---------- well, this was the first squidfra post, tomorrow we'll start diving into bitcoin-related squidfra

English
16
24
143
9.3K
Human Network, previously Mishti Network retweetledi
S El Damaty
S El Damaty@hebbianloop·
you know you've done something right when @worldnetwork silently copies your code base and merges it into world-id-core great to see vOPRF adoption picking up (metamask, celo, world, taceo) though there's only one trustless implementation out there network.hu.mn
English
4
4
38
3.3K
Human Network, previously Mishti Network retweetledi
WaaP, Wallet as a Protocol
It’s happening now. The birth of WaaP. 🥹
WaaP, Wallet as a Protocol tweet media
English
9
20
93
29K
human.tech
human.tech@humntech·
How do we help solve the digital identity trilemma: privacy vs. verification vs. decentralization? Yesterday at @EFDevcon, our lead cryptographer @salzone13 presented Human Network's breakthrough approach to privacy-preserving identity at zkID Day by @PrivacyEthereum 🧵
human.tech tweet media
PSE@PrivacyEthereum

3/ For workshops, come early to make sure you get in before doors close! 1️⃣ Bring your laptop 2️⃣ Check your email for pre-prerequisites and set up instructions (e.g.zkmopro.org/docs/prerequis…) @vikas_rushi @vivi4322 @salzone13 @jimpo_potamus @_rutefig

English
4
3
38
1.5K
Human Network, previously Mishti Network retweetledi
human.tech
human.tech@humntech·
our Wallet as a Protocol (WaaP) is now secured by @ikadotxyz's 2PC MPC network WaaP now runs on two decentralized protocols: - key generation through @humnNetwork - transaction signing through Ika the first fully decentralized, censorship-resistant wallet infrastructure 🧵
human.tech tweet media
English
8
28
120
13.4K
Human Network, previously Mishti Network retweetledi
Human Passport
Human Passport@HumnPassport·
We're participating in GG24 as a grantee (we're also protecting the round 🛡️) If you believe in a more human web3, support us here: giveth.io/donate/human-p… In Quadratic Funding, every verified donation amplifies impact & with Humanity Score of 15+, you’re already verified
English
24
36
181
12.3K
Human Network, previously Mishti Network retweetledi
human.tech
human.tech@humntech·
Holonym Quarterly Update: Q3 2025 full Q3 report → human.tech/blog/holonym-f… 🌱 human.tech the framework for human-aligned technology, last quarter: • launched Human ID on @StellarOrg • scaled Relay ID with @Refunite in Uganda • released Human Bridge on @aztecnetwork testnet • tested Proof of Clean Hands on Sui with @ikadotxyz • opened RealFi hackathon with @FundingCommons 🌱 Human Passport our proof of humanity tool moved closer to users and partners: • Passport Embed entered beta, bringing humanity verification straight into partner dashboards • MetaMask OG campaign went live with @themiracle_io • Lido ICS, OverlayProtocol, and t3rn airdrop verified via Passport • ZK Email Stamp is in development 🌱 Human Network infrastructure for Human Keys grew stronger last quarter, hitting important milestones: • 1.2M+ keys generated, 27 nodes operated by 25 teams • $3.7B restaked across @eigencloud & @symbioticfinetwork.hu.mn dashboard went live • resharing, permissionless joins, and operator rotation are live • Halborn audit complete 🌱 Wallet as a Protocol wallet as a protocol is shaping up: • new branding & design • developer playground live at docs.wallet.human.tech/docs/playground • migration almost complete, and the big reveal is coming at WalletCon 🇦🇷 🌱 culture & community • HUMN onchain SUMR continued to attract verified humans, crossing 35K participants • Manifestation Campaign expanded through art and alignment • The Covenant is nearing its public release • the human.tech residency in Patagonia with @ERC725Account opens next month from compliance tooling to embeddable humanity and wallets evolving into waap ~ the Holonym ecosystem keeps expanding for a more humanly digital future browse the highlights 🧵
human.tech tweet media
English
5
8
34
3K
Human Network, previously Mishti Network retweetledi
S El Damaty
S El Damaty@hebbianloop·
over 2,100,000 OPRF human keys created to date since @HumnNetwork came to life in april that's several per second showing threshold OPRF can scale key derivation there is no excuse to be paying for centralized waas today network.hu.mn
English
0
2
7
295
Human Network, previously Mishti Network retweetledi
Human Network, previously Mishti Network
The network for Human Keys 🔑 Human Keys can serve as: • Private Keys→ wallets w/o seed phrases, secure comms, easy recovery • ZK Nullifiers→ privacy-preserving verification, uniqueness proofs, deduplication 1.2M+ Human Keys have been issued to date human.tech/blog/human-net…
Human Network, previously Mishti Network tweet media
English
2
0
14
420
Human Network, previously Mishti Network retweetledi
human.tech
human.tech@humntech·
our COO, @kbw, will be in Singapore for @token2049 🇸🇬 human.tech is building the human layer of the internet: • privacy as a foundation • portable proof of personhood • identity infra for protocols & people if you’re in town, let's talk human-aligned tech
human.tech tweet media
English
4
1
17
3.5K