# Accounts

#### Account Creation

Accounts are currently created by making an attestation with an Ethereum wallet on Base.

Upon account creation, every user is assigned an **OTTP ID**. This is permanent, and never changes.

#### Updatable Info

After account creation, these aspects of your account will be able to be updated.

* Your **username**&#x20;
* Visible **wallet**
* **Connected accounts** (Farcaster, Lens)
* **Login** methods (Farcaster, hot wallet, email)
* **Recovery** methods
* Profile description and picture

#### Individual Accounts -> Teams

Individual accounts can form teams, so that a group of people can act or attest as a team, instead of as individuals. This allows certain accounts to have permission to act on behalf of the team, allowing for the flexibility of changing out team members while maintaining the history of attestations tied to the same team name.

<figure><img src="/files/nCGgKEPdFzISjUArPd4U" alt="individual person icon and team icon with three individual people icons connected"><figcaption></figcaption></figure>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opentothepublic.org/docs/learn-concepts/accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
