shelby-network-rpc

Optimize Shelby Protocol RPC servers and Cavalier storage providers over the DoubleZero private fiber network.

Updated Nov 25, 2025
One-click install
npx skills add https://github.com/gounthar/bazel-riscv --skill shelby-network-rpc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shelby-network-rpc
Source: https://github.com/gounthar/bazel-riscv/tree/main/.claude/skills/aptos/shelby/network-rpc
Command: npx skills add https://github.com/gounthar/bazel-riscv --skill shelby-network-rpc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidance on Shelby Protocol network infrastructure, RPC servers, and private network.

Core Features & Use Cases

  • RPC Architecture: endpoints, performance, and streaming.
  • Storage Providers: Cavalier, tile architecture, and I/O.
  • Private Network: DoubleZero fiber network and coordination.
  • Use Case: Plan and optimize an end-to-end Shelby deployment.

Quick Start

Ask: "What are the main Shelby RPC endpoints and how to scale them?"

Frequently Asked Questions about shelby-network-rpc

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

FAQPage Schema
How do I optimize Shelby Protocol RPC server performance and scaling?

Shelby RPC performance optimization involves configuring endpoints, implementing request hedging, connection pooling, and streaming protocols. Scale by distributing load across multiple endpoint instances, monitoring health via storage-provider checks, and tuning micropayment handling for session management efficiency.

What is the role of storage providers and tile architecture in Shelby deployments?

Storage providers like Cavalier use tile architecture to organize and serve data with optimized I/O patterns. Tile architecture enables efficient erasure coding, commitment verification, and distributed storage coordination within the Shelby Protocol, reducing latency and improving end-to-end reliability.

How do I set up a private network using DoubleZero fiber for Shelby RPC?

DoubleZero private fiber network provides dedicated connectivity for Shelby deployments. Configure it for direct RPC server and storage-provider communication, enabling low-latency, high-reliability data transfer. Coordinate endpoints and monitor connection health to ensure consistent performance.

Can Shelby Protocol integrate with Aptos L1, and what does that enable?

Yes, Shelby integrates with Aptos L1 for commitment verification and settlement. This integration enables secure micropayment processing, validates erasure-coded data proofs, and ensures end-to-end consistency between RPC servers, storage providers, and the blockchain layer.

What troubleshooting steps should I take when Shelby RPC performance degrades?

Check storage-provider health metrics, verify connection pooling and session management efficiency, review request hedging configuration, and monitor DoubleZero network latency. Validate micropayment processing and Aptos L1 commitment verification to isolate bottlenecks in the RPC pipeline.

What prerequisites do I need before deploying a Shelby Protocol infrastructure?

Shelby deployment requires understanding of RPC architecture, storage-provider topology, HTTP REST API design, and private network setup. You need Aptos L1 integration knowledge, familiarity with erasure coding and tile architecture, and monitoring infrastructure for health checks and performance tracking.