← All work
Web3 · Fintech · Compliance
Institutional Web3 crowdfunding platform
A regulated crowdfunding platform combining decentralised identity, fiat on-ramps, and an enterprise GraphQL layer.
// problem
Bringing institutional money into Web3 means satisfying two audiences at once: regulators who need conventional KYC and fiat rails, and crypto-native users who expect decentralised identity and on-chain settlement. Most stacks pick a side.
// what we built
A monorepo platform combining decentralised identity (Web3Auth, MetaMask) with conventional KYC and fiat on-ramps (Stripe). Hasura GraphQL provides fine-grained authorisation over a Postgres core; AWS SQS handles async settlement work; Next.js fronts the institutional UI. Architected so the regulated surfaces and the on-chain surfaces evolve independently.
// stack
Nx monorepoNext.jsHasura GraphQLethers.jsWeb3AuthStripeAWS SQS