The Solana Agent Kit is the most widely used agent framework on Solana. As agents become multi-chain, they need portable identity that works beyond Solana.
Kuberna Labs (https://github.com/kawacukennedy/kuberna-labs) provides cross-chain intent execution with ERC-8004 agent identity (Ethereum standard, 165,000+ registered agents).
Integration proposal: A crossChainIdentity plugin for solana-agent-kit that:
- Lets Solana agents register/maintain an ERC-8004 identity on EVM
- Maps Solana wallet addresses to ERC-8004 agent IDs
- Enables Solana agents to prove identity to EVM-based agents via zkTLS attestation
- Gives Solana agents portable reputation that works across ecosystems
This would make solana-agent-kit the first Solana agent framework with native cross-ecosystem identity — agents can be registered on Solana but discovered and trusted on EVM.
Interested in a PR for this plugin? Happy to build the ERC-8004 integration module.
The Solana Agent Kit is the most widely used agent framework on Solana. As agents become multi-chain, they need portable identity that works beyond Solana.
Kuberna Labs (https://github.com/kawacukennedy/kuberna-labs) provides cross-chain intent execution with ERC-8004 agent identity (Ethereum standard, 165,000+ registered agents).
Integration proposal: A
crossChainIdentityplugin for solana-agent-kit that:This would make solana-agent-kit the first Solana agent framework with native cross-ecosystem identity — agents can be registered on Solana but discovered and trusted on EVM.
Interested in a PR for this plugin? Happy to build the ERC-8004 integration module.