Gridinsoft Logo

Dustswap.wtf Reputation Review

August 12, 2026 at 7:56 AM
Checked by Website Reputation Checker
Table of Contents
Danger Zone
Risky Territory
Caution Advised
Trusted but Verify
Safe & Secure

Dustswap → Safety Check

First checked May 14, 2026 at 11:09 AM
Website content and technical signals analyzed
Method: automated checks.
Likely Safe Current checks lean positive for this site, supported by no major malware/phishing detections and strong community presence across verified profiles: X, though a basic verification step is still sensible.
Trust signal radar Normalized trust signals for dustswap.wtf Domain Maturity: 133 days Domain Maturity Warning Cleanliness: 0 detections Warning Cleanliness Safety Level: 0 negative tags, 1 warning signal Safety Level Positive Signals: 2 positive signals Positive Signals Popularity: Tranco rank 1,323,450 Popularity Trust Zone: .wtf Trust Zone Operational Signals: 0 detected services Operational Signals Location Credibility: Hosting country US Location Credibility
Figure 1. Trust signal radar for dustswap.wtf. Larger shaded area indicates stronger trust signals.

How we scored dustswap.wtf

Tech signals:
React Platform, Cloudflare Browser Insights, Next.js Framework, Strong Community Presence
Positive signals:
Negative signals:
  • a relatively new domain (4 months)
Last checked August 12, 2026 at 7:56 AM by Gridinsoft Trust Model v2.5.1
Independent Gridinsoft analysis

What Gridinsoft observed on Dustswap.wtf

A Gridinsoft threat analyst reviewed the site directly and documented the evidence behind this decision.

Current review
Reviewed
by Gridinsoft Threat Analyst
Analyst finding
Legitimate DeFi Website
Evidence basis
First-party site analysis External vendor intelligence: Context only — not used for this decision

The independent current review found no reason to classify the official dustswap.wtf domain as malicious. The root, application, documentation, delivered client code, and documented current Base contracts were consistent with an operating DeFi product, and the reviewed wallet flows used explicit authentication, approvals, signatures, and transactions rather than covert asset access. The Safe classification describes the observed official surfaces; it is not an endorsement of the token economics, an investment recommendation, or a guarantee that the unaudited backend and smart contracts are vulnerability-free.

Analyst findings

Info

No phishing or wallet-drainer behavior identified

The current official web surfaces, distributed client code, and verified current Base contracts showed coherent DeFi functionality and user-confirmed wallet actions. The review found no credential theft, seed-phrase or private-key collection, blanket NFT approval, automatic asset-transfer flow, or other malicious payload.

Info

Current V3 contract enforces material transaction bounds

The verified non-proxy V3 contract restricts external call targets and spenders, binds Permit2 signatures to the transaction intent, caps fees, and uses exact temporary approvals with reset behavior. Current on-chain configuration matched the published production addresses and stated 2% fee.

Medium

DeFi and operator trust risks remain

A safe site classification is not a smart-contract or investment guarantee. The off-chain route builder and frontend lack a disclosed independent professional audit, and the current owner retains allowlist, pause, rescue, and bounded fee authority without disclosed multisig or timelock governance.

Review 6 documented observations View evidence
Content

The official root, application, and documentation hosts returned coherent DustSwap DeFi content. Desktop, mobile, and crawler requests to the root produced the same page, and the application root consistently redirected to its profile route. The reviewed unauthenticated pages did not request a password, payment-card data, seed phrase, private key, or file upload.

  • HTTP status 200
  • Final URL https://dustswap.wtf/
  • Redirect destination https://app.dustswap.wtf/profile
  • Page element Public application routes for profile, sweep, swap, spin, quests, and leaderboard
  • Analyst observation The reviewed public surfaces showed no client-dependent content change across the tested desktop, mobile, and crawler request profiles.
Content

Review of the currently delivered application scripts found ordinary wallet connection, SIWE authentication, exact ERC-20 approval, transaction submission, and structured Permit2 signing flows. No setApprovalForAll request, seed-phrase collection, private-key collection, or automatic transaction submission was identified in the reviewed application code.

  • Page element SIWE message: Sign in to DustSwap to view your profile.
  • Page element PermitBatchWitnessTransferFrom structured signing flow
  • Analyst observation ERC-20 approvals in the reviewed sweep code are constructed for explicit approvalAmount values; no setApprovalForAll call was present.
  • Analyst observation The public client obtains quotes and transaction calldata from an off-chain DustSwap backend, then requires wallet approval or signing before submission.
