Built on Pylun Network

Gaming Payments, On-Chain.

The blockchain payment infrastructure for games. Tournaments, item shops, subscriptions, and payment gateways โ€” all powered by PYLUN.

๐Ÿ†

Live Tournaments

๐Ÿ›’

Game Items

๐ŸŒŸ

Battle Passes & Subscriptions

Developer Tools

Build with PylunPay

Integrate blockchain payments into your game with just a few lines of code.

โšก

Payment Gateway

Core

Accept payments in PYLUN & tokens with automatic fee splitting. Instant settlement to game vaults with configurable platform and referrer fees.

๐Ÿ†

Tournament System

Competitive

Create tournaments with prize pools and BPS-based distribution. Entry fees, max participants, time-bound events, and automated prize payouts.

๐ŸŽฎ

Item Registry

NFT

ERC-1155 compatible on-chain item shop. Configurable supply, pricing, metadata URIs, and direct-to-player sales with native PYLUN.

pylunpay-integration.js
import { PylunPay } from "@pylun/pay-sdk";

// Initialize
const pay = new PylunPay();
await pay.connect(signer);

// Process a payment
await pay.payNative(gameId, "order-123", "5.0");

// Create a tournament
await pay.createTournament({
  gameId: 0,
  name: "Weekly Championship",
  entryFee: "1.0",
  maxParticipants: 32,
  prizeDistribution: [5000, 3000, 2000],
});

// Purchase an item
await pay.purchaseItem(itemId, 1);
API Docs โ†—SDK on GitHub โ†—Dashboard โ†—

Contract Addresses

Pylun Testnet ยท Chain ID 82716