This token isn’t available on the OKX Exchange. You can trade it on OKX DEX instead.
GMGN
GMGN price

DrYjDK...2BsF
$0.0000090931
-$0.00081
(-98.89%)
Price change for the last 24 hours

How are you feeling about GMGN today?
Share your sentiments here by giving a thumbs up if you’re feeling bullish about the coin or a thumbs down if you’re feeling bearish.
Vote to view results
GMGN market info
Market cap
Market cap is calculated by multiplying the circulating supply of a coin with its latest price.
Market cap = Circulating supply × Last price
Market cap = Circulating supply × Last price
Network
Underlying blockchain that supports secure, decentralized transactions.
Circulating supply
Total amount of a coin that is publicly available on the market.
Liquidity
Liquidity is the ease of buying/selling a coin on DEX. The higher the liquidity, the easier it is to complete a transaction.
Market cap
$9,093.12
Network
Solana
Circulating supply
1,000,000,000 GMGN
Token holders
210
Liquidity
$3.60
1h volume
$1.89M
4h volume
$1.89M
24h volume
$1.89M
GMGN Feed
The following content is sourced from .

Mina 𝓰𝓶𝓰𝓷𝓪𝓲
Start broadcasting, a half-hour quiz lottery, the prize is 0.5sol dog gold, Jiumi

Mina 𝓰𝓶𝓰𝓷𝓪𝓲
The falling market is painful, so I came to the community to send warmth
On June 24th, 9:00-00:00 p.m., I will be livestream 🦚 on the sidekick
Every half an hour during the live broadcast, I will do a quiz and answer about @gmgnai, and the first partner to answer can get a 0.5SOL reward~ Ohye 🎲
I will ask some questions about the use of the platform of #GMGN, if you are a perennial party or a loyal user, remember to lock the live broadcast room 📺 tomorrow night

5.03K
16

MeMe研习社
The key to making money with #meme coins lies in the use of tools and sources of information.
Group members used GMGN and discovered $21e8 while scanning the chain, and then they targeted the entry from 5 $SOL to 18.7 $SOL.
CA: C1xL4US9ufkDKr7xgqf5BKshW8cuVbDxxM5dkU3ipump
Here is the video on the screening method👇
Video tool link:
It uses the TGbot tool for sniper trading:



MeMe研习社
I tracked down over 1,000 wallets and filtered out 5 top-tier insider addresses
72 hours, $300 becomes $27,000.
Just copy their trading paths.
The full list is available for a limited time and is only available for 24 hours 🧵👇
$RICO $BORDERS $M2 $WPC

15.94K
2

TVBee
Brothers, does Brother Bee have foresight?
I've mentioned more than once that Brother Bee has the ability to avoid pitfalls.
I often use gmgn to check information, but I've never authorized it.
As for the Twitter badge, more than one organization has contacted Brother Bee. On one hand, Brother Bee is an independent third-party analyst; on the other hand, it's not suitable to display one or the other, so it's better not to display any at all.
Why didn't I dare to authorize gmgn? Because gmgn has no code audit.
A code audit doesn't guarantee safety, but at least if a project is willing to spend money to find a legitimate organization for an audit, it indicates a plan for long-term operation. (Moreover, there are projects that have been audited and still rug pulled.)
Previously, this article compiled some recent DEX audit reports. Among them, it specifically mentioned that gmgn has no code audit.
Of course, gmgn has a bug bounty program and has paid a total of $3,000 so far.
Although this kind of collective discussion can uncover many risks, projects without a code audit do make people a bit uneasy.
Whether audited or not, the number of audits, and the auditing institutions can reveal not only the project's safety information but also its level. Excellent projects collaborate with well-known auditing institutions and may even seek code audits from more than one auditing firm.
It is said that the rewards for promoting gmgn to KOLs are quite substantial (I wonder if it exceeds the $3,000 bug bounty in total). So, why are they unwilling to pay for a professional team to conduct a code audit?
Therefore, Brother Bee uses gmgn but has never authorized it.
By the way, this article was published a bit hastily; I couldn't find the code auditing institution for UniversalX at the time, but later found it on GitHub, with the audit report conducted by Slow Mist, just to add that.

