request_withdraw
Request a withdrawal from a Gitbank vault to an external wallet address. Returns a confirm_code the user must post on GitHub to authorize execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token symbol: USDC or WETH | |
| amount | Yes | Amount to withdraw | |
| to_address | Yes | Destination wallet address (0x...) | |
| github_username | Yes | GitHub username of the vault owner |