What problem does it solve?
It removes the complexity of selecting the right Solana program instruction, resolving all required PDAs, building a correct unsigned transaction, and safely simulating Anchor errors before you sign.
Core Features & Use Cases
- End-to-end Solana pipeline orchestration: runs research, PDA/account resolution, transaction build, simulation, and signer submission as a staged agent workflow.
- Automated program instruction discovery and PDA derivation: finds program instructions plus PDA schemas, then resolves all required accounts (including nested PDAs) from on-chain and registry data.
- Safety-first execution: performs a preflight simulation to decode Anchor errors and blocks signing when simulation fails or confirmation is not an explicit YES.
- Use cases: staking, swapping (e.g., Jupiter), minting, transferring SPL tokens, deriving stake/position PDAs, and interacting with Anchor programs without manually crafting transactions.
Quick Start
Tell the orchestrator in one sentence what you want to do, including the program/project reference and wallet, for example: "Stake 2 SOL with Marinade for wallet 9xTy...pQr2."