Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/[lang]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { getPageMap } from 'nextra/page-map'
import type { FC, ReactNode } from 'react'
import { DocumentLastUpdated } from '../document-last-updated'
import localeRoutes from '../../locale-routes.json'
import '../docs.css'
import 'nextra-theme-docs/style.css'

export const metadata: Metadata = {
Expand Down
233 changes: 233 additions & 0 deletions app/docs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,233 @@
.token-allocation-table:focus-visible {
border-radius: 0.25rem;
outline: 2px solid currentColor;
outline-offset: 0.25rem;
}

.token-allocation-table :is(th, td):first-child {
min-width: 8rem;
}

.token-allocation-table :is(th, td):nth-child(2) {
min-width: 7rem;
}

@media (max-width: 48rem) {
.token-allocation-table {
max-width: 100%;
overflow-x: auto;
padding-bottom: 0.5rem;
-webkit-overflow-scrolling: touch;
}

.token-allocation-table table {
min-width: 44rem;
}
}

.brand-kit-actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin: 1.5rem 0 2.25rem;
}

.brand-kit-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.75rem;
padding: 0.65rem 1rem;
border: 1px solid #d7dcda;
border-radius: 0.65rem;
color: #171b1a;
font-weight: 650;
line-height: 1.2;
text-decoration: none;
transition:
border-color 140ms ease,
background-color 140ms ease,
transform 140ms ease;
}

.brand-kit-button:hover {
border-color: #171b1a;
background: #f3f6f5;
text-decoration: none;
transform: translateY(-1px);
}

.brand-kit-button--primary {
border-color: #171b1a;
background: #171b1a;
color: #ffffff;
}

.brand-kit-button--primary:hover {
background: #242a28;
color: #ffffff;
}

.brand-kit-button:focus-visible,
.brand-asset-meta a:focus-visible {
outline: 2px solid #08f0a5;
outline-offset: 3px;
}

.brand-asset-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
margin: 1.25rem 0 2.5rem;
}

.brand-asset-grid--avatar {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-asset-grid--banner {
grid-template-columns: minmax(0, 1fr);
}

.brand-asset-card {
min-width: 0;
overflow: hidden;
border: 1px solid #e1e5e3;
border-radius: 0.85rem;
background: #ffffff;
}

.brand-asset-preview {
display: flex;
align-items: center;
justify-content: center;
min-height: 12rem;
padding: 2rem;
}

.brand-asset-preview--light {
background: #f4f7f6;
}

.brand-asset-preview--dark {
background: #171b1a;
}

.brand-asset-preview img {
display: block;
width: 100%;
height: auto;
}

.brand-asset-preview--horizontal img {
max-width: 24rem;
}

.brand-asset-preview--stacked img {
max-width: 10rem;
}

.brand-asset-preview--avatar img {
max-width: 7.5rem;
}

.brand-asset-preview--banner {
min-height: 0;
padding: 0;
}

.brand-asset-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
min-height: 3.75rem;
padding: 0.85rem 1rem;
border-top: 1px solid #e1e5e3;
color: #4e5754;
font-size: 0.875rem;
}

.brand-asset-meta a {
flex: 0 0 auto;
color: #171b1a;
font-weight: 650;
}

.brand-color-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
margin: 1.25rem 0 2.5rem;
}

.brand-color-card {
display: flex;
align-items: center;
gap: 0.85rem;
padding: 0.85rem;
border: 1px solid #e1e5e3;
border-radius: 0.75rem;
}

.brand-color-card > span:last-child {
display: grid;
gap: 0.15rem;
}

.brand-color-card code {
padding: 0;
background: transparent;
color: #6c7572;
font-size: 0.8rem;
}

.brand-color-swatch {
flex: 0 0 auto;
width: 3rem;
height: 3rem;
border: 1px solid rgba(23, 27, 26, 0.12);
border-radius: 0.55rem;
}

.brand-color-swatch--green {
background: #08f0a5;
}

.brand-color-swatch--ink {
background: #171b1a;
}

.brand-color-swatch--white {
background: #ffffff;
}

