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.md
+116-8Lines changed: 116 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Base Verify is for mini-app builders to allow their users to prove they have ver
13
13
14
14
**Why This Matters:**
15
15
16
-
Even if a wallet has few transactions, Base Verify reveals if the user is high-value through their verified X account or Coinbase One subscription.
16
+
Even if a wallet has few transactions, Base Verify reveals if the user is high-value through their verified social accounts (X Blue, Instagram, TikTok) or Coinbase One subscription.
17
17
18
18
This lets you identify quality users regardless of on-chain activity.
19
19
@@ -27,7 +27,7 @@ This lets you identify quality users regardless of on-chain activity.
27
27
28
28
### Provider
29
29
30
-
An identity platform that Base Verify integrates with. Currently supports **X (Twitter)** and **Coinbase**, with Instagram and TikTok coming soon.
30
+
An identity platform that Base Verify integrates with. Currently supports **X (Twitter)**, **Coinbase**, **Instagram**, and **TikTok**.
31
31
32
32
### Verification
33
33
@@ -40,13 +40,17 @@ A specific attribute of the Provider account that can be verified.
40
40
**Examples:**
41
41
42
42
-`verified: true`\- X account has blue checkmark
43
-
-`coinbase_one: true`\- Active Coinbase One subscription
43
+
-`coinbase_one_active: true`\- Active Coinbase One subscription
44
44
-`followers: gt:1000`\- X account has over 1000 followers
45
+
-`followers_count: gte:5000`\- Instagram account with 5000+ followers
46
+
-`video_count: gte:50`\- TikTok account with 50+ videos
0 commit comments