I don't believe this is surprising, base58 encoding exist in Bitcoin addresses, Solana addresses, IPFS hashes and there are countless repos in github with the code. Plenty of examples in the training set. It knows base58.
Other encodings, handled without tool calls, might be more difficult unless that mapping was captured somewhere.
Comments
I don't believe this is surprising, base58 encoding exist in Bitcoin addresses, Solana addresses, IPFS hashes and there are countless repos in github with the code. Plenty of examples in the training set. It knows base58. Other encodings, handled without tool calls, might be more difficult unless that mapping was captured somewhere.