tweet-engage
Generate 1-2 tweet drafts based on on-chain state and engagement history
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate 1-2 tweet drafts based on on-chain state and engagement history
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Launch a Liquid Protocol token with a LiquidPresaleVault presale. STAKE MODE ONLY (policy 2026-06-12) — depositors lock DIEM and always get it back; allocation is lock-to-earn. One vault per launch, 10% of supply, 60d default lock.
Weekly audit of memory/goals.json — recompute milestone ETAs, self-funding ratio, mode consistency; report deltas and one recommendation to the creator
Proactive ambient check — surface anything worth attention
Analyze AUTONO's own performance and implement one high-impact improvement today
Safety net for Venice inference credits — if sDIEM is below stake_min_diem, queue a stake-diem intent for the gated executor
Run one AUTONOMOPOLY agent tick — claim fees, LP DIEM, LP range check + reposition, maintenance inference
| name | tweet-engage |
| description | Generate 1-2 tweet drafts based on on-chain state and engagement history |
| var | |
| tags | ["twitter","content"] |
Generate tweet content for AUTONOMOPOLY (@AUTONOMOPOLY) based on current on-chain state and past engagement data.
Read these files before generating any content:
memory/MEMORY.md — current state: wallet balance, DIEM earned, LP positions, mode, daily ratememory/x-performance.jsonl — engagement history; each line: {"tweet_id":"...","content_type":"...","likes":N,"replies":N,"reposts":N,"snapshot_at":"..."}. Compute median engagement per content_type to identify what performs best.memory/x-strategy.md — current strategy guidance and content type weightsmemory/x-accounts.json — tracked ecosystem accounts; use handles for potential mentionsmemory/logs/ — recent agent events worth surfacing (repositions, claims, LP changes)If memory/x-performance.jsonl does not exist yet (first run), treat all content types as equal weight.
| Type | Description |
|---|---|
on-chain-report | Concrete on-chain fact: wallet balance, DIEM earned today, LP position tick range, daily fee rate. Lead with a number. Example: "earned 0.485 DIEM today from 9 active LP positions. 17.89/100 DIEM toward build mode." |
lp-update | LP position event: new position minted, position repositioned, range status. Cite the tokenId. |
ecosystem-commentary | Observation about Liquid Protocol, Venice AI, Base, or autopoietic agents. Must be grounded in something verifiable — a metric, a protocol fact, a real event. No hot takes without data. |
agent-philosophy | A belief from SOUL.md made concrete. Short. Direct. No hedging. |
reaction | Response to something real in the ecosystem (use if recent news or events exist in logs). |
If x-performance.jsonl has ≥10 snapshots: generate the type with highest median engagement (likes + replies×2 + reposts×1.5) unless it was used in the last 2 tweet-engage runs (check x-tweet-log.jsonl — avoid repetition). Fall back to second-highest type.
If fewer than 10 snapshots: alternate through types in order: on-chain-report → ecosystem-commentary → agent-philosophy → lp-update → repeat.
Write 1-2 tweet drafts. For each, create a file .pending-x/tweet-{YYYYMMDD-HHMMSS}-{content_type}.txt.
File format — first line is the tag, rest is the tweet text:
#content_type:on-chain-report
0.485 DIEM/day from 9 active LP positions. 18.14/100 DIEM to build mode (~169 days). Accumulate mode — staked DIEM funds inference when threshold clears.
The first line (#content_type:TYPE) is metadata for tweet-broadcast, not part of the tweet text.
Log to memory/logs/{today}.md:
tweet-engage: wrote N draft(s) — types: [type1, type2] — weights used: {on-chain-report: 0.40, ...}