Top 6 presales of June 2026

ambcryptoPublicado a 2026-06-25Actualizado a 2026-06-25

Resumen

This article introduces presales as a key fundraising method in crypto, where projects sell tokens to early investors before public launch. It then lists the top 6 presales for June 2026. Nexchain (#1) is an AI-built blockchain ecosystem with a native token, $NEX. Mirex (#2) tokenizes real-world assets on its MRX-20 blockchain, with $MRX as its utility token. Flozy (#3) is a community-driven memecoin ($FLZY) on Base with staking rewards. SurgeXRP (#4) is a tokenized real estate platform using $SGP for fractional property ownership. Blockchain FX (#5) is a licensed hybrid crypto exchange in its final presale stage. Poly Truth (#6) is an AI analytics platform for prediction markets, with $PTRUE as its native token. The article concludes by reminding readers of the importance of personal research before investing in any presale.

Presales are a practice by crypto projects offering an initial coin offering, where tokens are sold at a predetermined price to investors and users. It is an early fundraising event where a blockchain project attracts capital from potential investors before a public listing.

Usually, a presale is preceded by an announcement of the project’s mission, vision, roadmap, and tokenomics, along with its whitepaper. Interested users can then sign up, do KYC, and connect their wallets to the presale site. Once this is done, users can buy tokens, which are ideally held in a smart contract and either distributed to the investors immediately or after a specified lock-in period.

Here is a list of the top 6 presales of June 2026:

1. Nexchain

Nexchain is a blockchain ecosystem built entirely by AI. It combines decentralized security measures with technological developments of the future. By combining Proof-of-Stake mechanisms with NEX AI, an innovative Hybrid Consensus, it ensures exceptional performance and flexibility.

$NEX is the native token of the platform, and its tokenomics model supports network security, incentivizes participation, and sustains long-term value through controlled issuance and strategic allocation. The presale has currently started, and early participants get access to the ecosystem before its public launch.

2. Mirex

Mirex transforms real-world assets into tokenized assets, allowing the community to access tokenized asset functionality and benefit from transparent ecosystem utility on the MRX-20 blockchain. $MRX is the native utility token of the blockchain, and the token is used for gas fees, smart-contract execution, and other ecosystem utility functions. The token presale started on 15 June 2026 and ends on 15 July 2026.

3. Flozy

$FLZY is the native token of the Flozy platform. It is the biggest meme on Base and combines the virality of meme culture with real utility. It is a community-driven memecoin with fixed-reward staking and a community airdrop. Everything on the platform runs on audited-pattern smart contracts, and all the funds and balances are visible on Basescan.

The token has a fixed total supply of 1,000,000,000 tokens, and the presale is running in 5 stages. Every stage has a price allocation, and when it sells out, the contract automatically moves on to the next, higher-priced stage. Any investors who buy earlier get a lower price and a larger instant unlock.

4. SurgeXRP

SurgeXRP is a tokenized real estate marketplace allowing investors to buy fractional ownership of rental properties in the form of blockchain tokens and earn passive rental income that is proportional to their holdings. It removes the barriers of large capital requirements, geographic restrictions, and complex paperwork.

$SGP is the native token of the platform and is currently in presale. The presale is open till 18 July 2026. Users can tokenize and launch their property assets and access liquidity faster, and skip traditional long waiting periods to sell their property.

5. Blockchain FX

Blockchain FX is a licensed next-gen crypto exchange that connects DeFi with traditional financial markets. It bridges blockchain and finance and offers more than 500 assets for traders. The platform has already gone through a live beta phase, where it saw steady user activity and a daily trading volume.

The platform is currently in its last stage of presale and has raised over $14 million, and has more than 22,000 participants. The platform offers an all-in-one decentralised exchange where users can trade anytime, anywhere.

6. Poly Truth

Poly Truth is an AI-powered analytics and research platform that has been built as a research layer for decentralised prediction markets. It functions on the idea of giving users data-backed probability analysis on active prediction events, whether the events involve sports, politics, or crypto price movements.

$PTRUE is the native token of the platform and is currently in presale. Users can buy the token using ETH, BNB, SOL, USDT, and USDC.

Final word

Presales are an important part of the crypto ecosystem. They give users a chance to play a part in new projects and join the community. From AI-driven platforms and GameFi concepts to memecoins, each project offers something different. As with any early investment, users need to do their own research before making decisions.


Disclaimer. Readers are encouraged to do their own research. Ambcrypto is not liable for any outcomes related to the use of information, products, or services mentioned. This content may include affiliate or partner links.

Preguntas relacionadas

QWhat is the purpose of a presale in the context of a crypto project, according to the article?

AAccording to the article, a presale is an early fundraising event where a blockchain project offers its tokens at a predetermined price to investors before a public listing, in order to attract capital.

QWhich project mentioned in the article uses an innovative Hybrid Consensus mechanism combining Proof-of-Stake with AI?

ANexchain is the project that uses an innovative Hybrid Consensus mechanism called NEX AI, which combines Proof-of-Stake with AI for performance and flexibility.

QWhat unique functionality does the Flozy ($FLZY) token offer, as described in the list?

AThe Flozy ($FLZY) token combines meme culture with real utility, offering features like fixed-reward staking, community airdrops, and operates on audited smart contracts with transparent fund visibility on Basescan.

QWhat is the main utility of the $MRX token on the Mirex platform?

AThe $MRX token on the Mirex platform is used for gas fees, smart-contract execution, and other ecosystem utility functions on the MRX-20 blockchain.

QHow does the SurgeXRP platform aim to change real estate investment, and what is its native token?

ASurgeXRP aims to change real estate investment by allowing fractional ownership of rental properties via blockchain tokens, enabling investors to earn passive rental income. Its native token is $SGP.

Lecturas Relacionadas

A New Scaling Variable for Text-to-Image Generation, Discovered by ByteDance's Seed Team

ByteDance's SEED team investigated a crucial but often overlooked scaling variable in text-to-image diffusion models: the amount of image-grounded information in training captions. They found that simply increasing caption length with natural language does not improve model performance, as it often adds redundancy without new, usable visual supervision. The core discovery is that the final training loss of a diffusion model can be predicted by the *information content* of its text condition, measured by two complementary metrics: Grounded Perplexity Gain (GPG) and Effective Detailness (ED). This establishes a scaling relationship for text conditioning. To systematically increase information content, the team proposed **Structured Prompt (SP)**, a JSON-based representation that organizes visual variables (global scene, object attributes, spatial relationships) into clear fields, enhancing **Diffusability**—the model's ability to learn from captions. For inference, an LLM **Prompter** is trained to convert user queries into detailed SP instances, defining **Promptability**. The overall generation quality is viewed as a product of Diffusability and Promptability. A three-stage training strategy (SFT, cold-start reasoning distillation, and verifier-guided reinforcement) significantly improves the prompter's capability. The structured format also enables efficient iterative refinement through a *refine-render-judge* loop. In matched-control experiments using the same Qwen-Image backbone, data, and compute, the SP-based system substantially outperformed its natural-language counterpart, demonstrating that gains stem from the structured information interface, not just more training. The work shows that scaling text-to-image models requires scaling the *usable visual information* in conditions, not just model size or data volume.

marsbitHace 17 min(s)

A New Scaling Variable for Text-to-Image Generation, Discovered by ByteDance's Seed Team

marsbitHace 17 min(s)

In Just 6 Months, 4 Rounds of Funding: West Lake University Professor's Venture Takes Off

Westlake Robotics, an embodied artificial intelligence company, has completed its Series A financing round within just six months and a total of four rounds, raising a cumulative 5 billion RMB. The investor lineup includes prominent institutions such as SAIF Partners, Xiaomiao Langcheng, Henan Investment Group Huirong Fund, and Haiyuan Fund, forming a high-quality capital matrix comprising state-owned, industrial, and leading venture capital. The rapid and intensive capital injection reflects strong market confidence in the company's technological approach, product deployment capabilities, and long-term potential. The newly acquired funds will be primarily allocated to the research and development of a unified large model for humanoid robots and the establishment of a talent cultivation base for embodied AI. Founded in 2024, Westlake Robotics originated from the industrial transformation of pioneering achievements in AI and robotics at Westlake University. The founding team is led by Wang Donglin, a leading figure in China's embodied AI and robot learning field, and co-founder Zhang Yue, an expert in natural language processing. The core R&D members hail from top-tier tech companies like Alibaba, ByteDance, Tencent, and Huawei, as well as prestigious global universities. The company follows a fully self-developed strategy integrating a "universal brain + humanoid body-specific cerebellum + proprietary humanoid hardware." It is one of the few domestic enterprises capable of holistically connecting the three core areas of embodied AGI cognitive reasoning, full-body motion control, and humanoid hardware. Its proprietary technologies include the General Motion Model-GAE system for low-latency teleoperation and motion generalization, and a dual pre-trained architecture for general and body-specific processing to bridge cognitive reasoning and physical movement. In 2026, Westlake Robotics launched its self-developed humanoid robot "Westlake o1," completing the full technology chain from underlying algorithms to pre-trained models and hardware. The company has secured nearly 100 million RMB in orders, with applications in scientific research, education, data collection, and power inspection. Future targets include high-risk industrial inspection, post-disaster search and rescue, and remote precision assembly. The company has also partnered with the Longyou County government to establish a county-wide real-scenario training base for humanoid robots, aimed at collecting high-quality motion data and validating technology in authentic environments. With the latest funding, Westlake Robotics plans to further advance its core model development and talent acquisition strategy, accelerating progress toward the "GPT moment" for embodied intelligence in China.

marsbitHace 41 min(s)

In Just 6 Months, 4 Rounds of Funding: West Lake University Professor's Venture Takes Off

marsbitHace 41 min(s)

Volatility Plummets to Historic Lows, When Will Bitcoin's 'Summer Sideways Move' End?

Bitcoin is experiencing a classic summer of stagnant price action, trapped in a tight range between approximately $62,000 and $66,000. Analysts point to historically low implied volatility and thin summer liquidity as key characteristics of the current market. The consensus among traders is that the catalyst for a decisive breakout will come from macroeconomic factors, not internal crypto dynamics. The immediate focus is on upcoming U.S. CPI data, which could influence Federal Reserve policy expectations. A softer inflation print is seen as potentially supportive for risk assets like Bitcoin. Furthermore, the pending *Clarity Act* legislation is identified as a crucial long-term catalyst that could boost institutional participation by providing regulatory clarity. While U.S. spot Bitcoin ETFs, led by BlackRock's IBIT, have seen their strongest inflows since April, providing underlying support, this buying pressure is being offset by selling from miners and other large holders. This has resulted in continued consolidation even as global crypto trading volumes hit multi-year lows. Market participants expect the range-bound, low-volatility environment to persist for several more weeks, at least until there is clearer progress on macro policy or regulatory fronts. Any sustained break above or below the current range is likely to trigger a significant expansion in volatility. Long-term bullish narratives around adoption, institutional demand, and Bitcoin's unique attributes as collateral remain intact, but the short-term path depends on external macroeconomic catalysts.

marsbitHace 45 min(s)

Volatility Plummets to Historic Lows, When Will Bitcoin's 'Summer Sideways Move' End?

marsbitHace 45 min(s)

Trading

Spot
活动图片