request_buy_stock
Buy an Ondo tokenized stock using USDC from the user's Gitbank vault. Bridges USDC from Base to Solana via CCTP, swaps for Ondo stock on Jupiter, and mints a soul-bound gitStock token on Base as proof of custody. Returns a confirm_code the user must post on GitHub to authorize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker to buy (e.g. NVDA, AAPL, TSLA) | |
| usdc_amount | Yes | Amount of USDC to spend (from vault balance) | |
| github_username | Yes | GitHub username of the buyer |