@media (max-width: 64rem) {
.brand-asset-grid--avatar {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 40rem) {
.brand-kit-actions,
.brand-kit-button {
width: 100%;
}

.brand-asset-grid,
.brand-asset-grid--avatar,
.brand-color-grid {
grid-template-columns: minmax(0, 1fr);
}

.brand-asset-preview {
min-height: 10rem;
padding: 1.5rem;
}

.brand-asset-meta {
align-items: flex-start;
flex-direction: column;
gap: 0.4rem;
}
}
24 changes: 18 additions & 6 deletions content/en/_meta.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
export default {
index: 'Introduction',
'how-it-works': 'How It Works',
index: 'Overview',
'how-it-works': {
title: 'How X-Agent Works',
display: 'hidden'
},
litepaper: 'Litepaper',
build: 'Build',
token: 'Token ($XAGT)',
token: 'XAGT',
announcement: {
title: 'Announcements'
},
security: 'Security',
resources: 'Resources',
changelog: 'Changelog',
disclaimer: 'Disclaimer'
changelog: {
title: 'Changelog',
display: 'hidden'
},
disclaimer: {
title: 'Disclaimer',
display: 'hidden'
}
}
4 changes: 4 additions & 0 deletions content/en/announcement/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
index: 'Latest Updates',
'token-allocation-vesting': 'XAGT Token Allocation & Vesting'
}
16 changes: 16 additions & 0 deletions content/en/announcement/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Announcements
description: Official X-Agent updates, published in reverse chronological order.
---

# Announcements

Official X-Agent updates are published here in reverse chronological order. Each announcement has its own permanent page and may be updated as new information is confirmed.

## Latest

### [XAGT Token Allocation & Vesting Schedule](/en/announcement/token-allocation-vesting)

`Provisional · September 7, 2026 · Tokenomics`

The current community-consensus token allocation, initial supply, and vesting schedule. This announcement will be kept current and finalized before TGE.
31 changes: 31 additions & 0 deletions content/en/announcement/token-allocation-vesting.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: XAGT Token Allocation & Vesting Schedule
description: Current XAGT token allocation and vesting information agreed within the community.
---

# XAGT Token Allocation & Vesting Schedule

`Status: Provisional · Published on September 7, 2026`

This is the token allocation that has reached consensus within the community. As the project team is still in discussions with exchanges and high‑caliber investors, the allocation and initial supply are subject to change based on the consensus from exchanges and investors. We will keep the information updated to keep the community aligned on a timely basis and finalize before TGE.

<div
className="token-allocation-table"
role="region"
aria-label="XAGT token allocation and vesting schedule"
tabIndex={0}
>

| Category | Allocation | Core Vesting Schedule & Release Terms |
| --------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Community | 58% | 5% unlocked at TGE, with the remaining 53% distributed across 8 quarters via mining. |
| Marketing | 14% | 9.5% unlocked at TGE (subject to CEX arrangements), with the remaining 4.5% unlocking across Q1–Q8. If required by top‑tier exchanges, the team reserves the right to unlock up to 4.5% to the exchange to enhance the project’s liquidity. |
| Treasury | 8.5% | 1% unlocked at TGE, with the remaining 7.5% distributed across 5 quarters. |
| Team | 10% | 0% at TGE, with a 12-month cliff, remaining 10% unlocked across Q5–Q12 (8 quarters). |
| Liquidity | 4% | 4% unlocked at TGE to ensure absolute initial liquidity management. |
| Investor | 5.5% | 0% at TGE, with a 12-month cliff, remaining 5.5% unlocked across Q5–Q12 (8 quarters). |
| **Total** | **100%** | **Total Initial Circulation at TGE: 19.5%** |

</div>

Among the 58% allocated to the community, users account for ~29%, while all other types of builders and partners account for ~29%.
7 changes: 0 additions & 7 deletions content/en/build/_meta.js

This file was deleted.

9 changes: 0 additions & 9 deletions content/en/build/api-sdk.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions content/en/build/create-agent.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions content/en/build/deployment.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions content/en/build/marketplace.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions content/en/build/playbooks.mdx

This file was deleted.

Loading