fiber-network

Develops Layer 2 payment apps on Nervos CKB using Fiber Network protocol.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/RetricSu/fiber.skills --skill fiber-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fiber-network
Source: https://github.com/RetricSu/fiber.skills/tree/main
Command: npx skills add https://github.com/RetricSu/fiber.skills --skill fiber-network

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to build Layer 2 payment applications on the Nervos CKB blockchain, facilitating fast, low-cost, and multi-asset transactions.

Core Features & Use Cases

  • Payment Channels: Create and manage off-chain payment channels for instant transactions.
  • Multi-Asset Support: Handle native CKB and UDT tokens, including stablecoins.
  • Cross-Chain Interoperability: Bridge CKB Fiber with Bitcoin Lightning Network.
  • Use Case: Develop a decentralized payment gateway for an e-commerce platform, allowing users to pay with CKB-based tokens instantly and securely.

Quick Start

Use the fiber-network skill to open a new CKB channel with peer ID 'QmXen3eUHhywmutEzydCsW4hXBoeVmdET2FJvMX69XJ1Eo' for 500 CKB.

Frequently Asked Questions about fiber-network

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build Layer 2 payment channels on CKB?

To build Layer 2 payment channels on CKB, use the Fiber Network protocol to manage off-chain payment channels for instant transactions. This requires understanding on-chain scripts for funding and commitment locks alongside RPC APIs for node management.

Does the Fiber Network support multi-asset transactions including UDT tokens?

Yes, the Fiber Network supports multi-asset transactions, allowing you to handle native CKB and UDT tokens, including stablecoins, within your Layer 2 payment channels for fast and secure transfers.

Can I bridge CKB payment channels with the Bitcoin Lightning Network?

Yes, you can achieve cross-chain interoperability by bridging CKB Fiber with the Bitcoin Lightning Network. This allows decentralized payment applications to facilitate transactions across both ecosystems.

What do I need to manage nodes and channels on the Fiber Network?

You need to use RPC APIs for node and channel management on the Fiber Network. Additionally, understanding on-chain scripts for funding and commitment locks is required to successfully facilitate Layer 2 payments.

How do I open a new CKB payment channel with a specific peer?

To open a new CKB payment channel, you specify a peer ID and the funding amount, such as opening a channel with peer ID 'QmXen3eUHhywmutEzydCsW4hXBoeVmdET2FJvMX69XJ1Eo' for 500 CKB, using the protocol's channel management functions.