GPT-5 finding
Docs and schema list Solana as a supported chain, but verification/auto-copy only implement EVM flows
mediumdocs-gaphigh
- bankr-signals/references/signal-format.md:13-16
- bankr-signals/scripts/verify-trade.sh:22-28
Solana is mentioned as a valid chain in the signal format, but verify-trade.sh only supports EVM chains (base/ethereum/polygon) and uses Ethereum JSON-RPC semantics. auto-copy.sh verification also relies on the same verify-trade.sh. This misleads users about Solana support.
Recommendation
Either implement Solana verification and compatible Bankr execution paths or remove Solana from supported options in docs and schema.