Content

The documented current DustSwapSweepRouter V3 address has verified Solidity source on Base, is not a proxy, and exposes a non-reentrant, pausable sweep entry point. The source binds Permit2 signatures to routes, output token, recipient, minimum output, deadline, and fee; validates targets and spenders against on-chain allowlists; caps the fee at 3%; and resets per-route approvals to zero.

  • Public artifact URL https://base.blockscout.com/address/0x06e6BAa61A5Da1E4469FCa5dEa3EB68324255E20
  • Analyst observation The deployed runtime bytecode was present on Base and the explorer identified the verified contract as DustSwapSweepRouter without a proxy implementation.
  • Analyst observation Current read-only contract calls returned paused=false, feeBps=200, MAX_FEE_BPS=300, and the canonical Permit2 address 0x000000000022D473030F116dDEE9F6B43aC78BA3.
  • Analyst observation All twelve DEX and aggregator addresses documented by DustSwap were present in the current allowedTargets mapping; applicable routers or canonical Permit2 were present in allowedSpenders.
Content

The documented DustSpinTrigger contract is fully source-verified and contains only a non-payable spin function that increments the caller's counter and emits an event. The documented legacy V2 sweep contract is also source-verified; the legacy V1 address was not source-verified in the reviewed explorer data.

  • Public artifact URL https://base.blockscout.com/address/0xCf10Edbc886C60086e49061c807a14E7009F9A22
  • Public artifact URL https://base.blockscout.com/address/0x6d3C31E4a2b8e1Fe9De0d260D142183E82cbE1E3
  • Analyst observation No payable transfer, token approval, withdrawal, delegatecall, or self-destruct path was present in the reviewed DustSpinTrigger source.
DNS

The domain used consistent Cloudflare-hosted root and application records, a documented documentation host, and active email records. HTTPS certificates covered the official root and application hosts and were valid at review time.

  • DNS fact dustswap.wtf and app.dustswap.wtf resolved through Cloudflare addresses 104.21.77.177 and 172.67.210.160.
  • DNS fact The domain had MX, SPF, and DMARC records at the recorded review time.
  • Certificate fact A Google Trust Services certificate covered dustswap.wtf, app.dustswap.wtf, and *.app.dustswap.wtf and was valid during the review.
Limitation

DustSwap explicitly states that its published contract review is internal and AI-assisted, not a third-party professional audit, and does not cover the off-chain route builder or frontend. The contract owner currently controls the allowlist, fee within the hard cap, pause function, and rescue functions without disclosed multisig or timelock hardening.

  • HTTP status 200
  • Final URL https://docs.dustswap.wtf/docs/security/audit-status
  • Analyst observation The audit-status and security-model pages disclose the absence of an external professional audit and the current owner-governance concentration.

Scope and limitations

  • No wallet signature or real-value transaction was submitted during the review; transaction intent was assessed from the current public interface, delivered scripts, verified source code, and read-only Base state.
  • The off-chain route builder and production backend were not source-audited, and DustSwap's published review explicitly excludes them.
  • The published contract review is internal and AI-assisted rather than an independent professional audit.
  • The contract owner can change allowlists, pause the contract, rescue stuck balances, and set the fee up to the on-chain 3% cap; disclosed multisig or timelock hardening was not present.
  • Web content, backend behavior, contract configuration, and deployed addresses can change after the recorded review.
SHA-256 integrity verified Review ID GMA-20260812075620-f01076af
Record hash 4603ca478be4a563430d6ad8f8b1fe441a730505546e4bc162ec5d2626407f31
This domain was registered March 31, 2026 at 9:00 PM through the company Spaceship, Inc. and ownership information is not publicly available. Complaint contact not found.

About dustswap.wtf

We reviewed dustswap.wtf and found mostly positive signals. Current checks lean toward a legitimate, lower-risk profile, although a few caution points still keep it short of a fully verified standing. The current trust score is 83/100. Key signals include no major malware/phishing detections and strong independent trust. Verify key details before sharing personal information or relying on the site for important actions.

Figure 2. Website screenshot for Dustswap.wtf. 2026-08-12 10:54:12

FAQ

Is dustswap.wtf safe?

