NEAR Intents Integration

SkillDev tools

Lets your agent build token swap and bridge flows that move crypto across chains like EVM, Solana, and NEAR.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the NEAR Intents Integration skill

About this capability

Cross-chain token swap integration using NEAR Intents 1Click API. Use when building swap widgets, bridge interfaces, or multi-chain transfers across EVM, Solana, NEAR, TON, Stellar, and Tron.

What this skill tells your AI

The instructions your AI receives, as published by internet-court/internet-court-skill in vendored/near/near-intents/SKILL.md and read by ahel’s review.

Cross-chain token swaps via 1Click REST API. Get a quote, API provides deposit addresses, you build the deposit transaction and receive the resulting token automatically.

Quick Start - Pick Your Path

Use CaseStart Here
React Appreact-swap-widget.md - Example showing the pattern
Node.js / Scriptserver-example.md - Example showing the pattern
API Referenceapi-quote.mdapi-tokens.mdapi-status.md
Chain-specific Depositsdeposit-{chain}.md

Integration Flow

GET /v0/tokens → POST /v0/quote (dry) → POST /v0/quote (wet) → Deposit TX → POST /v0/deposit/submit → GET /v0/status

Rule Categories

PriorityCategoryFiles
1Examplesreact-swap-widget.md, server-example.md
2APIapi-quote.md, api-tokens.md, api-status.md, api-deposit-submit.md
3Depositsdeposit-evm.md, deposit-solana.md, deposit-near.md, deposit-ton.md, deposit-tron.md, deposit-stellar.md
4React Hooksreact-hooks.md
5Advancedintents-balance.md, passive-deposit.md

Critical Knowledge

  1. Use assetId from /v0/tokens - never construct manually
  2. dry: true = preview only, dry: false = get deposit address (valid ~10 min)
  3. Poll status until terminal: SUCCESS, FAILED, REFUNDED, INCOMPLETE_DEPOSIT
  4. Chain-to-chain is default - depositType and recipientType default to chain endpoints

Index

  1. Examples (HIGH)

  2. API Reference (CRITICAL)

  3. Chain Deposits (HIGH)

  4. React Hooks (MEDIUM)

    • react-hooks - Reusable hooks for tokens, quotes, status polling
  5. Advanced (LOW)

  6. References

    • concepts - Swap lifecycle, statuses, CEX warning, authentication

Resources

Signals

GitHub stars
6k
Forks
104
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
near-intents
Source
github.com/internet-court/internet-court-skill