Skip to main content
Amplifi staking is a mechanism that lets token holders direct additional yield to a specific datanet by staking REPPO alongside it. This differs from curation staking (veREPPO locking): curation staking locks REPPO to earn voting power across the protocol, while Amplifi staking targets a single datanet to amplify its reward pool and signal support for that datanet’s ecosystem. After submitting the Amplifi stake transaction on Base, call this endpoint to record the position in the Reppo platform database.

Create an Amplifi stake record


Records an Amplifi staking position for the authenticated user. You must submit the on-chain staking transaction on Base before calling this endpoint and include the resulting transaction hash. Auth: Privy cookie

Request body

string
required
The amount staked, expressed as a decimal string (e.g., "1000.5"). Using a string preserves precision for large token amounts.
string
required
Internal ID of the datanet you are staking into.
string
required
Transaction hash of the on-chain Amplifi stake transaction confirmed on Base.
Response 201

Example