| name | nexus-elements-transfer |
| description | DEPRECATED — FastTransfer has been removed. Use Nexus One (config.mode = "send") for all cross-chain recipient transfer flows. Refer to the nexus-one-send agent skill for current integration guidance. |
⚠️ Deprecated — Use Nexus One Send
FastTransfer has been removed from Nexus Elements.
All cross-chain transfers to a recipient are now handled by Nexus One with config.mode = "send".
Migration
Replace any FastTransfer usage with NexusOne:
import { NexusOne } from "@/components/nexus-one/nexus-one";
<NexusOne
config={{
mode: "send",
prefill: {
token: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
chain: 8453, // USDC on Base
amount: "10",
recipient: "0xRecipientAddress",
},
}}
connectedAddress={address}
/>
Install Nexus One
npx shadcn@latest add @nexus-elements/nexus-one
Recommended skill to use instead
For integration guidance, refer to the Nexus One Send agent skill:
nexus-one-send — Setup, prefill config, and callbacks for recipient transfers with Nexus One.
Documentation