Create a stake token.
A plain, untaxed ERC-20 that carries one extra, capped-forever mint capability you set at deployment (currently unused by the staking vault — rewards come from a top-uppable pot instead). Includes a lookup tool for staking/unstaking and managing a pool you already opened.
Use MetaMask (or another standard EVM wallet extension) for this tab, not Phantom — Phantom currently doesn't allow outside websites to connect to it for anything on Robinhood Chain. If Robinhood Chain isn't already in your wallet, add it manually: chain ID 4663, RPC https://rpc.mainnet.chain.robinhood.com, currency ETH.
Creates a plain, untaxed ERC-20 — every transfer moves exactly the amount sent, no fee, no tax, fully compatible with standard DEX/exchange behavior. The only thing that separates this from the plain coin tool is one added capability: a rate-limited mint(), whose one authorized caller is fixed at deployment to this platform's staking vault address — not you, not anyone else. In practice that's a dormant hook today: the current vault never actually calls mint(), so staking rewards for this token work exactly like any other token's — funded by a real, top-uppable reward pot, not new supply. You still choose the absolute ceiling on this token's own mint capability below, in case it's ever put to use — the most it could ever mint in any rolling year, as a percent of supply — and that ceiling is baked into the contract and can never be raised afterward, even by you. This platform charges no creation fee right now, beyond a flat fee of LUNA worth 1 USDG (quoted live), approved and paid atomically in the same on-chain deployment.
Nothing stakes automatically — after creating this token, open a staking pool for it in the "Stake" tab so people can actually deposit and earn. Only you, as this token's creator, will be able to open that pool — the vault checks that on-chain.