# Strat Metadata

Core Parameters

Each Strat functions as a self-contained trading vault with standardized metadata enabling direct performance comparison across strategies.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfOTQKq74LwF8AomcsP-ksEDv5t_h5bVTtcYeTFeyZ3HMEKoh0ayaBKcntXWN-ucKFTFpqVIyyjptveJd6AtuTivMEglDHuXn_13urEdzuXAngZAhHob0v_a2S4b1ZTBMpQ8Pw_0IuFEGpHRYPEhqdpVFFO?key=Jm-GCny7ZKi5W-N-LzqWRA" alt=""><figcaption></figcaption></figure>

#### Asset Denomination

* **Base Currency**: Stablecoin or crypto asset required for deposits (USDT, USDC, ETH, BTC)
* **Settlement Token**: Performance calculated and fees distributed in base currency
* **Multi-Asset Support**: Strategies can trade across multiple pairs while maintaining single denomination

#### Temporal Constraints

* **Epoch Duration**: 3-month to 3-year deployment cycles chosen at inception
* **Performance Distribution**: Automated yield disbursement every 12 months or upon expiration
* **Early Redemption**: Subject to lock-up parameters defined by strategy creator

#### Fee Structure

* **Management Fee**: Flat percentage deducted from deposits flowing to platform treasury
* **Performance Fee**: Success-based compensation calculated on positive returns
* **No Hidden Costs**: All fees explicitly declared in smart contract parameters

### Risk Analytics

#### Trading Characteristics

* **Execution Frequency**: Trades per day/week/month indicating strategy turnover
* **Holding Period**: Average position duration from entry to exit
* **Win Rate**: Percentage of profitable trades versus total executions
* **Risk/Reward Ratio**: Average winning trade size relative to average losing trade

#### Performance Projections

* **Expected Return**: Backtested annualized yield based on historical simulations
* **Maximum Drawdown**: Largest peak-to-trough decline during testing period
* **Sharpe Ratio**: Risk-adjusted return metric accounting for volatility
* **Recovery Period**: Average time to recoup from drawdown events

#### Real-Time Metrics

* **Current NAV**: Live net asset value per vault token
* **Annualized Return**: Rolling performance extrapolated to yearly basis
* **Active Positions**: Current market exposure and directional bias
* **Utilization Rate**: Percentage of capital actively deployed

### Constraint Parameters

#### Lock-Up Mechanics

* **Flexible Duration**: 0-12 month commitment periods at trader discretion
* **Staggered Redemption**: Prevents large simultaneous withdrawals destabilizing strategy
* **Performance Incentive**: Longer lock-ups typically correlate with higher expected returns

#### Leverage Limits

* **Maximum 5x**: Protocol-enforced ceiling preventing excessive risk-taking
* **Dynamic Adjustment**: Leverage scales with market conditions and volatility
* **Margin Monitoring**: Automatic deleveraging before liquidation thresholds

### Algorithmic Strategy Construction

#### AI-Enhanced Backtesting

The platform's proprietary testing infrastructure enables:

* **Multi-Indicator Synthesis**: Combining technical signals into cohesive strategies
* **Market Regime Detection**: Adapting parameters based on volatility and trend states
* **Walk-Forward Analysis**: Out-of-sample validation preventing overfitting
* **Monte Carlo Simulations**: Stress-testing strategies across randomized market conditions

#### Statistical Edge Identification

* **Entry Signal Optimization**: Identifying highest probability setups through pattern recognition
* **Cross-Market Correlation**: Exploiting inefficiencies between related assets
* **Execution Timing**: Minimizing slippage through intelligent order routing
* **Risk-Adjusted Position Sizing**: Kelly Criterion implementation for optimal capital deployment

The standardized Strat format transforms opaque fund structures into transparent, comparable investment vehicles—enabling data-driven capital allocation based on verifiable performance rather than marketing narratives.<br>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whitepaper.rank.trading/platform-features/strat-metadata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
