Stake DIEM

Queue a stake-diem intent when sDIEM falls below stake_min_diem.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill stake-diem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Stake DIEM
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/stake-diem
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill stake-diem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safety net for maintaining Venice inference credits by automatically queueing stake-diem intents when sDIEM falls below a configured minimum.

Core Features & Use Cases

  • Read on-chain sDIEM and stake_min_diem from aeon.yml, then queue stake-diem intents as needed
  • Works with zero Venice credits via a gated executor using Script TS
  • Use case: ensure continuous inference credits during low sDIEM moments without human intervention

Quick Start

Run stake-diem-check.ts to evaluate sDIEM against stake_min_diem and queue a stake-diem intent when needed.

Frequently Asked Questions about Stake DIEM

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically stake DIEM when my Venice inference credits run low?

To automatically stake DIEM when Venice inference credits run low, run stake-diem-check.ts to evaluate your on-chain sDIEM balance against the minimum threshold configured in aeon.yml. It queues a stake-diem intent via a gated executor using Script TS when the balance falls below the set limit.

What is on-chain auto-staking for maintaining Venice inference credits?

On-chain auto-staking for Venice inference credits is an automated safety net that queues stake-diem intents through a gated executor when your sDIEM balance drops below a configured minimum. This ensures continuous inference availability without requiring manual intervention.

Do I need Venice credits to run the auto-staking script?

No, you do not need Venice credits to run the auto-staking script. The Skill operates with zero Venice credits by utilizing a gated executor with Script TS to read your liquid wallet DIEM balance and queue the necessary staking intent.

How does the stake-diem automation read my minimum staking threshold?

The stake-diem automation reads your minimum staking threshold directly from the aeon.yml configuration file. It compares this stake_min_diem value against your current on-chain sDIEM balance to determine if a staking intent needs to be queued.

Can I use this auto-staking workflow for performing Venice inference tasks?

No, you cannot use this auto-staking workflow for performing Venice inference tasks. The Skill strictly monitors sDIEM, reads balances, and queues stake actions; it explicitly does not perform any inference operations itself.