# Solana代币盘口相关知识

**1.Solana代币是市值计算方法**

一般的看盘软件的计算方法为: (当前代币价格 \* 代币总量) + (当前池内SOL \* SOL价格)。

**2.Mint权限丢弃 是什么意思**

代币的Mint权限丢弃后无法增发,反之如果没有丢弃此权限可以随意增发代币,总量不超过Solana账户数据的最大长度。

**3.黑名单权限丢弃 是什么意思**

代币的黑名单权限丢弃后Owner无法冻结账户。

**4.池子燃烧是什么意思?**

在Raydium创建池子后，会自动创建一个账户，用于储存LP Amount。这个LP账户存储的数量就是池子的数量。Raydium池子可以燃烧或锁定，燃烧可以部分燃烧也可以100%（燃烧全部），未燃烧的流动性可以移除。


---

# 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.gtokentool.com/qu-kuai-lian/solana-dai-bi-pan-kou-xiang-guan-zhi-shi.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.
