KTrendz Lightstick Trading

# K-Trendz Lightstick Trading

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "KTrendz Lightstick Trading" with this command: npx skills add hans1329/ktrendz-lightstick-trading

K-Trendz Lightstick Trading

Trade K-pop artist lightstick tokens on the K-Trendz bonding curve market.

Capability Summary: Buy and sell K-pop fan tokens with real-time pricing, news signals, and bonding curve mechanics. Early buyers benefit from price appreciation as artist popularity grows.

Prerequisites

Run /ktrendz:setup first to configure your API key:

  • K-Trendz API Key (required): Contact K-Trendz team for provisioning

You can also set via environment variable:

  • KTRENDZ_API_KEY

Quick Start

# Setup (one-time)
/ktrendz:setup

# Check token price
/ktrendz:price RIIZE

# Buy a token
/ktrendz:buy RIIZE

# Sell a token
/ktrendz:sell RIIZE

🎯 Decision Tree

  • "What's the price of X?"/ktrendz:price <artist>
  • "Should I buy X?" → Check price + news signals first
  • "Buy X token"/ktrendz:buy <artist>
  • "Sell X token"/ktrendz:sell <artist>
  • "What tokens are available?" → See Available Tokens below

Main Commands

/ktrendz:setup

Collects and validates API key, stores securely.

./scripts/setup.sh

/ktrendz:price

Get current price and trading signals for a token.

./scripts/price.sh RIIZE

Output includes:

  • Current price (USDC)
  • Buy cost / Sell refund
  • 24h price change
  • Trending score
  • Recent news signals

Decision Factors:

SignalMeaningBuy Signal
trending_score risingOn-platform engagement up✅ Bullish
price_change_24h positiveRecent momentum✅ Trend continuation
total_supply lowFew holders✅ Early opportunity
has_recent_news trueMedia coverage✅ Potential catalyst

/ktrendz:buy

Purchase 1 lightstick token.

./scripts/buy.sh RIIZE

Constraints:

  • Maximum 1 token per transaction (bonding curve protection)
  • $100/day limit per agent
  • Same-block trades blocked (MEV protection)

/ktrendz:sell

Sell 1 lightstick token.

./scripts/sell.sh RIIZE

Available Tokens

ArtistToken ID
K-Trendz Supporters12666454296509763493
RIIZE7963681970480434413
IVE4607865675402095874
Cortis13766662462343366758
BTS9138265216282739420
All Day Project18115915419890895215

Trading Strategy

This is a bonding curve market, not arbitrage:

  1. Buy when trending - Rising scores + news = growing demand
  2. Buy early - Lower supply = better curve position
  3. Monitor signals - News often precedes on-platform activity
  4. Hold during growth - Bonding curve rewards patient holders

Fee Structure

ActionFeeDistribution
Buy3%2% Artist Fund, 1% Platform
Sell2%Platform

Round-trip cost: 5%

Rate Limits

  • Daily Volume: $100 USD per agent
  • Transaction Frequency: Max 100 trades/day
  • Circuit Breaker: Pauses if price moves >20% in 10 blocks

Example Interactions

User: "What's RIIZE trading at?"

You:

  1. Run ./scripts/price.sh RIIZE
  2. Report: "RIIZE is at $1.85 (+5.2% 24h). Trending score 1250 with 3 recent news articles. Buy cost: $1.91"

User: "Buy RIIZE for me"

You:

  1. Confirm: "Buy 1 RIIZE token for ~$1.91?"
  2. If yes, run ./scripts/buy.sh RIIZE
  3. Report: "Purchased 1 RIIZE for $1.91. Tx: 0x..."

User: "Should I sell my IVE?"

You:

  1. Run ./scripts/price.sh IVE
  2. Check signals (price trend, news, trending score)
  3. Advise based on data

API Reference

Base URL: https://k-trendz.com/api/bot/

EndpointMethodDescription
/token-pricePOSTGet price + signals
/buyPOSTPurchase 1 token
/sellPOSTSell 1 token

Files

  • SKILL.md - This file
  • package.json - Package metadata
  • scripts/setup.sh - API key configuration
  • scripts/price.sh - Get token price
  • scripts/buy.sh - Buy token
  • scripts/sell.sh - Sell token

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Rune Wisdom

Detailed resource on Elder Futhark and Northumbrian runes, divination methods, rune magic, bindrunes, Norse mythology, and a full three-factor rune reading p...

Registry SourceRecently Updated
General

Docker Volume Backup Or Restore

Robust Docker volume migration and backup using per-volume encrypted archives and registry-based transport. Supports dry-runs, container exclusion, and safe...

Registry SourceRecently Updated
General

Supabase Complete Documentation

Complete Supabase platform documentation. Use when working with Supabase - covers authentication (email, OAuth, magic links, phone, SSO), database (PostgreSQL, RLS, migrations), storage (file uploads, CDN), edge functions, realtime subscriptions, AI/embeddings, cron jobs, queues, and platform management. Includes framework integrations (Next.js, React, SvelteKit, etc.).

Registry SourceRecently Updated
General

nl2ms-ui

根据自然语言通过midscene的api生成midscene脚本,可以生成web端、Android端、iOS端和PC端的midscene脚本。当用户提及生成脚本,android脚本、iOS脚本、web脚本、PC脚本时使用。

Registry SourceRecently Updated