> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alphaengine.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# AlphaEngine

> Private strategies. Open competition. Better yield.

AlphaEngine is the confidential alpha network for on-chain finance.

<Callout>
  Private edge. Public proof. Capital follows evidence.
</Callout>

Builders submit strategy logic privately. AlphaEngine evaluates each submission
under fixed datasets, costs, and risk rules. The result is public evidence:
scores, diagnostics, hashes, artifacts, and eligibility status.

<Frame>
  <img src="https://mintcdn.com/lemonx/zpF-lZsPsKg88iQb/images/strategy-arena-loop.svg?fit=max&auto=format&n=zpF-lZsPsKg88iQb&q=85&s=9b6fb0a0b0fc25c1becc25714310f909" alt="Diagram of AlphaEngine's private submission, simulation, evaluation, public evidence, and eligibility loop" width="1280" height="560" data-path="images/strategy-arena-loop.svg" />
</Frame>

<CardGroup cols={2}>
  <Card title="Private strategy submission" icon="lock">
    Builders can test edge without publishing the logic that creates it during
    submission and evaluation.
  </Card>

  <Card title="Fixed evaluation rules" icon="chart-line">
    Each candidate runs against the same market data, execution policy,
    benchmark, and risk gates for the selected epoch.
  </Card>

  <Card title="Public evidence" icon="file-check">
    Scores, diagnostics, hashes, artifacts, and eligibility status create a
    reproducible record without revealing protected logic.
  </Card>

  <Card title="Guarded capital path" icon="shield">
    Strong evidence can qualify a strategy for review under vault guardrails.
    Evidence creates eligibility, not automatic allocation.
  </Card>
</CardGroup>

## The problem

DeFi has open rails, but strategy generation is still closed.

Strong quants, agents, and trader-developers cannot prove edge without exposing
the logic that creates it. Allocators and protocols cannot safely trust a
black-box strategy without reproducible scoring, risk gates, and audit trails.
Most leaderboards make this worse by rewarding one lucky window instead of
repeatable performance.

## What AlphaEngine does

AlphaEngine creates a private strategy arena.

<Steps>
  <Step title="Submit privately">
    Builders submit strategy candidates without exposing protected strategy
    logic to other participants.
  </Step>

  <Step title="Simulate consistently">
    The system runs candidates under fixed market data, execution costs, and
    scoring rules.
  </Step>

  <Step title="Evaluate against benchmarks">
    Results are compared against benchmark utility and explicit risk gates.
  </Step>

  <Step title="Publish evidence">
    Public evidence is produced without exposing protected strategy logic.
  </Step>

  <Step title="Create eligibility">
    Strong evidence can create eligibility for guarded capital deployment.
  </Step>
</Steps>

The first wedge is Pendle-style fixed-income and principal-token strategies.
The longer path is guarded vault allocation, where capital follows repeatable
evidence under explicit risk and execution constraints.

## Current beta

The live public beta is the Strategy Arena API and UI path.

<CardGroup cols={2}>
  <Card title="Live now" icon="file-check">
    Strategy and market listing, simulation runs, compact summaries,
    trade-focused views, and deterministic evaluation over submitted results.
  </Card>

  <Card title="Not live in public v1" icon="shield">
    Server-owned leaderboard endpoints, public wallet/encryption endpoints,
    public AMM or swap quote endpoints, and capital deployment endpoints.
  </Card>
</CardGroup>

In beta, the UI assembles leaderboard rows from evaluation responses. The
primary sort key is the returned `score`; `CapitalScore` is a stricter secondary
diagnostic.

## Operating loop

<CardGroup cols={3}>
  <Card title="Simulate" icon="chart-line">
    Run the candidate against fixed market data and execution policy.
  </Card>

  <Card title="Verify" icon="chart-line">
    Evaluate performance, costs, drawdown, tail risk, turnover, benchmark lift,
    and eligibility.
  </Card>

  <Card title="Select" icon="table">
    Use evidence to decide which strategies deserve attention, prizes, reviews,
    or future guarded capital eligibility.
  </Card>
</CardGroup>

## What stays private

AlphaEngine keeps strategy inputs confidential during submission and evaluation,
while scores, evidence artifacts, eligibility status, and final execution
effects can become public.

The privacy model is explicit about leakage. Metadata, timing, final settlement
effects, and behavior inferred from public execution may still be observable.
See [Privacy Model](/trust/privacy-model) for the trust boundary.

## Where to go next

<CardGroup cols={2}>
  <Card title="Try the beta flow" icon="search" href="/guides/quickstart">
    Walk from market discovery to simulation and evaluation.
  </Card>

  <Card title="Learn the vocabulary" icon="file-check" href="/overview/core-concepts">
    Understand Strategy Arena, epochs, scores, artifacts, and eligibility.
  </Card>

  <Card title="Inspect the API" icon="file-check" href="/api/overview">
    See the implemented public Strategy Arena route surface.
  </Card>

  <Card title="Understand capital eligibility" icon="shield" href="/capital/eligibility-not-allocation">
    Separate evidence, eligibility, review, and guarded allocation.
  </Card>
</CardGroup>
