filecoin

Configure Filecoin Lotus nodes for chain indexing and gas management.

4|1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hairyf/blockchain-skills --skill filecoin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: filecoin
Source: https://github.com/hairyf/blockchain-skills/tree/main/skills/filecoin
Command: npx skills add https://github.com/hairyf/blockchain-skills --skill filecoin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and operational instructions for managing and interacting with Lotus, the reference implementation of the Filecoin node.

Core Features & Use Cases

  • Node Management: Understand and configure Lotus node settings, including API, libp2p, and storage.
  • Chain Interaction: Learn how to query chain state, manage the message pool, and interact with Filecoin actors.
  • Use Case: An agent can use this skill to configure a new Lotus node for optimal performance, monitor its sync status, and troubleshoot common issues related to message processing or chain indexing.

Quick Start

Configure the Filecoin Lotus node to enable Eth RPC and Actor Events APIs with ChainIndexer enabled.

Frequently Asked Questions about filecoin

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

FAQPage Schema
How do I configure a Lotus node for optimal performance on the Filecoin network?▼

To configure a Filecoin Lotus node, you adjust settings for API, libp2p, and storage. This setup ensures optimal node performance and facilitates smooth interaction with the distributed storage network.

What are Filecoin tipsets and how do they relate to chain indexing?▼

Filecoin tipsets are groups of blocks created at the same height. The Lotus node processes these tipsets during chain indexing to maintain the network state and execute VM operations.

How do I troubleshoot message processing issues in the Filecoin message pool?▼

You can troubleshoot Filecoin message pool issues by querying the chain state and monitoring gas management. This helps identify and resolve common message processing or chain indexing failures.

Does the Lotus node support enabling Eth RPC and Actor Events APIs?▼

Yes, the Filecoin Lotus node supports enabling Eth RPC and Actor Events APIs. Activating these requires enabling the ChainIndexer component during your node's initial configuration.

What are the limitations when managing Filecoin actors through the CLI?▼

Managing Filecoin actors via the CLI requires understanding gas management and VM execution constraints. Proper configuration is needed to avoid issues with chain state queries and sync processes.

Why does my Filecoin node sync process fail during VM execution?▼

Filecoin sync failures during VM execution often stem from incorrect node configuration or message pool congestion. Querying chain state and verifying tipset integrity can help isolate the root cause.