# Accounts

## Creating account

An account is created by signing a message with a wallet. This wallet address will be permanently associated with the account and cannot be changed. Any deposits or withdrawals made using this address will affect only this account.

The first address used to create the wallet is considered the primary address and will be used to claim airdrop funds. However, the primary address can later be changed to any other address linked to this account.

## Linking Twitter

A linked Twitter account enables a set of actions that are available only when Twitter is connected. Each Twitter account can be connected only once.

When you link your Twitter account, your account name will be inherited from your Twitter name. This process can be done only once and cannot be changed later. If you prefer to keep your Twitter data private, linking also allows you to conceal this information.

## Linking account

A new address can be linked to your account. This option is available on the deposits page when you make a deposit from a wallet that is not yet linked, while logged in as a specific user.

{% hint style="info" %}
If a new account has already been created for an address or if the address is already linked, the attempt to link it will fail. This cannot be altered and may result in your energy and Flames being distributed across multiple accounts.
{% endhint %}


---

# 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.cytonic.com/airdrop/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.
