Analytics
Back to Home
Purchase a Pre-Made Subnet - Guides

Purchase a Pre-Made Subnet

Ready to own a piece of the decentralized AI revolution? With dFusion AI (dfusion.ai), you can easily purchase a pre-made subnet—granting you direct access to specialized, community-verified intelligence and a tangible stake in the fastest-growing AI network.

Key Learnings

In this guide, you’ll learn:

  • What a subnet is and why it matters in dFusion AI’s decentralized intelligence layer
  • How to select and purchase a pre-made subnet slot securely
  • The benefits of subnet ownership—including passive rewards, API access, and referral commissions
  • What to expect after your purchase (management, trading, and growth opportunities)

Purchasing a subnet isn’t just about access—it’s about owning, contributing to, and benefiting from the next wave of AI innovation, open to anyone and built for collective growth. Take your place in the unfolding AI economy today.

Estimated time to complete: 5 minutes

Locating Available Pre-Made Subnets

1

Go to the dFusion AI homepage.

The navigation bar at the top provides direct access to key areas such as "Explore Subnets" and "Buy a Subnet Slot".

2

Click on Explore Subnets to view the available subnet library.

Here, you’ll see a curated list of subnet domains (like "Global Economic Trends & Market Insights" or "All About Economy"). Subnet overviews include token counts, factual/opinion percentages, and upload stats for each domain.

3

Look for the Buy a Subnet Slot or Get a Subnet Slot button to navigate to the subnet purchase section.

The purchase area displays real-time availability (e.g., number of slots left) and current pricing details.

Tip

Many subnet slot offerings will be displayed on the homepage and the "Explore Subnets" page; always verify that the provider is the official dFusion AI site for security.

Selecting and Reviewing Subnet Options

1

Use the Subnets list to browse available domains.

Review each subnet’s title along with a brief description (e.g., "focuses on global economic news," "an open economics learning hub"). Check the "Fact vs Opinion" ratios, token counts, and upload statistics to evaluate data richness.

2

Click on the desired subnet to see expanded details.

The details typically cover domain focus, tokens uploaded, the balance of factual and opinion data, and contributor engagement.

3

Take note of the price, slot availability, and purchase tier status (e.g., "10 slots left at 0.0917 ETH").

Pricing may increase as tiers sell out, displayed before the buy button. Review benefits such as APIs, ability to upload private files, and eligibility for referral commissions.

Tip

Compare subnets not just by price, but by their domain relevance, data quality, contributor activity, and potential for future growth.

Completing the Purchase and Deployment

1

On your selected subnet’s page, click Get Your Subnet Slot or the equivalent purchase button.

The current ETH price and available slot count will be displayed.

2

Connect your cryptocurrency wallet as prompted.

Supported wallets typically include MetaMask or WalletConnect integrations.

3

Confirm the transaction in your wallet.

You will see transaction details, including gas fees.

// Example: Interact with the purchase contract via ethers.js
const purchaseSlot = async () => {
    const provider = new ethers.providers.Web3Provider(window.ethereum);
    const signer = provider.getSigner();
    const contract = new ethers.Contract(subnetAddress, abi, signer);
    const tx = await contract.buySlot({ value: ethers.utils.parseEther("0.0917") });
    await tx.wait();
}
4

After confirming, you will immediately receive access to your subnet slot key (delivered as an on-chain NFT).

Your subnet slot details will be visible in your account dashboard or wallet, including APIs and integrations.

Warning

Double-check the transaction amount and receiver address before final confirmation to avoid loss of funds.

Tip

Slots are limited and pricing increases with each tier—if you intend to buy, prompt action is recommended.

Verifying and Integrating the Subnet

1

Access your new subnet slot from your dFusion AI user dashboard or connected crypto wallet.

Your NFT key will be displayed under "Owned Subnet Slots" or similar.

2

Find the documentation link or integration instructions provided post-purchase.

This typically includes API endpoints, MCP access, and usage guides.

3

Test your subnet access by querying the API with your key.

You can use cURL or Postman for basic checks, or integrate directly:

curl -H "Authorization: Bearer <YOUR_SUBNET_SLOT_KEY>" https://api.dfusion.ai/query
4

Begin uploading private files, accessing data, or integrating with your application as permitted by your subnet slot.

Example: Python file upload with requests:

# Example: Python upload using requests
import requests

headers = {"Authorization": "Bearer <YOUR_SUBNET_SLOT_KEY>"}
files = {'file': open('yourfile.txt', 'rb')}
response = requests.post("https://api.dfusion.ai/upload", headers=headers, files=files)
print(response.json())
5

If integrating with a larger project or workflow, follow network-specific guidelines for best performance.

Tip

Explore additional community resources or Discord for integration tips and best practices.

Warning

Never share your subnet slot key or secret credentials in public channels.

Troubleshooting Common Issues

Access Delays

  • Wait for blockchain confirmation—NFT slot key delivery may take a moment depending on network congestion.
  • Refresh your dashboard after a few minutes.

Misconfigured Subnet Details

  • Double-check your wallet connection and ensure the correct subnet slot NFT is in your wallet.
  • Log out and log back in if details aren't displaying as expected.

Compatibility Problems

  • Ensure you’re using supported wallets (like MetaMask).
  • Update your browser and clear your cache.
  • Review API documentation for any changes or updates.

Payment or Transaction Errors

  • Verify sufficient ETH balance and network gas fees before retrying.
  • Check the transaction status on Etherscan or a similar explorer.
Tip

Join the Discord server or Telegram chat for real-time issue resolution and community troubleshooting.

Warning

Always confirm you’re on the official dFusion AI site before entering wallet details.

Conclusion and Next Steps

1

Review your subnet slot documentation and onboarding materials.

These outline your benefits, rules for API/MCP use, and earning potential.

2

Join the dFusion AI community channels (Discord, Telegram, X/Twitter)

Receive updates on new subnets, feature releases, and early access opportunities.

3

Explore advanced subnet configuration, contributing data, or referring friends for commissions.

4

Reach out to support via the official site if you encounter persistent setup or access issues.

Tip

Owning a subnet slot offers both instant AI access and long-term passive earning potential—explore all opportunities for engagement and rewards.

Final Thoughts

In this guide, we walked through the process of purchasing a pre-made subnet, from evaluating your needs to completing your purchase through a trusted provider. You now have the foundation to confidently select and acquire a subnet that fits your networking requirements.

Next Steps

  • Configure your newly purchased subnet according to your network’s specifications and security needs.
  • Integrate the subnet into your existing infrastructure, updating relevant routing and firewall rules.
  • Monitor subnet activity to ensure proper functionality and security.
  • Document your subnet details for future management and troubleshooting.

Troubleshooting Table

Issue Solution
Subnet not available after purchase Confirm your payment completed and check for any provider notification emails with access instructions.
Cannot route traffic to/from the new subnet Verify your routing tables and ensure the subnet is properly associated with your virtual network.
IP address conflicts detected Double-check subnet CIDR ranges to avoid overlaps with your existing networks.
Access denied during configuration Make sure your user account has the necessary permissions to modify subnet settings.

By following these steps and making use of additional resources, you'll be well on your way to leveraging your pre-made subnet effectively. If you encounter issues, refer to this troubleshooting section or reach out to your provider’s support for further assistance. Good luck!