TVBee
The SUI ecosystem DEX #Cetus has been attacked. Is code security auditing really enough?
The reasons and impacts of the attack on Cetus are still unclear, but we can first look at the code security audit situation of Cetus.
As outsiders, we may not understand the specific technology, but we can comprehend this audit summary.
➤ Certik's Audit
Looking at it, Certik's code security audit of Cetus found only 2 minor risks, which have been resolved. There are also 9 informational risks, 6 of which have been resolved.
Certik gave an overall score of 83.06, with a code audit score of 96.
➤ Other Audit Reports of Cetus (SUI Chain)
Cetus has listed a total of 5 code audit reports on its GitHub, excluding Certik's audit. It seems the project team knows that Certik's audit is merely formal, so they did not include this report.
Cetus supports both Aptos and SUI chains, and these 5 audit reports come from MoveBit, OtterSec, and Zellic. MoveBit and OtterSec audited Cetus's code on the Aptos and SUI chains, respectively, while Zellic also audited the code on the SUI chain.
Since the attack occurred on Cetus on the SUI chain, we will only look at the audit reports for Cetus on the SUI chain.
❚ Audit Report from MoveBit
Report uploaded to GitHub on: 2023-04-28
If we cannot understand the specific audit content, we can find a table like this to see the number of risk issues listed in the report at various levels and their resolution status.
MoveBit's audit report for Cetus found a total of 18 risk issues, including 1 critical risk issue, 2 major risk issues, 3 moderate risk issues, and 12 minor risk issues, all of which have been resolved.
This is more than the issues found by Certik, and Cetus has resolved all these issues.
❚ Audit Report from OtterSec
Report uploaded to GitHub on: 2023-05-12
OtterSec's audit report for Cetus found 1 high-risk issue, 1 moderate risk issue, and 7 informational risks. Since the report's table does not directly show the resolution status of the risk issues, I won't include a screenshot.
Among them, the high-risk and moderate-risk issues have been resolved. For the informational risk issues, 2 have been resolved, 2 have submitted patches, and there are 3 remaining. After some research, these 3 are:
• The inconsistency between Sui and Aptos version codes, which may affect the accuracy of liquidity pool price calculations.
• Lack of pause state verification, meaning that during a swap, there is no verification of whether the liquidity pool is in a paused state. If the pool is paused, trading may still be possible.
• Converting u256 type to u64 type, which can cause overflow if the value exceeds MAX_U64, potentially leading to calculation errors during large transactions.
It is currently uncertain whether the attack is related to these issues.
❚ Audit Report from Zellic
Report uploaded to GitHub on: April 2025
Zellic's audit report for Cetus found 3 informational risks, none of which have been fixed:
• A function authorization issue that allows anyone to call and deposit fees into any partner account. This seems to pose no risk, as it is depositing money, not withdrawing it. Therefore, Cetus has not fixed this for now.
• There is a function that has been deprecated but is still referenced, which is code redundancy. It seems to pose no risk, but the code is not very standardized.
• A UI presentation issue in NFT display data, which could have used a character type but Cetus used a more complex TypeName data type in the Move language. This is not a significant issue and may lead to future NFT functionalities.
Overall, Zellic found 3 ozone layer sub-issues, which are basically low-risk and pertain to code standardization.
We should remember these three auditing firms: MoveBit, OtterSec, and Zellic. Most auditing firms in the market are skilled in EVM audits, while these three specialize in Move language code audits.
➤ Audit and Security Levels (Using New DEX as an Example)
First, projects that have not undergone code audits carry a certain Rug risk. After all, if they are unwilling to spend money on audits, it is hard to believe they have long-term operational intentions.
Second, Certik audits are essentially a form of "favor-based auditing." Why do I say it is "favor-based auditing"? Certik has a very close partnership with CoinMarketCap. On the project page of CoinMarketCap, there is an audit icon that leads to Certik's navigation platform, Skynet.
As CoinMarketCap is a platform under Binance, it indirectly establishes a partnership between Certik and Binance. In fact, Binance and Certik have always had a good relationship, so most projects wanting to list on Binance will seek Certik's audit.
Thus, if a project seeks Certik's audit, it is highly likely that they want to list on Binance.
However, history has shown that projects audited solely by Certik have a high probability of being attacked, such as DEXX. Some projects have even already FUGed, like ZKasino.
Of course, Certik also provides other security assistance; not only do they conduct code audits, but they also scan websites, DNS, etc., providing some security information beyond code audits.
Third, many projects will seek one or more other quality auditing entities for code security audits.
Fourth, in addition to professional code audits, some projects will also conduct bug bounty programs and audit competitions to gather ideas and eliminate vulnerabilities.
Since the attacked product is a DEX, let's take some newer DEXs as examples:
---------------------------
✦✦✦ GMX V2, audited by 5 companies including abdk, certora, dedaub, guardian, and sherlock, and launched a single maximum bug bounty program of $5 million.
✦✦✦ DeGate, audited by 35 companies including Secbit, Least Authority, and Trail of Bits, and launched a single maximum bug bounty program of $1.11 million.
✦✦✦ DYDX V4, audited for code security by Informal Systems, and launched a single maximum bug bounty program of $5 million.
✦✦✦ hyperliquid, audited for code security by hyperliquid, and launched a single maximum bug bounty program of $1 million.
✦✦ UniversalX, audited by Certik and another expert auditing agency (the official audit report has been temporarily removed).
✦ GMGN is special; no code audit report was found, only a single maximum bug bounty program of $10,000.
➤ In Conclusion
After reviewing the code security audit situations of these DEXs, we can see that even a DEX like Cetus, which has been audited by three auditing agencies, can still be attacked. Multi-entity audits, combined with bug bounty programs or audit competitions, provide relatively assured security.
However, for some new DeFi protocols, there are still unresolved issues in the code audits, which is why Brother Bee is particularly concerned about the code audit situations of new DeFi protocols.

