resolve_farcaster_username
Convert a Farcaster username to a verified Base wallet address. Essential for identifying tip recipients before generating USDC transfer calldata.
Instructions
Resolves a Farcaster username (with or without @) to their profile info and verified wallet address on Base. Useful for looking up a tip recipient's address before calling build_tip_calldata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | A Farcaster username, e.g. 'afifarioss' or '@afifarioss' |