phantom-wallet

phantom-wallet is a cursor rule for coding agents from helius-labs/core-ai. It costs 0 tokens per session (379 once invoked), scanned A, original, MIT.

Solana development rules for submitting blockchain transactions through Helius Sender, a transaction-routing service, and for safely handling browser and wallet integrations.

In plain words
What is it for?
Use them when submitting Solana transactions, estimating fees, setting compute limits, adding Jito tips, choosing confirmation levels, or relaying WebSocket data.
Why use it?
They help avoid failed or unsafe transactions caused by poor fee settings, incorrect confirmation levels, exposed API keys, or unsuitable browser endpoints.

Cursor rule

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/helius-labs/core-ai/phantom-wallet
Clone the repo
git clone --depth 1 https://github.com/helius-labs/core-ai

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for phantom-wallet

README.md
[![agentmods](https://agentmods.dev/badge/rules/helius-labs/core-ai/phantom-wallet.svg)](https://agentmods.dev/rules/helius-labs/core-ai/phantom-wallet)
Your own site
<a href="https://agentmods.dev/rules/helius-labs/core-ai/phantom-wallet"><img src="https://agentmods.dev/badge/rules/helius-labs/core-ai/phantom-wallet.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00379
Opus 5 $0.00000 $0.00189
Sonnet 5 $0.00000 $0.00076
Haiku 4.5 $0.00000 $0.00038

Measured 5d ago against content hash 94c4d78a21d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

phantom-wallet scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

helius-cursor/rules/phantom-wallet.mdc · 33 lines

What it actually says

SDK Selection

  • ALWAYS use @phantom/react-sdk for React apps — never window.phantom.solana directly or @solana/wallet-adapter-react
  • ALWAYS use @phantom/browser-sdk for vanilla JS / Vue / Svelte / non-React frameworks
  • ALWAYS use @phantom/react-native-sdk for React Native / Expo apps
  • window.phantom.solana (the legacy injected provider) requires @solana/web3.js v1 types and does NOT work with @solana/kit — use Phantom Connect SDK instead

Portal App ID

  • Google and Apple OAuth providers require a Phantom Portal App ID from phantom.com/portal — extension-only ("injected") does not
  • The exact redirect URL (including protocol and path) must be allowlisted in Phantom Portal settings or OAuth login will fail

React Native

  • react-native-get-random-values MUST be the very first import in the app entry file — if it comes after anything else, the app will crash on startup

Connection Flow

  • Use useModal and open() to trigger the connection flow — never auto-connect without user action
  • ALWAYS handle connection errors gracefully — users can reject the prompt at any time

Security

  • Never expose Helius API keys in client-side code — always proxy through a backend
  • Client-side token gating is bypassable — always verify token ownership server-side with Helius DAS for valuable content
  • Never expose mint authority in frontend code — build NFT mint transactions on the server; the client only signs as the payer
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 33 lines · 0 tokens per session scan A 94c4d78a21d9

Subscribe to this mod's changes

phantom-wallet is a cursor rule published in the GitHub repository helius-labs/core-ai (26 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 379 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other cursor rules, from other repositories

flow-configuration

Comprehensive guide to Flow project configuration covering flow.json structure, CLI workflow, FCL integration, network management, and deployment best practices. Covers contract aliases, account management, dependency resolution, frontend FCL setup with React SDK, and environment-based configuration for seamless…

onflow/cadence-rules · 55 tokens

cadence-nft-standards

Comprehensive standards and best practices for developing Non-Fungible Tokens (NFTs) using Cadence. Ensures proper implementation of NonFungibleToken interfaces, MetadataViews integration for marketplace compatibility, secure resource handling patterns, and advanced modular architectures for complex NFTs with traits…

onflow/cadence-rules · 81 tokens

flow-development-workflow

Streamlined Flow development workflow covering documentation-first debugging methodology, iterative development approach, deployment verification, gas optimization strategies, and comprehensive testnet validation protocols. Focuses on practical workflows and error prevention rather than configuration details.

onflow/cadence-rules · 42 tokens

user-preferences

Defines personalized development preferences and communication style for Flow blockchain development including concise response formatting, documentation-driven problem solving, iterative workflow methodology, full-stack awareness, and systematic error resolution. Guides AI behavior to match user's preferred…

onflow/cadence-rules · 1,796 tokens

ai-generation-entrypoint

Start here — Happy Path (Restake): workflows/restaking-workflow.md.

onflow/cadence-rules · 1,748 tokens

client-workflow-bootstrap

Cursor rule "client-workflow-bootstrap" from ulises-jeremias/agent-toolkit, covering agent vs skill rule — why agent (cite clause), when to use vs holistic, caller / skills / handoff, interview process and gate before generating.

ulises-jeremias/agent-toolkit · 1,353 tokens