# Defi Lending Operator

> OPERATOR SKILL — requires manual confirmation. Sign and submit lending/borrowing transactions from Surf Finance or FluidTokens.

- Skill: `flux-point-studios/defi-lending-operator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add flux-point-studios/defi-lending-operator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/flux-point-studios/defi-lending-operator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: flux-point-studios (https://skillmd.com/u/flux-point-studios)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/flux-point-studios/defi-lending-operator

---


# DeFi Lending Operator

Sign and submit lending/borrowing transactions.

## Scripts

### Sign and Submit

```bash
node scripts/sign-and-submit.js --cbor <unsignedHex>
```

## Safety Rules

- **NEVER auto-submit** — always require explicit user confirmation
- **NEVER log private keys**
- Verify the operation matches what user approved (supply vs borrow, amount)

