send_payment
Validate and send a Solana payment to a pre-verified recipient. Confirms protocol fee and correct address before signing and transmitting the transaction.
Instructions
Pay a Solana payment request (from a provider's job feedback). Validates protocol fee, verifies the expected recipient address matches, signs and sends the transaction. PREFER submit_and_pay_job or buy_capability which auto-verify the recipient from the provider's published capability card. Use send_payment only for manual payment flows where you have independently verified the recipient address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_request | Yes | ||
| expected_solana_recipient | Yes | Base58 Solana address you expect to receive the payment (from the provider card). |