Hub
HUMAN Website
  • HUMAN Protocol Document Hub
  • HUMAN Tech Docs
    • Architecture
      • Components
        • Smart Contracts
          • Escrow.sol
          • EscrowFactory.sol
          • Contract Addresses
        • Dashboard
        • Job Launcher
          • Standard
          • HUMAN Job Launcher
        • Exchange Oracle
          • Standard
        • Recording Oracle
          • Standard
        • Reputation Oracle
          • Standard
          • HUMAN Reputation Oracle
        • HUMAN App
        • Annotation Tools
          • CVAT
          • hCaptcha
          • Fortune (test)
      • Protocol Features
        • Routing Protocol
        • Abuse System
        • Qualifications System
        • Governance
    • SDK
    • Tutorials
      • Job Requesters
        • Signup
        • Launch Jobs
          • Fortune
      • Workers
        • Sign Up
        • KYC Verification
        • Wallet address registration
      • Operators
        • Sign Up
      • HMToken
        • Bridge
          • Ethereum <--> Polygon
          • Ethereum <--> Binance Smart Chain
    • Developer
      • Initial setup
      • Running HUMAN Protocol with CVAT
        • Getting started
        • Running CVAT
        • Running HUMAN Protocol
          • Reputation Oracle
          • HUMAN App
          • Job Launcher
          • CVAT oracles
        • Setting up Oracles
        • Setting up Worker user
        • Launch simple CVAT job
      • FAQ
  • Routing Protocol Tokenomics
    • Status
    • Premise
    • Token design
    • Proposition for a governance minimization model
    • Liquidity provision /market making
    • Alternate Conviction voting model
    • Voting model
    • The HUMAN-RP Magistrate
    • Voting process
    • Security
    • Policies
    • Slashing and Soft-freezing
    • Staking for tool vendors
  • Grants Program
    • Introduction and Program Overview
    • Application Process
      • Application Process of the HUMAN Grants Program
    • Funded Projects
    • Community
    • Help & FAQs
    • Terms and condition
  • Guide to the HUMAN Protocol SDK's
Powered by GitBook
LogoLogo

© 2023 HPF. HUMAN Protocol® is a registered trademark

On this page
  • Key Features
  • Use Cases
  • How It Works

Was this helpful?

  1. HUMAN Tech Docs
  2. Architecture
  3. Components
  4. Annotation Tools

hCaptcha

hCaptcha is a security service designed to protect websites from bots and automated attacks by distinguishing between human users and automated systems. It works by presenting challenges, such as identifying objects in images, that are typically easy for humans to solve but difficult for bots. These challenges are used to ensure that only real people can interact with certain parts of a website, such as submitting forms, accessing content, or creating accounts.

Key Features

  • Bot Detection: hCaptcha effectively blocks automated bots from accessing protected areas of a website, reducing the risk of spam, abuse, and other malicious activities.

  • Privacy-Focused: Unlike some other CAPTCHA services, hCaptcha is designed with privacy in mind, minimizing data collection and offering options to comply with privacy regulations like GDPR.

  • Monetization: Website owners can earn small amounts of money when users solve hCaptcha challenges because these challenges are often used to label data for machine learning purposes.

Use Cases

  • Preventing Spam: Websites use hCaptcha to prevent bots from spamming contact forms, comment sections, or other input fields.

  • Securing User Accounts: hCaptcha is often used during account creation or login processes to ensure that only real users are accessing the service.

  • Protecting E-commerce: Online stores use hCaptcha to prevent automated bots from making fraudulent purchases or taking advantage of promotions.

How It Works

When a user tries to perform a protected action on a website (e.g., submitting a form), hCaptcha presents a challenge, such as selecting all images containing a particular object. If the user solves the challenge correctly, hCaptcha verifies that the user is likely human and allows the action to proceed. If the challenge is not solved correctly, the action may be blocked, or the user may be asked to try again.

hCaptcha provides a balance between security and user experience, offering a reliable way to protect websites while respecting user privacy.

PreviousCVATNextFortune (test)

Last updated 8 months ago

Was this helpful?