timelock

Installation
SKILL.md

Timelock

Lock and unlock BSV until specific block heights using @1sat/actions.

Actions

Action Description
getLockData Get summary of all locks (total, unlockable, next unlock)
lockBsv Lock BSV until a specific block height
unlockBsv Unlock all matured (expired) locks

Check Lock Status

import { getLockData, createContext } from '@1sat/actions'

const ctx = createContext(wallet, { services })
Installs
1
GitHub Stars
5
First Seen
May 8, 2026
timelock — b-open-io/1sat-sdk