Based on current analysis, dustswap.wtf appears to be generally safe. No major malware or phishing threats were detected, and strong independent trust support this assessment. Basic verification is still reasonable before relying on the site.

Why does dustswap.wtf look trustworthy?

Key factors include registrar information (Spaceship, Inc.), hosting in US, and a relatively new domain (4 months). Major malware and phishing engines did not report active blacklist detections at the time of review. The trust score blends security detections, domain and infrastructure signals, and on-page behavior patterns. Taken together, these factors support a mostly positive trust assessment, although routine verification is still reasonable.

Dustswap Digital Footprints

A structured view of the site's detected themes, page signals, and related online footprint elements.

React Platform

This website is built using React, a popular JavaScript library for creating interactive user interfaces.

Cloudflare Browser Insights

This website is proxied through Cloudflare's CDN/network and has Cloudflare Browser Insights enabled.

Webpack Module Bundler
Next.js Framework
Social Media Links

The presence of social media links on the website indicates that it references social media accounts. This signal alone does not confirm ownership or authenticity of those profiles.

Young Domain

This site was registered recently, which limits historical reputation data and long-term trust signals.

High Trust Score
Verified X Profile

Ownership verification confirms that this site controls the X profile @DustswapOnBase (Dustswap) (15,893 followers, 79 following, 639 posts, listed 7 times, since 2025, blue badge, location: Heart of base).

Strong Community Presence

dustswap.wtf has ownership-verified social or community presence with substantial audience reach.

Color Guide
  • Requires special attention Marks high-risk findings that should be reviewed first.
  • Exercise caution Highlights areas involving user data, payments, or permissions.
  • Positive indicators Shows trust signals that support the site's reliability.
  • Neutral General context that does not increase or reduce risk on its own.

Domain Information

Created March 31, 2026 at 9:00 PM Expires: March 31, 2027 at 9:00 PM
Domain Age 4 months Recently Registered
Registrar Spaceship, Inc.
Top Level Domain .wtf Domain Extension

Technical Details

IP Address 172.67.210.160
Hosting Provider Cloudflare, Inc. San Francisco, California, US · Hosting Provider · Anycast
Network AS13335 - Cloudflare, Inc. Hosting
SSL Certificate WE1 TLS 1.3 · Valid for: 3 months · from August 10, 2026 at 10:27 AM · to November 8, 2026 at 11:27 AM

Content Analysis

Website title DustSwap | A better daily DeFi experience on Base
Website description DustSwap combines swapping, progression, rewards, and daily engagement into one Base-first product built for active onchain users.
Primary Language
Profile
@DustswapOnBase · 15,893 followers · 9 months
Mentioned hosts (6)
static.cloudflareinsights.com docs.dustswap.wtf x.com dustswap.wtf app.dustswap.wtf docs.google.com

Security Analysis

Detection Signatures These signatures are used to generate the security fingerprint below.
React Platform Webpack Module Bundler Next.js Framework
Security Fingerprint Unique identifier based on site analysis

Are You the Owner?

If you own Dustswap.wtf and want to challenge the trust score, please submit a review request via portal.gridinsoft.com. There you can claim your profile and add verified company/contact details. If you cannot access the portal, email legal(at)gridinsoft.com with proof of legitimacy and contact details. We never charge website owners for reviews or reconsideration requests. For more information, please review our Disclaimer.

Leave a review

Share your real experience with dustswap.wtf. Is it a trustworthy site, or did you encounter any issues? The more detail you provide, the more helpful your review is for others!

Publication Tip

- Your feedback helps us improve our security scores.
- Detailed reviews describing your real-life experience have a much higher chance of being published.
- Your email remains confidential.

Gridinsoft Portal
Signed in via Gridinsoft Portal · View profile
Your score for dustswap.wtf

Similar website

Matched by website fingerprint
83
points /100
The score is based on a 1-100 scale, with 100 being the most reputable.
Check another website
Verify the security of domains and services based on 10M+ real websites.
Is This Your Website?
Think your website was scored unfairly? Request a reevaluation and our team will take another look.
Flag for Reevaluation
Have you had a personal experience with Dustswap.wtf?
Share your thoughts and rate it to help others make informed decisions!
Is This Your Website?
Think your website was scored unfairly? Request a reevaluation and our team will take another look.
Flag for Reevaluation
Have you had a personal experience with Dustswap.wtf?
Share your thoughts and rate it to help others make informed decisions!