near-intents

Orchestrate cross-chain NEAR Intents swaps via quotes, deposits, and status monitoring across six blockchains.

14|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/near/agent-skills --skill near-intents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: near-intents
Source: https://github.com/near/agent-skills/tree/main/skills/near-intents
Command: npx skills add https://github.com/near/agent-skills --skill near-intents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables cross-chain token swaps by orchestrating NEAR Intents 1Click API flows, simplifying the integration of quotes, deposits, and status monitoring for frontend widgets, bridges, and multi-chain transfers.

Core Features & Use Cases

  • Quote & Deposit Flow: Retrieve dry previews and wet quotes with deposit addresses, then initiate deposits and monitor via status endpoints.
  • Multi-Chain Support: Works across EVM, Solana, NEAR, TON, Stellar, and Tron for end-to-end swaps.
  • UI & Integration: Enables building swap widgets, bridge interfaces, and backend orchestrators that coordinate with 1Click API.

Quick Start

Use NEAR Intents to fetch a quote and then deposit tokens into the provided depositAddress, followed by polling status until completion.

Frequently Asked Questions about near-intents

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

FAQPage Schema
How do I build a cross-chain swap widget using NEAR Intents?

You can build a cross-chain swap widget by using the 1Click API to fetch quotes, generate deposit addresses, initiate token deposits, and poll status endpoints until transactions reach completion.

What blockchains are supported for cross-chain token transfers via NEAR Intents?

Cross-chain token transfers via NEAR Intents support EVM, Solana, NEAR, TON, Stellar, and Tron, allowing multi-chain swap orchestration across these networks for end-to-end transfers.

How does the deposit and status monitoring flow work for 1Click API swaps?

The 1Click API swap flow works by fetching a quote, depositing tokens into the provided depositAddress, and then monitoring the transaction via the /v0/status endpoint until the cross-chain swap finalizes.

Can I use NEAR Intents to bridge tokens between Solana and EVM networks?

Yes, you can use NEAR Intents to bridge tokens between Solana and EVM networks, as the 1Click API supports multi-chain transfers and swap orchestration across both ecosystems.

What is the difference between a dry preview and a wet quote in cross-chain swaps?

A dry preview provides an estimated quote without committing to the swap, while a wet quote returns an actionable deposit address to initiate the actual cross-chain token transfer.

When should I use the /v0/deposit/submit endpoint in a cross-chain transfer flow?

You should use the /v0/deposit/submit endpoint when applicable to your specific cross-chain transfer flow, typically to initiate or finalize deposits after retrieving a wet quote and deposit address.