Inspiration

The idea for Dehix came directly from seeing how fragmented and painful the journey is for Web3 and AI builders: opportunities are scattered across dozens of platforms, payments are unreliable, and reputation is locked in centralized silos like CVs, PDFs, and private spreadsheets instead of being verifiable and portable on-chain. At the same time, protocols, DAOs, and startups struggle to discover trustworthy talent, coordinate bounties or grants, and manage cross-chain payments while keeping everything transparent for their communities.

As hackathon participants, founders, and contributors ourselves, we repeatedly faced problems like unpaid work, ghosted collaborations, difficulty proving previous contributions, and time wasted manually searching for relevant grants or hackathons. Dehix was born from a simple question: what if there was one cohesive ecosystem that connected talent, tools, and trust—so builders can focus on building instead of fighting the system.

What it does

Dehix is a full-stack Web3 and AI support ecosystem that connects three core layers: a talent layer for builders, a tech layer for tools and infrastructure, and a trust layer powered by on-chain identity, SBT-based credentials, and escrow. Builders can create a unified on-chain profile, showcase verifiable skills and past work, discover hackathons, grants, jobs, and bounties, and get paid through smart-contract escrow with transparent milestones and crypto/fiat settlement pathways.

On the ecosystem side, protocols, DAOs, and teams can list opportunities, spin up workspaces, plug into our escrow and reputation rails, and rely on oracle-backed and SBT-backed verification instead of manual vetting. AI modules assist both sides by recommending relevant opportunities to talent, matching teams with the right contributors, and helping filter noise in a rapidly growing multi-chain environment.

How we built it

For this iteration, Dehix is built as a Next.js-based frontend with a Fastify backend, tightly integrated with Solidity smart contracts that handle escrow, rewards, and on-chain identity. The smart contract layer manages project creation, milestone-based payments, dispute-safe escrows, SBT credential issuance, and multi-chain identity, with deployments across EVM testnets like Polygon and Ethereum to validate flows before mainnet.

The frontend uses Next.js with wallet integrations (e.g., MetaMask and other EVM wallets) to allow users to connect, manage their opportunities, and interact with contracts in a clean UX tailored for hackathon builders and protocol teams. The backend, built with Fastify, powers AI-driven recommendation and data aggregation, including LLM-based matching for jobs and grants, while also exposing APIs that can later be used by partner protocols or other platforms. We additionally designed the architecture to be modular so that future integrations with non-EVM chains and external tools (like project management or off-chain identity providers) are straightforward.

Challenges we ran into

One major challenge was designing a cross-chain architecture that is flexible enough to support multiple ecosystems (Polygon, Ethereum, Solana, etc.) without overcomplicating the developer and user experience. Each chain has different transaction models, fee characteristics, and tooling, so making the identity and escrow logic portable while preserving security required several iterations of contract design and abstraction.

Another challenge was combining AI-driven matching with verifiable, trust-minimized data instead of purely relying on centralized profiles. Mapping real-world actions (hackathon wins, shipped projects, contributions) to on-chain credentials via SBTs and oracle-like verification flows required careful thinking about reputation, privacy, and user onboarding friction. Finally, turning a large vision (supporting talent, tools, and trust) into a focused MVP that still demonstrates end-to-end value—without cutting critical safety and UX features—was a constant product and engineering balancing act.

Accomplishments that we're proud of

Dehix now has a working end-to-end workflow where a protocol or team can create an opportunity, a builder can apply and be selected, funds are locked in a smart-contract escrow, milestones are completed, and payments are released transparently on-chain. The platform already supports multi-chain identity primitives, SBT-style certificates for achievements, and a functioning reward engine that can be extended to grants, bounties, or cohort-based programs.

On the AI side, the system can recommend relevant hackathons, grants, and roles to builders based on their skills and history, turning the overwhelming information landscape into a curated, actionable feed. Beyond pure tech, Dehix has started to evolve into a recognizable brand and ecosystem, with early collaborators, internship programs, and community outreach that validate there is a real need for an integrated Web3 and AI support stack.

What we learned

Building cross-chain systems forces a deeper appreciation of each network's trade-offs and highlights why chain abstraction and modular design are non-negotiable if you want to scale beyond a single ecosystem. Working with SBTs and on-chain credentials showed how powerful reputation primitives can be when they are thoughtfully designed—but also how important it is to balance verifiability with user consent and progressive disclosure of data.

We also learned that user acquisition in Web3 is not just a growth problem; it is an education problem. Builders, especially newcomers, need guidance on how to navigate grants, hackathons, and collaborations, which is why documentation, content, and community support are as important as contracts and code. Finally, iterating through multiple hackathons and versions of Dehix reinforced the value of modular architectures, fast feedback loops, and shipping real, testable workflows instead of getting stuck in over-architecting.

What's next for dehix

The immediate roadmap is to push Dehix to production on Polygon and Ethereum, onboard an initial cohort of builders and early ecosystem partners, and harden the contracts with more rigorous audits before expanding to additional chains like Solana and Polkadot. Parallel to this, Dehix will deepen AI integration for smarter matching, automated opportunity routing, and eventually semi-automated dispute assistance, combining LLMs with on-chain signals and human oversight where needed.

Beyond launch, Dehix aims to become the default infrastructure layer for the Web3 and AI workforce: integrating with grant programs, DAOs, and accelerators; offering APIs for external platforms to consume reputation and identity data; and hosting "learn-to-earn" and certification rails so education, work, and payments are tightly coupled. The long-term goal is a globally accessible, chain-agnostic ecosystem where any builder can discover opportunities, prove their track record, and get paid fairly—without relying on centralized intermediaries.

Built With

Share this project:

Updates