Skip to main content

Protocol Fee

  • 0.0001% (1 pip) per transaction
  • Collected on-chain by the intents.near smart contract
  • Applies to every transfer, swap, or transaction
  • Fees are sent to the fee_collector

Near-Intents.org Fee

Withdrawal Fees

  • 0.1% fee for NEAR, ZEC, and STRK tokens withdrawn to the Solana network

1Click Swap API Fees

AuthenticationFee
With API keyOnly the 0.0001% protocol fee
Without API keyAdditional 0.2% fee
Apply for an API key to avoid the 0.2% unauthenticated fee.

Quote improvement fee (1Click / NEAR Intents)

Definition: If a swap execution gets filled at a better price than the quoted price, that difference is split 50/50 between you and the protocol. Eligible orders: Real cross-asset swaps (not same-token moves). Only applies while the quote is still fresh—within about 30 minutes of when it was issued. Fee calculation: Direct 50/50 split of the measured improvement, or zero if execution did not beat the quote.

Distribution Channel Fees

Developers and distribution channels can add their own fees using the appFees parameter when requesting quotes.
{
  "appFees": [{
    "recipient": "your-wallet.near",
    "fee": 50
  }]
}
This example charges a 0.5% fee (50 basis points) from the input token.

Revenue Share

All partners participate in a 50/50 revenue share by default. Half of the fee amount specified via appFees is automatically sent to the 1Click protocol address, and the other half goes to the partner’s recipient address. For example, if you set "fee": 10 (10 basis points), 5 bps go to your partner address and 5 bps go to the 1Click address.
The 50/50 split is the default arrangement. Revenue share terms are negotiable — reach out through the Partner Dashboard to discuss custom terms.

Fee Configuration Guide

Learn how to configure and collect fees from your integration