Decentralized rental protocol connecting hackers through real estate and social media
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.app
Presentation 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-0
Repository: https://github.com/Shaivpidadi/hacker-house-protocol
We built a monorepo with three core components that work together seamlessly:
HackerHouseProtocol.sol
on Arbitrum Sepolia handles listings, reservations, and paymentsCross-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!
This solves real problems for the hackathon community:
The result: Hackers can focus on building, not worrying about accommodation logistics or crypto complexity.