tvm-fift-hypothesis-proving

Installation
SKILL.md

TVM Fift Hypothesis Proving

Use this skill when the job is to turn a suspected TVM resource, crash, or gas-accounting issue into a minimal executable Fift probe and classify the result.

Typical triggers:

  • "this opcode crashes TVM"
  • "this opcode allocates memory without gas"
  • "this instruction is exponential"
  • "this gas charge is too low"
  • "RUNVM or RUNVMX can reset accounting"
  • "debug output, stack dumps, or Fift tooling can be abused"

If the hypothesis needs validator networking, block production, account state, or transaction replay, use a local-network triage skill instead or combine both workflows.

Entry Model

Fift is a stack language. Values are pushed first, words consume values from the top of the stack, and .s prints the current Fift stack. The top of the printed stack is the last item.

Installs
3
GitHub Stars
15
First Seen
Jun 8, 2026
tvm-fift-hypothesis-proving — ton-blockchain/ton-triage-skill