Skip to content

Commit 575f234

Browse files
feat: add verification feature cards
1 parent 8249b51 commit 575f234

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed
Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ slug: /cloud/verification
66
description: ""
77
---
88

9+
import ModelsIcon from '@site/static/img/icons/models-icon.svg';
10+
import ChatIcon from '@site/static/img/icons/chat.svg';
11+
import { FeatureCard, FeatureCardGrid } from '@site/src/components/FeatureCard';
12+
913
[NEAR AI Cloud](https://cloud.near.ai) operates in Trusted Execution Environments (TEEs) which use cryptographic proofs to verify that your private AI conversations actually happened in secure, isolated environments - not on compromised systems or with unauthorized access.
1014

1115
This section will show you step-by-step processes for checking these proofs, validating digital signatures, and confirming that your AI interactions haven't been tampered with.
@@ -30,6 +34,17 @@ This section will show you step-by-step processes for checking these proofs, val
3034

3135
## What You Can Verify
3236

33-
**Model Verification** - Verify that AI models are running in secure TEE environments using NVIDIA and Intel attestation.
34-
35-
**Chat Verification** - Verify individual chat messages and responses through cryptographic signatures.
37+
<FeatureCardGrid>
38+
<FeatureCard
39+
icon={ModelsIcon}
40+
title="Model Verification"
41+
description="Verify that AI models are running in secure TEE environments using NVIDIA and Intel attestation"
42+
href="./verification/model"
43+
/>
44+
<FeatureCard
45+
icon={ChatIcon}
46+
title="Chat Verification"
47+
description="Verify individual chat messages and responses through cryptographic signatures"
48+
href="./verification/chat"
49+
/>
50+
</FeatureCardGrid>

static/img/icons/chat.svg

Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)