NEAR Protocol
NEAR Protocol chain reference for Plaidly
NEAR Protocol
Status: coming soon. Plaidly does not yet settle payments on NEAR Protocol. The details below describe planned support. Today only Ethereum and Solana are settleable.
Overview
| Property | Value |
|---|---|
chain value | near |
| Finality | 1 block (~1 second) |
| Native token | NEAR |
| Address format | Human-readable account IDs (e.g., user.near) or hex (implicit accounts) |
| Mainnet RPC | Planned |
| Testnet | NEAR Testnet |
Supported tokens
| Token | Contract |
|---|---|
| NEAR (native) | — |
| USDC | 17208628f84f5d6ad33f0da3bbbeb27ffed7bc68.factory.bridge.near |
Confirmations
When NEAR Protocol settlement ships, Plaidly will require 1 block confirmation before marking a payment confirmed. NEAR achieves single-block finality in approximately 1 second using Nightshade sharding.
Fees
NEAR fees are extremely low (typically under $0.001 per transaction). NEAR is required for gas and storage deposits — Plaidly's receiving accounts are pre-funded.
Testnet (NEAR Testnet)
- Faucet: https://near-faucet.io
- Explorer: https://testnet.nearblocks.io
- Use the sandbox simulate endpoint for instant test confirmations
Address format
NEAR supports two account formats:
# Named account (human-readable)
merchant.near
# Implicit account (64-char hex, derived from public key)
98793cd91a3f870fb126f66285808c7e094afcfc4eda8a970f6648cdf0dbd6dePlaidly generates implicit accounts for receiving addresses.
Notes
- NEAR uses a sharded architecture (Nightshade) for horizontal scalability
- USDC on NEAR is bridged from Ethereum via Rainbow Bridge
- NEAR accounts require a minimum storage deposit for token balances
- Transaction finality in ~1 second makes NEAR one of the fastest chains for payment confirmation
- NEAR's human-readable account system simplifies UX compared to hex addresses