# Getting Funded

How to receive funding through the Atract platform.

## Overview

Once you appear on the leaderboard, investors can discover you and send funding proposals. This guide covers how to maximize your chances of getting funded.

## Prerequisites

1. **Leaderboard Presence**: Atract Score 50+
2. **Verified Performance**: 20+ trades, $10k+ volume, 14+ days
3. **Wallet Connected**: Active Hyperliquid account

## How Funding Works

```
Investor finds you on leaderboard
        ↓
Investor creates funding proposal
        ↓
You receive proposal notification
        ↓
Review terms (capital, profit share, risk limits)
        ↓
Accept or decline proposal
        ↓
If accepted: Vault created, funds bridged
        ↓
Start trading with investor capital
```

## Proposal Terms

Investors specify:

| Term           | Description                | Typical Range    |
| -------------- | -------------------------- | ---------------- |
| Capital        | USDC amount provided       | $100 - $100,000+ |
| Profit Share   | Your percentage of profits | 60-80%           |
| Duration       | Deal length                | 7-90 days        |
| Max Drawdown   | Total loss limit           | 10-30%           |
| Daily Drawdown | Daily loss limit           | 3-10%            |

## Evaluating Proposals

Consider before accepting:

**Capital vs. Risk Limits**

* Higher capital = more profit potential
* Tighter drawdown = less room for volatility
* Match limits to your trading style

**Duration**

* Short (7-14 days): Quick turnaround, less time pressure
* Long (30-90 days): More flexibility, longer commitment

**Profit Share**

* Higher share = better for you
* Consider total capital × expected return × your share

## Accepting a Proposal

1. Navigate to **Funding > Proposals**
2. Find pending proposals addressed to you
3. Click **Review Proposal**
4. Verify all terms carefully
5. Click **Accept Deal**
6. Sign EIP-712 message with your wallet
7. Wait for vault activation (1-5 minutes)

## After Acceptance

**Vault Created:**

* Dedicated EOA wallet for this deal
* Investor's USDC bridged to Hyperliquid
* Agent wallet created for trading

**Copy Trading (Optional):**

* If enabled, your personal trades auto-copy to vault
* Proportional sizing based on balance ratio
* Configurable slippage tolerance

**Manual Trading:**

* Trade directly from vault via terminal
* Select vault in vault mode dropdown
* All pre-checks enforced automatically

## Maximizing Success

**Build Your Profile:**

* Trade consistently before seeking funding
* Maintain strong Atract Score
* Avoid large drawdowns

**Match Risk to Strategy:**

* Only accept deals matching your style
* Don't accept tighter limits than you can handle
* Be realistic about expected returns

**Communicate (if possible):**

* Maintain professional reputation
* Honor deal terms
* Build long-term investor relationships

## Settlement

At deal end:

1. All positions closed automatically
2. Funds bridged back to Arbitrum
3. Profits calculated
4. Your share sent to your wallet
5. Investor receives capital + their profit share

See [Profit Sharing](/funding-and-vaults/profit-sharing.md) for calculation details.

## Related Pages

* [Leaderboard Overview](/leaderboard/leaderboard.md)
* [Vault Lifecycle](/funding-and-vaults/vault-lifecycle.md)
* [Copy Trading](/funding-and-vaults/copy-trading.md)


---

# 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://docs.atract.app/leaderboard/getting-funded.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.
