Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/protocol-concepts/account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A [**User**](/docs/protocol-concepts/user) represents an individual that signed

## Key Attributes:

- **Accounts** have Account IDs (previously know as Passport ID) and account-specific URLs (until they're linked to a user), following this format:
- **Accounts** have Account IDs (previously known as Passport ID) and account-specific URLs (until they're linked to a user), following this format:
- `talentprotocol.com/address/0xbd…23d4`
- `talentprotocol.com/github/filmacedo`
- If linked to a user, the account URL will automatically redirect to the user’s profile URL. Otherwise, it will show the data from that imported account independently.
Expand All @@ -22,7 +22,7 @@ A [**User**](/docs/protocol-concepts/user) represents an individual that signed

## Types of Accounts:

- I**ndexed Account**: All accounts being tracked by Talent Protocol, whether connected by users or imported automatically.
- **Indexed Account**: All accounts being tracked by Talent Protocol, whether connected by users or imported automatically.

- **Imported Account**: Public accounts indexed directly by Talent Protocol, without any explicit user action, such as curated wallet addresses or public GitHub profiles.

Expand Down
2 changes: 1 addition & 1 deletion docs/protocol-concepts/user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An [**Account**](/docs/protocol-concepts/account) represents a connection with a
- `talentprotocol.com/UUID`
- A user can connect multiple [accounts](/docs/protocol-concepts/account), but an account can only be linked to one user at a time.
- A user aggregates reputation data from all its connected [accounts](/docs/protocol-concepts/account) into a unified [Builder Score](/docs/protocol-concepts/scoring-systems/builder-score).
- A user is be able to sign-in to the Talent Protocol App with any account that they connected.
- A user is able to sign-in to the Talent Protocol App with any account that they connected.
- For now, only the Talent Protocol app can create, update or delete users from the database. Ecosystem apps can only read data.

## Types of Users:
Expand Down