# 市值计算器

市值计算器是一个多功能工具，帮助项目方根据不同的交易情况和筹码变动，快速计算代币价格和资金需求。目前支持两种模式，一个是pump特定发射，一个是通用计算。

\
具体步骤：\
1\. 打开市值计算器界面

<figure><img src="/files/GeyXnS5Q4csrvJV0XmB8" alt=""><figcaption></figcaption></figure>

2\. 确定模式选择

<figure><img src="/files/f5UVJu5DKLepuSrucuTR" alt=""><figcaption></figcaption></figure>

&#x20;Pump特定发射，或者通用计算

区别在于Pump特定发射遵循y\*x = k的特定曲线，首发参数已经设置x=30, y=1073000191

如果是开盘前项目方需要计算筹码占比，推荐使用。

如果是开盘后计算价格涨跌，选择通用计算，手动配置池子数量。

可以在查询Dextools, Dexscreener, GmGn后拿取代币详细信息，便可直接填入。

<figure><img src="/files/r09Z1CP4iUHRIykpalFV" alt=""><figcaption></figcaption></figure>

点击旁边交易对可以配置更详细的信息

<figure><img src="/files/bITrs7saLxt7IPGeCxdX" alt=""><figcaption></figcaption></figure>

TokenA 代表交易子币, TokenB 代表交易母币，如果想要更清晰计算折算USDT价格，那么填入比值数据即可。完成修改之后点击确定即可保存

&#x20;

3\. 确定计算需求

左侧这边详细显示了当前代币的价格和计算模式

<figure><img src="/files/i77mGd1MC9CzORIcYZwW" alt=""><figcaption></figcaption></figure>

代币变换计算-币本位

消耗\_\_\_SOL, 预计接收\_\_\_TokenA：在当前情况下买入多少个SOL，市场价格会怎么变化

消耗\_\_\_TokenA, 预计接收\_\_\_SOL：在当前情况下卖出多少个TokenA，市场价格会怎么变化

&#x20;为了得到\_\_\_\_SOL，预期消耗\_\_\_TokenA：得到x个sol，我需要卖多少币

&#x20;为了得到\_\_\_\_TokenA，预期消耗\_\_\_\_SOL：得到x个tokenA，我需要消耗多少sol

百分比计算是基于右上方代币总量的百分比来计算的

&#x20;

代币价格计算-币本位

此处就是专注于代币价格变化，而对应计算需要多少sol或者token来进行消耗

例如

<figure><img src="/files/cRQgVrqqWwusChR42Lk0" alt=""><figcaption></figcaption></figure>

百分比是基于当前代币价格的百分比来计算的&#x20;

4.计算结果

<figure><img src="/files/bENZOgy3Vm7z96ESe3t2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sjG9ZuJokuasg7tvvgwW" alt=""><figcaption></figcaption></figure>

你可以在右边详细看到变化后的池子情况，详细数据已经标出，并配有图表

&#x20;


---

# 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.gatekeeper.tools/shi-yong-gong-ju/shi-zhi-ji-suan-qi.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.
