Kapra Chain Documentation

Welcome to Kapra Chain, a next-generation blockchain platform with AI integration, decentralized validation, and Web4 capabilities.

🎯 What is Kapra Chain?

Kapra Chain is a decentralized blockchain that combines AI-powered validation with mobile-first design. Anyone can become a validator using just their phone, earning KAP for helping secure the network.

Quick Start

1. Download Glow AI

Get the mobile app or browser extension to start validating.

Download Now →

2. Auto-Registration

Your device automatically becomes a validator when you install the app. No complex setup required!

3. Start Earning

Begin earning KAP immediately by validating transactions on the network.

Installation

Mobile (Recommended)

Download Glow AI from the App Store or Google Play.

Browser Extension

Install the Kapra Web4 extension from the Chrome Web Store.

Command Line

curl -sSL https://kaprachain.com/install.sh | bash

RPC API

Kapra Chain provides a JSON-RPC API for interacting with the blockchain.

Endpoints

# Testnet RPC
http://91.98.29.122:8545/rpc
# WebSocket
ws://91.98.29.122:8545/ws

Common Methods

kapra_getBlockNumberGet current block height
kapra_getBalanceGet account balance
kapra_getValidatorStatusGet validator info
kapra_registerValidatorRegister as validator
kapra_referral_getCodeGet referral code
kapra_referral_getStatsGet referral statistics

Referral System

Earn KAP by inviting friends to join Kapra Chain.

How It Works

  1. Get your unique referral code from the app
  2. Share your referral link: https://kaprachain.com/ref/YOUR_CODE
  3. When friends sign up using your link, both of you earn 0.5 KAP
  4. No limit on referrals - keep earning!

Integration

To integrate referrals programmatically:

// Get referral code
const response = await fetch(RPC_URL, {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    jsonrpc: '2.0',
    method: 'kapra_referral_getCode',
    params: [validatorId],
    id: 1
  })
});

const { result } = await response.json();
const referralLink = `https://kaprachain.com/ref/${result}`;

Need Help?

Join our community for support and updates.