Karivox Karivox

Administration

Separate sign-in. Three failed attempts lock this address out.

← back to the site

Overview

Payments

Claude API

Prop firm rules

Plans & prices

Changing a price asks for your password again. Nothing here lives in the code — a new owner runs this business without opening a single source file.

Bot prices

The ladder: the faster a strategy passes an evaluation, the higher the price. Discounted grants us resale and trading rights; private does not.

Keys & payments

Secrets are stored in the settings table and never leave the server through any endpoint — they are masked even here. Whoever can read the database file can read the keys, so keep it readable only by the process owner. Setting a key asks for your password again.

Connecting Stripe

  1. Stripe dashboard → Developers → API keys. Copy the secret key (sk_live_…) and the publishable key (pk_live_…).
  2. Paste both above.
  3. Developers → Webhooks → Add endpoint. URL: https://your-domain/api/stripe Events: checkout.session.completed, customer.subscription.deleted.
  4. Copy the signing secret (whsec_…) into the Stripe webhook signing secret field above.
  5. Set Take real payments to yes.

Until all four are in place the site runs in training mode: plans activate without payment so you can test the whole flow. Nobody is charged and no card is asked for.

Limits & method

The detection floor is measured, not chosen. It came from injecting known edges into synthetic strategies: 0.60 was detected, 0.30 was not. Lowering this number does not make the method sharper — it makes the reports dishonest.

Site

Users

Email Name Plan Checks Status Created

Bot requests

Strategies that passed and whose owner asked for the bot. Nothing was charged: agree the scope, then send the invoice. The price shown is the one the ladder offered at the moment of the request.

# When Email Market Passes in Kind Price State

Audit log

Every settings change, every account edit, every failed sign-in. This exists so a change can always be traced to a person.

When Who Action Detail

User

Confirm with your password