4EVERLAND Documents
HomeTwitterDiscordBlogs
  • Welcome to 4EVERLAND
  • Get started
    • Our Features
    • Quick Start Guide
      • Registration
      • Login options
        • MetaMask
        • OKX Wallet
        • Binance Web3 Wallet
        • Bitget Wallet
        • Phantom
        • Petra
        • Lilico
      • Usage Introduction
      • Dashboard stats
      • Account
        • Linking Your EVM Wallet to 4EVERLAND Account
        • Balance Alert
    • Billing and Pricing
      • What is LAND?
      • How to Obtain LAND?
      • Pricing Model
      • Q&As
    • Tokenomics
  • HOSITNG
    • What is Hosting?
      • IPFS Hosting
      • Arweave Hosting
        • Auto-Generation of Manifest
      • Internet Computer Hosting
      • Greenfield Hosting
    • Guides
      • Creating a Deployment
        • With Git
        • With IPFS Hash
        • With a Template
      • Site Deployment
      • Domain Management
        • DNS Setup Guide
        • ENS Setup Guide
        • SNS Setup Guide
          • The gateway: 4sol.xyz
        • SPACE ID Setup Guide
      • Project Setting
        • Git
      • Troubleshooting
      • Common Frameworks
    • Hosting Templates Centre
      • Templates Configuration File
    • Quick Addition
      • Implement Github 4EVER Pin
      • Github Deployment Button
    • Hosting API
      • Create Project API
      • Deploy Project API
      • Get Task Info API
      • IPNS Deployment Update API
    • Hosting CLI
  • Storage
    • Bucket
      • IPFS Bucket
        • Get Root CID - Snapshots
      • Arweave Bucket
        • Path Manifests
          • Instructions for Building Manifest
          • Auto-Generation of Manifest
        • Arweave Tags
        • Unleash Arweave
      • Guides
      • Bucket API - S3 Compatible
        • Coding Examples
          • AWS SDK - Go (Golang)
          • AWS SDK - Java
          • AWS SDK - JavaScript
          • AWS SDK - .NET
          • AWS SDK - PHP
          • AWS SDK - Python
          • AWS SDK - Ruby
        • S3 Tags Instructions
      • 4EVER Security Token Service API
      • Bucket Tools
      • Bucket Gateway Optimizer
    • 4EVER Pin
      • Guides
      • Pinning Services API
      • IPFS Migrator
    • Storage SDK
  • Gateways
    • IPFS Gateway
    • IC Gateway
    • Arweave Gateway
    • Dedicated Gateways
      • Gateway Access Controls
      • Video Streaming
      • IPFS Image Optimizer
    • IPNS Manager
      • IPNS Manager API
  • RPC
    • Guides
    • API Keys
    • JSON Web Token (JWT)
    • What's CUs/CUPS
    • WebSockets
    • Archive Node
    • Debug API
    • Chains RPC
      • BSC / opBNB
      • Ethereum
      • Optimism
      • Polygon
      • Taiko
  • AI
    • AI RPC
      • Quick Start
      • Models
      • API Keys
      • Requests & Responses
      • Parameters
    • 4EVER Chat
  • RaaS - Beta
    • What's Rollups?
    • 4EVER Rollup Stack
  • DePIN
    • 4EVER Network
    • Storage Nodes
  • More
    • Use Cases
      • Livepeer
      • Lens Protocol
      • Optopia.ai
      • Linear Finance
      • Snapshot
      • Tape
      • Taiko
      • Hey.xyz
      • SyncSwap
    • Community
    • Tutorials
    • Security
    • 4EVERLAND FAQ
Powered by GitBook
On this page
  • What is .sol
  • What is 4sol.xyz
  • How to use 4sol.xyz
  • Why do we need 4sol.xyz
  • How does 4sol.xyz work?
  • Further reading
  1. HOSITNG
  2. Guides
  3. Domain Management
  4. SNS Setup Guide

The gateway: 4sol.xyz

4sol.xyz: The Enterprise-Grade SNS Gateway for Web3 Accessibility

Last updated 1 month ago

What is .sol

.sol is the decentralized domain naming system built on Solana by (Solana Name Service), enabling users to map human-readable .sol domains (e.g., project.sol) to on-chain data via smart contracts. Key features include:

  • On-Chain Resolution: Store Solana addresses, IPFS CIDs, metadata, and custom records (e.g., url, email)

  • Cost Efficiency: $5–$10/year registration (Solana's low gas fees)

  • Decentralized Ownership: Controlled via Solana private keys (no central authority)

  • Interoperability: Works with Phantom, Slope, and Solana dApp browsers

What is 4sol.xyz

4sol.xyz is the first privacy-focused SNS gateway designed for universal Web2/3 access, maintained by the 4EVERLAND infrastructure team. As a reverse proxy layer, it:

  • Resolves .sol Domains: Auto-detects SNS url/weburl records (IPFS/IPNS content)

  • Accelerates Global Access: Leverages 4EVERLAND’s edge nodes for sub-100ms latency

  • Enables Web2 Compatibility: Transforms .sol into *.4sol.xyz for standard browser access

  • Prioritizes Privacy: No user tracking, zero logs, and end-to-end HTTPS encryption

How to use 4sol.xyz

Any user can use the "mydomain.4sol.xyz" format to load the corresponding SNS resolved content directly into their browser.

For example, if you have the SNS called "4everdao.sol", you can load https://4everdao.4sol.xyz directly into your browser to access the corresponding content. 4sol.xyz supports https return content and provides global acceleration.

Why do we need 4sol.xyz

As .sol is not a registered DNS top-level domain, it is usually unaccessible directly from DNS, which means that existing internet infrastructure is not compatible with the access. Also, most browsers cannot access SNS/IPFS/IPNS natively, which prevents most end users from using it.

For dApp developers, this means a significant loss of users as well as revenue. 4sol.xyz provides a solution that is compatible with Web2 access, satisfying most end-users' usage habits while relying on the powerful edge node network provided by 4EVERLAND to offer a highly available and stable gateway service, facilitating developers to achieve a smooth transition from Web2.0 to Web3.0.

How does 4sol.xyz work?

4sol.xyz operates as a reverse proxy for SNS names and IPFS content. Much like eth.link/eth.limo, 4sol.xyz uses the wildcard character DNS record *.4sol.xyz to dynamically capture all requests for SNS domains.

4sol.xyz service automatically resolves the IPFS/IPNS of the requested SNS record and returns the corresponding static content via https. At the same time, 4sol.xyz relies on globally distributed edge nodes provided by 4EVERLAND to offer globally accelerated network access.

As most browsers lack native IPFS/IPNS parsing capabilities, 4sol.xyz acts as a bridge between Web2 and Web3, providing a no-cost Web2-compatible access solution for all users.

Further reading

SNS Documentation:

Deploy Your SNS+IPFS Website in 3 Minutes:

SNS
https://docs.sns.id/collection
https://medium.com/4everland/deploy-your-sns-ipfs-website-on-4everland-in-3-minutes-cb828cf8ca4