Keyper
Decentralized Platform for Secure IP Address Transactions
February 2026 β’ π¨π Swiss Development
01 Vision & Mission
βMaking IP address trading as simple, fast, and secure as buying a product on a marketplaceβ
Keyper is the first decentralized platform for secure IPv4 address block transactions, leveraging blockchain technology and smart contracts to eliminate the need for intermediaries while ensuring guarantees for both parties.
Our mission is to transform the archaic IP address market, reducing transaction time from weeks to minutes, eliminating fraud risks, and cutting transaction costs by an order of magnitude.
02 Market Problem
IPv4 Address Scarcity
The IPv4 address pool has been officially exhausted since 2019. Yet demand continues to grow: cloud services, IoT devices, data centers β all require IP addresses. This has turned IPv4 addresses into a valuable digital asset.
Market Prices (2026)
- β’ 1 IP address: $30β60
- β’ /24 block (256 IPs): $7,000β15,000
- β’ /16 block (65,536 IPs): $1.5β3M
Market Size
- β’ Global market: $1.5B+ per year
- β’ Annual transactions: 10,000+
- β’ Broker fees: 5β15%
Pain Points of the Current Process
Slow Timelines
Deals take 2β8 weeks: negotiations, verifications, registry applications, waiting for WHOIS updates
Trust Risks
Buyer pays upfront and waits weeks without guarantees. Seller risks not receiving payment
Fraud
Selling stolen blocks, forged ownership documents, double-selling the same block
High Fees
Brokers charge 5β15% of deal value. On a /16 block sale β that's hundreds of thousands of dollars
03 Our Solution
Keyper β Smart Contract as Intermediary
We replace brokers and middlemen with a smart contract on the Polygon blockchain. Buyer's funds are locked in the contract and automatically transferred to the seller only after confirmed IP block transfer in the RIPE registry.
Speed
Deal closes automatically once Oracle confirms the transfer in RIPE
Security
Funds in escrow until confirmation. Automatic refund on deadline expiry
Savings
Platform fee of 1β2% instead of 5β15% from traditional brokers
Key Advantages
- βTrustless: No need to trust the counterparty β smart contract guarantees execution
- βTransparency: All deals are recorded on blockchain and publicly verifiable
- βAutomation: Oracle checks RIPE API every minute and closes deals automatically
- βFraud Protection: ASN ownership verification at deal creation
- βGlobal Access: Participants from any country, cryptocurrency settlements
04 Technology & Architecture
Technology Stack
Blockchain
- β’ Polygon (Matic) β low gas fees, high speed
- β’ Solidity 0.8.20 β smart contracts
- β’ OpenZeppelin β audited security libraries
Frontend
- β’ Next.js 15 β React framework
- β’ wagmi + viem β Web3 integration
- β’ Tailwind CSS β styling
Oracle
- β’ RIPE NCC API β IP ownership data source
- β’ Node.js β verification service
- β’ Snapshot-based verification β new prefix detection
Infrastructure
- β’ PM2 β process manager
- β’ nginx β reverse proxy, SSL
- β’ GitHub β version control
Smart Contract Architecture
contract IPEscrow v4.3 {
struct Deal {
address seller; // Seller wallet
address buyer; // Buyer wallet
string ipBlock; // e.g. "195.20.115.0/24"
string buyerASN; // Buyer ASN (RIPE)
uint256 price; // Price in USDT (ERC-20)
DealStatus status; // Created β Funded β Completed
uint256 deadline; // Refund deadline (30 days)
}
// Multisig 2-of-3: Oracle + Buyer + Broker
createDeal() // Seller creates a deal
fundDeal() // Buyer pays USDT (funds in escrow)
confirmTransfer() // 2 of 3 confirm β 99% to seller, 1% platform fee
refund() // Buyer refund on deadline expiry
// Contract: 0xb02b5075...5d92 (Polygon Mainnet, v4.3)
// Audited by ChainGPT β all findings addressed
}Oracle Mechanism
The Oracle is a service that bridges blockchain with the real world. Our Oracle:
- Seller specifies the exact IP block when creating a deal (e.g., 195.20.115.0/24)
- Upon deal funding, saves a snapshot of the buyer's current prefixes
- Every 60 seconds queries the RIPE API for current data
- Compares current prefixes with the snapshot
- If the buyer has acquired the specified IP block β calls
confirmTransfer() - Smart contract automatically transfers funds to the seller
05 How It Works
Seller Creates a Deal
Specifies the IP block (e.g., 195.20.115.0/24), their ASN, buyer's ASN, and price in POL. The system verifies block ownership via the RIPE API.
Buyer Funds the Escrow
Buyer connects MetaMask, reviews deal terms, and sends POL to the smart contract. Funds are locked until deal completion.
IP Transfer in Registry
Seller initiates the IP block transfer through the RIPE NCC portal. This is a standard procedure taking from several hours to several days.
Automatic Completion
Oracle detects that the IP block has appeared in the buyer's resource list in RIPE. Smart contract automatically transfers funds to the seller. Deal complete!
Party Protection
For the Buyer:
If the transfer doesn't occur within 30 days β automatic refund to the buyer's wallet
For the Seller:
Funds are guaranteed to be paid immediately after Oracle confirms the transfer
06 Security
Smart Contract Protection
β Reentrancy Guard
Protection against reentrancy attacks (OpenZeppelin)
β Overflow Protection
Solidity 0.8+ with built-in overflow checks
β Access Control
Only the verifier can confirm transfers
β Pausable
Ability to pause the contract in emergencies
β Min/Max Limits
Deal size limits for error protection
β CEI Pattern
Checks-Effects-Interactions for safe transfers
Security Enhancement Plans
- β―Multisig 2-of-3: For verifier keys (Gnosis Safe)
- β―Chainlink Oracle: Decentralized data source
- β―Professional Audit: CertiK or OpenZeppelin
- β―Bug Bounty: Vulnerability reward program
07 Business Model
Monetization
Fee per successful deal
Premium listing / verification
Integration for super users
Comparison with Alternatives
| Parameter | Traditional Brokers | Keyper |
|---|---|---|
| Fee | 5β15% | 1β2% |
| Deal Timeline | 2β8 weeks | 1β3 days |
| Trust | In broker | In code (trustless) |
| Transparency | Low | Full (blockchain) |
| Availability | Business hours | 24/7 |
08 Roadmap
- β Smart contract v4.3 on Polygon Mainnet
- β USDT payments (ERC-20)
- β Multisig 2-of-3 (Oracle + Buyer + Broker)
- β RIPE Oracle for automated BGP verification
- β ChainGPT security audit β all findings addressed
- β Platform fee 1% with dedicated Keyper wallet
- β Web interface with MetaMask + wallet risk screening
- β Real transactions completed on mainnet
- β― ARIN integration (North America)
- β― APNIC integration (Asia-Pacific)
- β― Ethereum Mainnet deployment
- β― WalletConnect for mobile access
- β― APNIC support (Asia-Pacific)
- β― Chainlink Oracle integration
- β― Mobile application
- β― Partner API
- β― All 5 Regional Internet Registries (RIRs)
- β― IP block marketplace
- β― Reputation system
- β― Dispute resolution via DAO
09 Conclusion
Keyper solves a real problem in a market worth over a billion dollars. We leverage proven blockchain technology to create a secure, transparent, and efficient platform for IP address trading.
The MVP is already working and demonstrates the viability of the concept. Next step β professional audit and mainnet launch.