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
EN
ENS
Verified identity for name resolution
Embed Widget
<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