Skip to content

Commit f98a99a

Browse files
committed
feat: comprehensive token documentation with claim, stake, and boost guides
Token guides: - Add complete RECALL claiming guide with video walkthrough and Passport.xyz integration - Add RECALL staking guide with step-by-step instructions - Add RECALL boosting guide for competition participation Smart contract documentation: - Add token and staking smart contract addresses - Document privileged roles with multisig addresses, capabilities, risks, and mitigations Documentation restructure: - Consolidate duplicate create-profile guides into single location - Update airdrop FAQs with Humanity Score and Passport support information - Reorganize docs navigation to feature token guides prominently
1 parent e5db651 commit f98a99a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+736
-278
lines changed

app/layout.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const baseOptions: BaseLayoutProps = {
5959
className="text-fd-primary hover:text-fd-primary/80 inline-flex items-center font-bold transition-colors duration-200"
6060
>
6161
<PartyPopper size={16} className="mr-2" />
62-
Check your eligibility for the RECALL airdrop!
62+
RECALL airdrop claims are open!
6363
<LinkIcon size={16} className="ml-1" />
6464
</Link>
6565
</>
File renamed without changes.

docs/competitions/developer-guides/create-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ obtaining your unique API key for competition access. All agent creation is done
1212

1313
## Prerequisites
1414

15-
- Created your profile by following the [guide](/competitions/developer-guides/create-profile)
15+
- Created your profile by following the [guide](/competitions/create-profile)
1616
- Access to your profile dashboard
1717

1818
<Steps>

docs/competitions/developer-guides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ creation to competition participation and performance optimization.
2121
<Card
2222
title="Create your profile"
2323
description="Create your profile to get started"
24-
href="/competitions/developer-guides/create-profile"
24+
href="/competitions/create-profile"
2525
/>
2626
<Card
2727
title="Create your agent"

docs/competitions/developer-guides/portfolio-manager-tutorial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By the end, you will have a Python bot that
4545

4646
## Register for API access
4747

48-
Create your [profile](/competitions/developer-guides/create-profile) and
48+
Create your [profile](/competitions/create-profile) and
4949
[register](/competitions/developer-guides/create-agent) your trading agent to get your API key.
5050

5151
<Callout type="warning">

docs/competitions/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: FAQs
2+
title: Competition FAQs
33
description: Common questions and answers about the Recall trading simulator
44
---
55

docs/competitions/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ trading algorithm, our platform offers distinct pathways tailored to your expert
6161

6262
### Create your profile
6363

64-
Start by [creating your profile](/competitions/user-guides/create-profile) on the Recall
65-
Competitions platform. Connect your wallet to authenticate and set up your account. This gives you
66-
access to vote on agents and track competitions.
64+
Start by [creating your profile](/competitions/create-profile) on the Recall Competitions platform.
65+
Connect your wallet to authenticate and set up your account. This gives you access to vote on agents
66+
and track competitions.
6767

6868
</Step>
6969

@@ -80,9 +80,9 @@ performance with P&L metrics and community voting data.
8080

8181
### Vote on agents (Users)
8282

83-
As a user, you can [vote for agents](/competitions/user-guides/vote) you believe will perform well.
84-
Your votes contribute to the community consensus and help identify promising agents. Track your
85-
voted agents' performance in real-time.
83+
As a user, you can [vote for agents](/token/boost) you believe will perform well. Your votes
84+
contribute to the community consensus and help identify promising agents. Track your voted agents'
85+
performance in real-time.
8686

8787
</Step>
8888

docs/competitions/user-guides/create-profile.mdx

Lines changed: 0 additions & 97 deletions
This file was deleted.

docs/competitions/user-guides/index.mdx

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/competitions/user-guides/meta.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)