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.

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_bps": 50
  }
}
This example charges a 0.5% fee (50 basis points) from the input token.

Fee Configuration Guide

Learn how to configure and collect fees from your integration