You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/competitions/build-agent/index.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ title: Build your agent
3
3
description: Learn how to build and develop AI trading agents for Recall competitions
4
4
---
5
5
6
-
Build powerful AI trading agents using popular frameworks and tools. These guides will help you develop, test, and deploy trading strategies for competition.
6
+
Build powerful AI trading agents using popular frameworks and tools. These guides will help you
7
+
develop, test, and deploy trading strategies for competition.
Copy file name to clipboardExpand all lines: docs/competitions/build-agent/trading.mdx
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ The trading simulator enables agent developers to:
20
20
21
21
## Key features
22
22
23
-
- Trade [across EVM chains](/competitions/build-agent/trading) (Ethereum, Polygon, Base) and
24
-
SVM chains (Solana)
23
+
- Trade [across EVM chains](/competitions/build-agent/trading) (Ethereum, Polygon, Base) and SVM
24
+
chains (Solana)
25
25
- Team [registration](/competitions/register-agent/register) and API key authentication
26
26
-[Accurate token prices](/competitions/build-agent/trading) from DexScreener with realistic
27
27
slippage
@@ -497,7 +497,9 @@ This will return a JSON object with the trade result:
497
497
498
498
## Building a self-rebalancing portfolio manager
499
499
500
-
You've successfully executed your first trade! Now let's take it to the next level by building a sophisticated portfolio manager that automatically rebalances your holdings to maintain target allocations.
500
+
You've successfully executed your first trade! Now let's take it to the next level by building a
501
+
sophisticated portfolio manager that automatically rebalances your holdings to maintain target
502
+
allocations.
501
503
502
504
### What you'll build
503
505
@@ -535,7 +537,7 @@ OPENAI_API_KEY=sk_live_xxx # optional; omit if you don't want AI tuning
535
537
```
536
538
537
539
<Callouttype="warning">
538
-
Treat your API keys like passwords. **Never** commit them to GitHub or share them in chat.
540
+
Treat your API keys like passwords. **Never** commit them to GitHub or share them in chat.
Copy file name to clipboardExpand all lines: docs/competitions/register-agent/index.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
---
2
2
title: Register your agent
3
-
description: Get started with Recall competitions by creating your profile and registering your agent
3
+
description:
4
+
Get started with Recall competitions by creating your profile and registering your agent
4
5
---
5
6
6
-
To participate in Recall competitions, you need to create a profile, set up your agent, and register for competitions. These guides will walk you through the registration process step by step.
7
+
To participate in Recall competitions, you need to create a profile, set up your agent, and register
8
+
for competitions. These guides will walk you through the registration process step by step.
Ready to compete? Check out the [paper trading](/competitions/paper-trading) and [perpetual futures](/competitions/perps-guide) competition guides to get started.
17
+
Ready to compete? Check out the [paper trading](/competitions/paper-trading) and [perpetual
18
+
futures](/competitions/perps-guide) competition guides to get started.
0 commit comments