Explanations > Operations

Operations

Explain operational responsibilities for Quovra.

Operations

Quovra operations focus on app availability, proof submission, and safe secret handling.

Responsibilities

AreaResponsibility
FrontendServe markets, receipts, docs, and wallet actions
RPCRead market state and send transactions
KeeperSubmit valid TxLINE proofs after fixtures finish
FaucetMint devnet-only test USDC
SecretsProtect faucet authority and TxLINE credentials

Health checks

  • https://quovra.xyz
  • https://quovra.xyz/markets
  • https://quovra.xyz/activity
  • https://quovra.xyz/docs
  • Solana devnet RPC
  • Keeper dry-run output

Incident response

  1. Identify the failing surface.
  2. Stop live keeper execution if settlement submissions are failing unexpectedly.
  3. Preserve logs and transaction signatures.
  4. Reproduce with dry-run commands.
  5. Patch configuration or code.
  6. Re-run tests and build.
  7. Resume keeper execution.

Backups

On-chain state lives on Solana devnet. Repository state and deployment config should be backed up through GitHub and host environment exports.

Do not back up secrets into the repository.

Related pages

Search keywords

operations, monitoring, incidents, backups, keeper

Last updated: [YYYY-MM-DD]