jupiter-vrfd

Featured

Use when a user mentions Jupiter token verification, VRFD eligibility, paying 1000 JUP to verify a token, submitting a verification request, or updating metadata via the Jupiter express verification flow.

AI & Automation 4,294 stars 90 forks Updated yesterday NOASSERTION

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Jupiter Token Verification This skill routes agents through the public Jupiter token-verification flow for a Solana token mint. **Base URL**: `https://api.jup.ag` **Auth**: `x-api-key` from [developers.jup.ag](https://developers.jup.ag/) (required) **Cost**: 1000 JUP ## Use/Do Not Use Use when: - checking whether a token is eligible for submission - crafting and signing the submission payment transaction - executing the submission flow - optionally updating token metadata as part of the submission - submitting a metadata-only paid update when eligibility allows metadata but not verification Do not use when: - the agent would need private or internal routes - the agent needs to fetch or merge existing metadata from non-public endpoints - the user wants swaps, trading, or unrelated Jupiter flows **Triggers**: `verify token`, `submit verification`, `check eligibility`, `craft payment transaction`, `execute payment`, `pay for verification`, `update token metadata`, `metadata-only submission` ## Intent Router | User intent | Endpoint | Method | | ------------------------- | -------------------------------------------------------------------- | ------ | | Check eligibility | `/tokens/v2/verify/express/check-eligibility?tokenId={TOKEN_ID}` | `GET` | | Craft payment transaction | `/tokens/v2/verify/express/craft-txn?senderAddress={SENDER_ADDRESS}` | `GET` | | Sign and execute payment ...

Details

Author
internet-court
Repository
internet-court/internet-court-skill
Created
2 months ago
Last Updated
yesterday
Language
TypeScript
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category