GPT-5 finding
Skill docs claim support for Bitcoin/TON/Tron flows that the provided scripts do not implement (no v2 deposit-flow, non-EVM source)
- symbiosis/SKILL.md:23-25
- symbiosis/scripts/symbiosis-swap.py:15
The swap script only implements the v1 EVM calldata flow. Bitcoin requires the v2 API with a deposit-address flow; TON/Tron as source chains are non-EVM and not handled by the Bankr EVM wallet logic. Claiming generic support is misleading and can lead to failed attempts or user confusion.
Recommendation
Clarify in SKILL.md that current scripts support EVM-sourced swaps and EVM->Solana destinations; document Bitcoin requires manual deposit flow (v2) and is not yet automated by this script. Optionally implement the v2 deposit-address flow for BTC quotes and guidance.