Skill based on Lotus (filecoin-project/lotus), generated at 2026-02-24.
Lotus is the reference implementation of the Filecoin Distributed Storage Network. It provides a full node (lotus), storage miner (lotus-miner), and worker (lotus-worker) with JSON-RPC API for chain, state, message pool, gas, market, payment channels, multisig, and (when enabled) Eth and Actor Events.
Core References
| Topic |
Description |
Reference |
| Architecture |
Tipsets, actors, sync, state, VM, repo, network flow, bitswap |
core-architecture |
| CLI |
lotus, lotus-miner, lotus-worker commands and common usage |
core-cli |
| API |
API groups and key methods — Chain, State, Mpool, Gas, Market, Eth, Events |
core-api |
Features
| Topic |
Description |
Reference |
| Message pool |
Mpool API, CLI, config, message selection |
features-mpool |
| Actor events |
GetActorEventsRaw, SubscribeActorEventsRaw, event schemas |
features-actor-events |
| Block validation |
Incoming block validation flow — PubSub, Syncer, VM checks |
features-block-validation |
| Mining and sealing |
Create miner, owner/worker, sealing and PoRep concepts |
features-mining-and-sealing |
Best Practices
| Topic |
Description |
Reference |
| Gas balancing |
Syscall gas calibration with lotus-bench (full and targeted) |
best-practices-gas |
| ChainIndexer |
Enable, backfill, GC for Eth and Actor Events APIs |
best-practices-chain-indexer |
| Config and environment |
API, libp2p, repo paths, Fevm/Events/ChainIndexer, logging |
best-practices-config |
External Links
1---2name: filecoin3description: Lotus (Filecoin) node — chain, state, mpool, API, mining, events, and operations.4---56> Skill based on Lotus (filecoin-project/lotus), generated at 2026-02-24.78Lotus is the reference implementation of the Filecoin Distributed Storage Network. It provides a full node (lotus), storage miner (lotus-miner), and worker (lotus-worker) with JSON-RPC API for chain, state, message pool, gas, market, payment channels, multisig, and (when enabled) Eth and Actor Events.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Architecture | Tipsets, actors, sync, state, VM, repo, network flow, bitswap | [core-architecture](references/core-architecture.md) |15| CLI | lotus, lotus-miner, lotus-worker commands and common usage | [core-cli](references/core-cli.md) |16| API | API groups and key methods — Chain, State, Mpool, Gas, Market, Eth, Events | [core-api](references/core-api.md) |1718## Features1920| Topic | Description | Reference |21|-------|-------------|-----------|22| Message pool | Mpool API, CLI, config, message selection | [features-mpool](references/features-mpool.md) |23| Actor events | GetActorEventsRaw, SubscribeActorEventsRaw, event schemas | [features-actor-events](references/features-actor-events.md) |24| Block validation | Incoming block validation flow — PubSub, Syncer, VM checks | [features-block-validation](references/features-block-validation.md) |25| Mining and sealing | Create miner, owner/worker, sealing and PoRep concepts | [features-mining-and-sealing](references/features-mining-and-sealing.md) |2627## Best Practices2829| Topic | Description | Reference |30|-------|-------------|-----------|31| Gas balancing | Syscall gas calibration with lotus-bench (full and targeted) | [best-practices-gas](references/best-practices-gas.md) |32| ChainIndexer | Enable, backfill, GC for Eth and Actor Events APIs | [best-practices-chain-indexer](references/best-practices-chain-indexer.md) |33| Config and environment | API, libp2p, repo paths, Fevm/Events/ChainIndexer, logging | [best-practices-config](references/best-practices-config.md) |3435## External Links3637- [Lotus docs](https://lotus.filecoin.io)38- [Filecoin spec](https://spec.filecoin.io)39- [filecoin-project/lotus](https://github.com/filecoin-project/lotus)