near-intents

Generate cross-chain swap quotes and track transaction status via the NEAR Intents 1Click API.

7|3|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/redactedmeme/swarm --skill near-intents-redactedmeme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: near-intents
Source: https://github.com/redactedmeme/swarm/tree/main/plugins/near-intents
Command: npx skills add https://github.com/redactedmeme/swarm --skill near-intents-redactedmeme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, node, and includes scripts (resource) components.

What problem does it solve?

Cross-chain asset swaps are often fragmented across multiple platforms, requiring manual navigation of different interfaces, separate account setups, and complex routing logic across isolated blockchain networks. This skill unifies the entire cross-chain swapping process into a single, agent-accessible workflow.

Core Features & Use Cases

  • Multi-chain swap quotes: Generate accurate swap quotes for 18+ supported chains (including Base, Solana, Ethereum, NEAR, and more) with pre-filled deposit addresses and memos.
  • Real-time status tracking: Monitor swap progress through all stages, from pending deposit to processing, success, or refund.
  • Deposit acceleration: Submit on-chain transaction hashes to speed up swap processing after a deposit is made.
  • Use Case: An agent can automatically execute a swap of 1 ETH from Base to Solana, or generate a dry-run quote for 500 USDC to wNEAR to preview fees and exchange rates before committing to a transaction.

Quick Start

Use the near-intents skill to generate a cross-chain swap quote for your desired asset pair and amount, or check the status of an existing pending swap.

Frequently Asked Questions about near-intents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a cross-chain swap between different blockchains?

To execute a cross-chain swap, generate a swap quote for your desired asset pair and amount via the 1Click API, which provides a deposit address and memo. After depositing, submit the on-chain transaction hash to accelerate processing and track the status until completion.

What blockchain networks are supported for crypto cross-chain swaps?

Cross-chain crypto swaps support over 18 blockchain networks, including Base, Solana, Ethereum, and NEAR. This allows agents to route liquidity across major chains using a single unified API interface.

Do I need a specific authentication token to use the 1Click API for swaps?

Yes, you need a valid 1CLICK_JWT authentication token to access the 1Click API for cross-chain swaps. Optional RPC endpoints for supported chains can also be configured to enhance network operations.

Can I preview cross-chain swap fees before committing to a transaction?

Yes, you can generate a dry-run swap quote to preview fees and exchange rates before committing. This allows you to evaluate the cost of swapping assets like USDC to wNEAR without executing the transaction.

How do I track the status of a pending cross-chain swap?

You can monitor swap progress in real-time through all stages, from pending deposit to processing, success, or refund. Submitting the deposit transaction hash directly helps accelerate and verify the swap status.

What are the limitations of using API agents for multi-chain liquidity swaps?

API-driven multi-chain swaps require managing a valid 1CLICK_JWT token and optional RPC endpoints. Additionally, agents must manually submit on-chain deposit hashes to prevent processing delays across the 18+ supported networks.