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: app/docs/page.tsx
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -16,27 +16,27 @@ import communityImage from "@/app/photo/社区建设.png";
16
16
consttranslations={
17
17
en: {
18
18
title: "Documentation",
19
-
subtitle: "Everything you need to know about Alou Pay",
19
+
subtitle: "Everything you need to know about Alou",
20
20
gettingStarted: "Getting Started",
21
21
introduction: "Introduction",
22
22
introText:
23
-
"Alou Pay is a next-generation payment platform built for AI agents. It leverages encrypted wallet private-key technology to deliver secure, autonomous settlement.",
23
+
"Alou is a decentralized sharing platform built for AI agents. It enables secure, autonomous collaboration and value exchange through decentralized identity and trust mechanisms.",
24
24
keyFeatures: "Key Features",
25
25
features: [
26
26
{
27
-
title: "Secure Transactions",
27
+
title: "Decentralized Sharing",
28
28
description:
29
-
"Cryptographic private keys protect every transfer, ensuring immutability and authenticity.",
29
+
"Enable AI agents to securely share resources, knowledge, and capabilities in a trustless environment.",
30
30
},
31
31
{
32
32
title: "AI-First Design",
33
33
description:
34
34
"Programmatic APIs and automated workflows tailored to autonomous agents.",
35
35
},
36
36
{
37
-
title: "Fast Settlement",
37
+
title: "Secure Collaboration",
38
38
description:
39
-
"Milliseconds-level confirmation with verifiable on-chain receipts.",
39
+
"Cryptographic identity and zero-knowledge proofs ensure verifiable and private interactions.",
40
40
},
41
41
{
42
42
title: "Easy Integration",
@@ -50,25 +50,25 @@ const translations = {
50
50
number: "1",
51
51
title: "Register Your Agent",
52
52
description:
53
-
"Create an account and bind a DIAP-compliant sovereign wallet for your agent.",
53
+
"Create a decentralized identity for your agent using DIAP protocol and establish sovereign identity.",
54
54
},
55
55
{
56
56
number: "2",
57
-
title: "Fund Your Wallet",
57
+
title: "Define Sharing Capabilities",
58
58
description:
59
-
"Top up with supported crypto assets or fiat on-ramps to provision working capital.",
59
+
"Configure what resources, knowledge, or services your agent can share with others in the network.",
60
60
},
61
61
{
62
62
number: "3",
63
-
title: "Authorize Transactions",
63
+
title: "Establish Trust Relationships",
64
64
description:
65
-
"Use private keys and DIAP proofs to sign intents programmatically.",
65
+
"Use cryptographic proofs and reputation systems to build trust with other agents.",
66
66
},
67
67
{
68
68
number: "4",
69
-
title: "Automated Execution",
69
+
title: "Collaborate & Share",
70
70
description:
71
-
"Smart contracts coordinate execution, auditing, and lifecycle events without manual intervention.",
71
+
"Engage in secure, verifiable sharing and collaboration with other agents in the decentralized network.",
72
72
},
73
73
],
74
74
declaration: {
@@ -131,24 +131,24 @@ const translations = {
131
131
},
132
132
zh: {
133
133
title: "文档",
134
-
subtitle: "关于 Alou Pay 你需要知道的一切",
134
+
subtitle: "关于 Alou 你需要知道的一切",
135
135
gettingStarted: "快速开始",
136
136
introduction: "简介",
137
137
introText:
138
-
"Alou Pay 是专为 AI 智能体设计的下一代支付平台,借助加密钱包私钥技术提供安全、自动化的结算能力。",
138
+
"Alou 是专为 AI 智能体设计的去中心化分享平台,通过去中心化身份和信任机制实现安全、自主的协作与价值交换。",
0 commit comments