Integrations

Connect HumanLayer to your platforms

Platform integrations
Gi
Gitcoin
Sybil-resistant quadratic funding rounds
ET
ETHGlobal
Verified builder applications
Fa
Farcaster
Proof of human in social posts
Coming soon
EN
ENS
Verified identity for name resolution
Coming soon
Embed Widget
🚧 Coming Soon
The JavaScript embed widget is coming in v2. For now, use our REST API from docs to integrate HumanLayer into your platform. Integration takes under 30 minutes.
<div id="hl-verify" data-partner="YOUR_PARTNER_ID" data-callback="onVerified"> </div> <script src="https://cdn.humanlayer.network/widget.js"></script> <script> function onVerified(result) { // result.verified === true // result.tier === "builder" // result.score === 82 console.log('Verified:', result); } </script>
Webhooks
No webhooks yet