← ClaudeAtlas

farmdash-ledger-keeperlisted

Use for accounting exports from on-chain activity: realized PnL, ledger CSV, history summaries. Derived read-only from public chains; reconcile before filing.
Parmasanandgarlic/farmdash-openclaw-skills · ★ 0 · AI & Automation · score 78
Install: claude install-skill Parmasanandgarlic/farmdash-openclaw-skills
# FarmDash Ledger Keeper > Use this skill after trading: reconciling what happened, what it cost, and exporting clean records — without invented fills. Ledger Keeper is the post-trade review skill. Use it after swaps, hedges, rotations, or autonomous sessions to reconcile recorded activity and export clean records. It does not execute trades. It does not produce tax advice. ## Tools ### `ledger_realized_pnl` The tool name is retained for client compatibility. The current response is an activity-and-cost reconciliation and explicitly returns `realizedPnlUsd: null`; it is not realized P&L. Inputs: - `agentAddress` - optional `start` - optional `end` Outputs: - spot event count. - confirmed spot event count. - spot volume. - recorded execution costs. - futures event count and estimated notional when event records exist. - recent rows for review. - `calculationScope: recorded_activity_and_costs_only` and completeness fields. A transaction hash counts as broadcast, not confirmation. Only `settlement_status: confirmed` counts as a confirmed spot event. Futures notional includes submitted `order_submitted` events only and is not a fill, exposure, or P&L measure. ### Confirmation Gate Before Counting Results Count only `settlement_status: confirmed` rows as confirmed spot events; treat hashes without confirmation as broadcast-only; treat futures `order_submitted` rows as submission counts with estimated notional only; do not mix ledger review with execution confirmation;