← Back to home

HackerHouseProtocol

Decentralized rental protocol connecting hackers through real estate and social media

Problem Statement

Hacker House Protocol, a platform that combines real estate with social media.Our purpose is to connect hackers around the world, giving them the ability to rent an apartment, co-pay with others, or create a hacker house together. Unlike traditional booking platforms, this is not just about rentals, it’s about building community and helping hackers find the right place to stay for their favorite events or to live temporarily with others in the locations they choose.Authentication in our platform is privacy-preserving and based on verified NFTs, POAPs, and Talent Protocol Passports, ensuring that only real hackers are part of the network. At the same time, the system is fully DeFi-driven, keeping identity safe while enabling seamless payments.We’re launching our beta in Argentina to host hacker houses for DevConnect and ETH Global Buenos Aires in November. We already have partnerships with real estate agencies interested in potentially migrating up to 100 apartments from their Airbnb listings once we go live. Our platform will create a clear entry point for real estate agencies into the crypto market.Our business model is based on a 1–2% booking fee, half the cost of Airbnb. Deposits are placed in staking, generating yield, while allowing us to offer cashback to hackers.Our roadmap: Looking ahead, for the future we want this experience to be unique, fun, and social. Evolving into immersive, gamified 3D worlds with avatars, filtered servers, and hackers planning their next hacker house together.This is how we’re building a new rental experience, one that’s decentralized, social, and designed by hackers, for hackers.Website: https://hackerhouse.appPresentation Deck: https://docs.google.com/presentation/d/1086j3TyvSXLmkPZK3aXF58eYmfiQqNOTiOXxJY7VTq8/Figma: https://www.figma.com/design/A8k8TI5T4IvaJHZ41b05aY/NYC-Hackathon---FINAL?node-id=0-1&p=f&t=RgqqTm0ksDj1oXCn-0Repository: https://github.com/Shaivpidadi/hacker-house-protocol

Solution

How We Built ThisWe built amonorepowith three core components that work together seamlessly:Smart Contracts (Foundry + Solidity)Core Logic:HackerHouseProtocol.solon Arbitrum Sepolia handles listings, reservations, and paymentsCross-Chain Magic: Integrated Hyperlane's Warp Route for automatic token bridgingPrivacy-First: Encrypted private data (door codes, wifi passwords) stored on IPFS with on-chain verificationSecurity: EIP-712 signature verification for gated listings (POAP ownership, etc.)Data Layer (The Graph)Subgraph: Indexes all blockchain events in real-timeGraphQL API: Provides complex queries for listings, reservations, and paymentsDecentralized: No centralized database needed - everything from the blockchainFrontend (Next.js 15 + React 19)Modern Stack: Latest React features, TypeScript, TanStack QueryReal-Time: Live data from The Graph subgraphCross-Chain UX: Seamless payment flow that handles bridging automaticallyThe "Hacky" PartCross-Chain Payment Flow: Instead of forcing users to manually bridge tokens, we built an automatic system:// User pays with ANY crypto from ANY chain await token.approve(hyperlaneRouter, amount); await hyperlaneRouter.transferRemote( destinationChain, // Arbitrum Sepolia recipient, // Hacker's address amount, // Any token amount { value: gasFee } // Interchain gas payment ); // Automatically bridged and converted!Why this is clever: Hackers don't need to worry about which chain their crypto is on - they can pay with whatever they have!Partner Technologies & BenefitsHyperlane Warp RouteProblem: Cross-chain token transfers are complex and user-unfriendlySolution: Automatic bridging that feels like a single transactionBenefit: Users can pay with PYUSD, ETH, or any supported token from any chainThe GraphProblem: Blockchain data querying is slow and expensiveSolution: Decentralized indexing with GraphQL APIBenefit: Real-time data without running nodes or making direct RPC callsPayPal USD (PYUSD)Problem: Need stable, regulated payment tokenSolution: Real USD-backed token with cross-chain capabilitiesBenefit: Users pay with actual USD value, not volatile cryptoTechnical InnovationEncrypted Private Data Pattern: Store sensitive accommodation data (door codes, wifi passwords) encrypted on IPFS with on-chain hash verificationCo-Payer Split System: Multiple hackers can pay different amounts for one accommodationEIP-712 Gating: Secure signature verification for exclusive listings (POAP holders, DAO members, etc.)Automatic Bridging: Users think they're paying with their native token, but it's automatically bridged behind the scenesImpactThis solves real problems for the hackathon community:Affordability: Find roommates to split accommodation costsFlexibility: Pay with any crypto from any chainCommunity: Connect with fellow hackers before eventsPrivacy: Sensitive data stays encrypted but verifiableThe result: Hackers can focus on building, not worrying about accommodation logistics or crypto complexity.

Hackathon

ETHGlobal New York 2025

2025

Contributors