# First steps

Are you new in CoinSense? Here are some ideas you can test to check CoinSense functionality. If it's not enough for you go to [Use cases](https://docs.coinsense.app/use-cases/use-cases).

**Regularly check tokens you hold**

Go to **`Bot commands`** section on Discord and type:

```
/token_stats your_token_name_or_address
```

You'll get detailed data about influencers holding the same token, smart money wallets trades in the last 24 hours and 7 days so you can check "their opinion" about the token and if it makes sense to buy more or start selling. Example output:

<figure><img src="https://3354246944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqZqNUuQ1Ls0QOtNlYWK%2Fuploads%2FhFJGcD7iAIrHaVyDwIkj%2Fimage.png?alt=media&#x26;token=57918682-aaec-45d9-9ab8-5163c4616bb8" alt=""><figcaption><p>/token_stats output for $GENE token</p></figcaption></figure>

### **Check daily and weekly accumulations and find narratives**

Smart money usually frontrun the market. You can see what they're accumulating using /top\_accumulations endpoint. Let's try it with data about holder SMW in the last 7 days:

```
/top_accumulations days_back:7 wallet_type:holder
```

<figure><img src="https://3354246944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqZqNUuQ1Ls0QOtNlYWK%2Fuploads%2FJAezsD0wbXBJu6BiL8ab%2Fimage.png?alt=media&#x26;token=62ff75ef-bf51-4f44-a446-8f5e5c4d7e32" alt=""><figcaption><p>/top_accumulations_wow output</p></figcaption></figure>

Try to identify which tokens and narratives are smart money accumulating. If you'll see accumulations of similar projects then it could potentially mean a new trending narrative wave incoming and you can get in early.

### **Find interesting fresh tokens**

There is a ton of new tokens everyday but not everyone is worth to check. CoinSense offers /fresh\_tokens (tokens launched in last 24 hours) and /young\_tokens (tokens launched in last 7 days) endpoints that can give you the alpha.

Simple check which tokens are smart money wallets accumulating and which influencers are holding those fresh tokens and decide which tokens are worth to check and analyze.

```
/fresh_tokens
```

<figure><img src="https://3354246944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqZqNUuQ1Ls0QOtNlYWK%2Fuploads%2FFhR2MpSyRIcKxJkFG5W6%2Fimage.png?alt=media&#x26;token=f9758e26-e3fb-463e-9e5e-42eff3220fe4" alt=""><figcaption><p>/fresh_tokens output</p></figcaption></figure>

### **DEX streams**

DEX streams could be great resource for real-time decision making and is divided into:

* Influencers (tracked influencer wallet trades)
* Fresh tokens (smw trades on tokens launched less then 24 hours ago)
* Low cap buys (smw buys on token with market cap less than $500k USD)
* SMW eating dip (smart money bought a token that made at least -10% in last 24 hours)

<figure><img src="https://3354246944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqZqNUuQ1Ls0QOtNlYWK%2Fuploads%2FvQVZEWb3aEe4vo4yPs5N%2Fimage.png?alt=media&#x26;token=526b58d2-c3d3-4c89-8973-10b075b7f23c" alt=""><figcaption><p>Example of message from influencer DEX stream</p></figcaption></figure>

<figure><img src="https://3354246944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqZqNUuQ1Ls0QOtNlYWK%2Fuploads%2FIM5Sa3apMwdAqOwZDUSh%2Fimage.png?alt=media&#x26;token=5ad2fc99-017b-4bad-955e-02b8809313fa" alt=""><figcaption><p>Example from DEX stream</p></figcaption></figure>

### Identify unfilled limit swaps

CoinSense crawl daily 1inch and Matcha and collect information about their prepared unfilled limit swaps. You can use endpoint:

`/token_limit_swaps`

To get chart with info about where any wallet set their buy/sell limit swap to estimate support/rezistance zones (especially if it's limit swap with big size).

<figure><img src="https://3354246944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqZqNUuQ1Ls0QOtNlYWK%2Fuploads%2F0zwFsSzUEspRlYSJ1y5Y%2Fimage.png?alt=media&#x26;token=34ebe618-ab8c-4b25-864a-901b366638e5" alt=""><figcaption><p>Example of chart with unfilled limit swaps from 1inch and Matcha</p></figcaption></figure>


---

# 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.coinsense.app/first-steps.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.
