litcoin: sync to v2.3.0 — RS vertical + boost auto-enrollment + SDK 4.14.8#345
Open
tekkaadan wants to merge 3 commits into
Open
litcoin: sync to v2.3.0 — RS vertical + boost auto-enrollment + SDK 4.14.8#345tekkaadan wants to merge 3 commits into
tekkaadan wants to merge 3 commits into
Conversation
Upstream litcoin/ was last updated 2026-03-19 at version 2.0.0 with the old litcoiin.xyz domain. This brings it to parity with github.com/tekkaadan/litcoin-skill v2.2.0: - Domain refresh across SKILL.md, README.md, docs.md, references/protocol.md from litcoiin.xyz to litcoin.app (api.litcoin.app for the coordinator). - Liquidity to Production delegation system documented end-to-end: delegate / undelegate / list_delegations / commission_status / claim_commission. Six "Nen archetype" pools (Enhancer, Transmuter, Conjurer, Specialist, Manipulator, Emitter) keyed by poolId 0..5. Tier-weighted delegation power (Spark 1x, Circuit 2x, Core 4x, Architect 8x). 7-day commitment lock + 14-day-yield emergency exit penalty (delegation_lock_status, emergency_exit). Pools you back + miners opted in via backed_miners. - Boost program (miner side): opt_in_to_boost(pool_id, commitment_tier) with three tiers (Conservative 1x weight / 10% miss penalty, Aggressive 2x / 20%, All-In 3x / 35%). opt_out_of_boost, boost_optin_status. Threshold = avg quality >= 6/10 AND >= 5 verified subs/day. Pool boost share sourced from a 2.5% carve-out of the daily research mining pool plus recycled forfeits, so unbacked miners are not penalized for stakers' delegation choices. - TCG intelligence vertical (20 adapters total now): Pokemon, Magic, Yu-Gi-Oh, One Piece, Greed Island. tcg_card_profile + tcg_sentiment adapters. SDK methods for catalog stats, card profiles, trending, events, prices, sentiment. - About page domain references and protocol.md references all aligned to the live coordinator at api.litcoin.app. SDK on PyPI: v4.14.1 with the full delegation surface. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…K 4.14.8 Brings the BankrBot litcoin skill up to date with the upstream tekkaadan/litcoin-skill repo: - Skill version 2.2.0 → 2.3.0 - SDK reference 4.14.1 → 4.14.8 (six PyPI publishes covered) - Adapter count 20 → 24 (RuneScape vertical Phases 1-4 added: insight, TA forecast, sentiment, update-impact) - Boost auto-enrollment paragraph added (2026-05-04 ship: 14-day preview window, eligibility filter, opt-out semantics) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the litcoin skill to v2.3.0.
What changed since v2.2.0
runescape-insight,runescape-ta,runescape-sentiment,runescape-update-impact. Per-item OSRS / RS3 intelligence, hash-committed TA forecasts, multi-source sentiment theses, per-Jagex-update item-level impact predictions. Total adapter count: 20 → 24.Files changed
litcoin/SKILL.md— version + SDK ref + adapter list + auto-enrollment paragraphlitcoin/README.md— SDK version linelitcoin/docs.md— domain refresh (already in v2.2.0 commit set)litcoin/references/protocol.md— protocol context (already in v2.2.0 commit set)Upstream: https://github.com/tekkaadan/litcoin-skill (currently at commit
24fb52b).🤖 Generated with Claude Code