> For the complete documentation index, see [llms.txt](https://docs.tachyo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tachyo.ai/account/profile.md).

# Profile and settings

Your profile is reached from the top of the sidebar. It is short by design: the settings that exist are the ones that change something.

## What is on it

**Your identity.** The Telegram account you signed in with. There is nothing else to manage: no password, no email, no separate Tachyo login. See [Signing in](/getting-started/signing-in.md).

**Community status.** Whether your account is recognised as part of Barry Intergarden.

**Connected wallets.** Which wallets you have proven ownership of, and your OKX connection status with your all-time wallet volume. See [Connecting a wallet](/account/connecting-wallets.md).

**Your refresh allowance.** How many on-demand token re-scans you have left this month. It resets on the 1st. See [Snapshots and freshness](/concepts/freshness.md).

**Leaderboard visibility.** *Show my username on the leaderboard*: off means your handle is not displayed publicly on ranking screens.

**Notification settings.** What reaches you and how. See [Notifications](/account/notifications.md).

## Your own wallets, scored

If you have connected wallets, your profile shows **the tier Tachyo assigns to them**, the same scoring the rest of the platform runs on, applied to you.

It is a useful and occasionally unwelcome mirror. The wallets that scan other people's positions are scored by the same rules.

{% hint style="info" %}
A dash instead of a tier means your wallet has no rating yet: not enough closed trade history for the model to make a claim. See [Wallet tiers](/concepts/wallet-tiers.md).
{% endhint %}

## Language

Parts of the platform (notably [Market Summary](/platform/market-summary.md)) are available in English and Polish, switchable in place.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tachyo.ai/account/profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
