Add INCLAWNCH Analytics and UBI Staking skills#167
Open
stuart5915 wants to merge 1 commit intoBankrBot:mainfrom
Open
Add INCLAWNCH Analytics and UBI Staking skills#167stuart5915 wants to merge 1 commit intoBankrBot:mainfrom
stuart5915 wants to merge 1 commit intoBankrBot:mainfrom
Conversation
Two skills for the Inclawbate platform on Base: - inclawnch-analytics: Real-time INCLAWNCH token analytics (price, volume, liquidity, staking TVL, UBI APY, distribution rates). Read-only public API. - inclawnch-staking: On-chain UBI staking via the InclawnchStaking smart contract. All write operations (stake, unstake, claim, auto-compound) require wallet signatures. Read API for treasury stats and positions. Homepage: https://inclawbate.com/skills Co-Authored-By: Claude Opus 4.6 <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.
Summary
Two skills for the Inclawbate platform — a UBI staking system for INCLAWNCH on Base.
inclawnch-analytics
Real-time INCLAWNCH token analytics: price, volume, liquidity, staking TVL, UBI APY, distribution rates, and platform metrics in a single API call. Read-only, no auth required.
inclawnch-staking
On-chain UBI staking via the InclawnchStaking smart contract. All write operations (stake, unstake, claim, auto-compound) are on-chain transactions requiring wallet signatures. Public read API for treasury stats and wallet positions.
Note
Low Risk
Docs/spec-only additions with no executable code changes; main risk is consumers relying on incorrect endpoints/contract details if the spec is wrong.
Overview
Adds two new skill specs:
inclawnch-analyticsdocuments a public, no-auth endpoint that returns consolidated INCLAWNCH price/volume/liquidity/market-cap plus staking and platform metrics in one call.Adds
inclawnch-stakingspec describing the on-chain staking transaction flows (approve/stake/unstake/claim/compound/exit), contract addresses/selectors, and a public read API for treasury stats, top stakers, and per-wallet positions.Written by Cursor Bugbot for commit 81a2561. This will update automatically on new commits. Configure here.