143.43K
75
GMGN price performance in USD
The current price of gmgn is $0.0000090931. Over the last 24 hours, gmgn has decreased by -98.89%. It currently has a circulating supply of 1,000,000,000 GMGN and a maximum supply of 1,000,000,000 GMGN, giving it a fully diluted market cap of $9,093.12. The gmgn/USD price is updated in real-time.
5m
-96.23%
1h
-98.89%
4h
-98.89%
24h
-98.89%
About GMGN (GMGN)
GMGN FAQ
What’s the current price of GMGN?
The current price of 1 GMGN is $0.0000090931, experiencing a -98.89% change in the past 24 hours.
Can I buy GMGN on OKX?
No, currently GMGN is unavailable on OKX. To stay updated on when GMGN becomes available, sign up for notifications or follow us on social media. We’ll announce new cryptocurrency additions as soon as they’re listed.
Why does the price of GMGN fluctuate?
The price of GMGN fluctuates due to the global supply and demand dynamics typical of cryptocurrencies. Its short-term volatility can be attributed to significant shifts in these market forces.
How much is 1 GMGN worth today?
Currently, one GMGN is worth $0.0000090931. For answers and insight into GMGN's price action, you're in the right place. Explore the latest GMGN charts and trade responsibly with OKX.
What is cryptocurrency?
Cryptocurrencies, such as GMGN, are digital assets that operate on a public ledger called blockchains. Learn more about coins and tokens offered on OKX and their different attributes, which includes live prices and real-time charts.
When was cryptocurrency invented?
Thanks to the 2008 financial crisis, interest in decentralized finance boomed. Bitcoin offered a novel solution by being a secure digital asset on a decentralized network. Since then, many other tokens such as GMGN have been created as well.
Monitor crypto prices on an exchange
Watch this video to learn about what happens when you move your money to a crypto exchange.
Disclaimer
The social content on this page ("Content"), including but not limited to tweets and statistics provided by LunarCrush, is sourced from third parties and provided "as is" for informational purposes only. OKX does not guarantee the quality or accuracy of the Content, and the Content does not represent the views of OKX. It is not intended to provide (i) investment advice or recommendation; (ii) an offer or solicitation to buy, sell or hold digital assets; or (iii) financial, accounting, legal or tax advice. Digital assets, including stablecoins and NFTs, involve a high degree of risk, can fluctuate greatly. The price and performance of the digital assets are not guaranteed and may change without notice.
OKX does not provide investment or asset recommendations. You should carefully consider whether trading or holding digital assets is suitable for you in light of your financial condition. Please consult your legal/tax/investment professional for questions about your specific circumstances. For further details, please refer to our Terms of Use and Risk Warning. By using the third-party website ("TPW"), you accept that any use of the TPW will be subject to and governed by the terms of the TPW. Unless expressly stated in writing, OKX and its affiliates (“OKX”) are not in any way associated with the owner or operator of the TPW. You agree that OKX is not responsible or liable for any loss, damage and any other consequences arising from your use of the TPW. Please be aware that using a TPW may result in a loss or diminution of your assets. Product may not be available in all jurisdictions.
OKX does not provide investment or asset recommendations. You should carefully consider whether trading or holding digital assets is suitable for you in light of your financial condition. Please consult your legal/tax/investment professional for questions about your specific circumstances. For further details, please refer to our Terms of Use and Risk Warning. By using the third-party website ("TPW"), you accept that any use of the TPW will be subject to and governed by the terms of the TPW. Unless expressly stated in writing, OKX and its affiliates (“OKX”) are not in any way associated with the owner or operator of the TPW. You agree that OKX is not responsible or liable for any loss, damage and any other consequences arising from your use of the TPW. Please be aware that using a TPW may result in a loss or diminution of your assets. Product may not be available in all jurisdictions.