whatisgithub

What is auditswap?

jaiswalraj03014/auditswap — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 4/5LicenseSetup · moderate

In one sentence

An automated Solana trading bot that screens newly launched tokens for scam signals and executes buys automatically on the ones that pass.

Mindmap

mindmap
  root((repo))
    What it does
      Watches new tokens
      Runs four security gates
      Auto-executes trades
    Tech stack
      TypeScript
      Birdeye API
      Jupiter DEX
      Solana
    Use cases
      Screen new tokens
      Avoid rug pulls
      Automate trade execution
    Audience
      Traders
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically screen newly created Solana tokens for rug-pull risk before any money is committed.

USE CASE 2

Execute trades programmatically through Jupiter the moment a token passes all four security checks.

USE CASE 3

Study a working example of a four-gate risk filter for on-chain token safety.

What is it built with?

TypeScriptNode.jsSolanaBirdeye APIJupiter

How does it compare?

jaiswalraj03014/auditswap0xradioac7iv/tempfsabboskhonov/hermium
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatemoderatemoderate
Complexity4/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a Birdeye API key, a funded Solana wallet, and a Solana RPC endpoint.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

AuditSwap is an automated trading bot for the Solana blockchain that tries to solve a specific problem faced by people trading new tokens: acting fast enough to catch early opportunities while also verifying that a token is not a scam. On Solana, thousands of new tokens are created every day, and many are designed to steal funds, a practice known as a "rug pull." Manual checks take too long, blindly buying is risky. AuditSwap aims to do both simultaneously at machine speed. The system works by continuously watching a live feed of newly created Solana tokens via the Birdeye data API. When a new token appears, the engine runs it through a four-gate security check before any money moves. The gates check whether the token's creator still has the power to print more tokens (a red flag), whether simulations suggest the token is a "honeypot" (a contract designed so you can buy but not sell), whether a small number of wallets hold too much of the supply (a concentration that enables coordinated dumps), and whether there is enough liquidity in the trading pool. If the token fails any single gate, it is rejected and logged. If it passes all four, the engine routes a trade through Jupiter, a decentralized exchange aggregator on Solana, and executes the swap automatically. The project is written in TypeScript and requires a Birdeye API key, a Solana wallet with funds, and a Solana RPC endpoint to connect to the network. It was built as a hackathon submission.

Copy-paste prompts

Prompt 1
Explain the four security gates AuditSwap runs before executing a Solana token swap.
Prompt 2
Walk me through how AuditSwap uses the Birdeye API to detect newly listed tokens.
Prompt 3
Show me how this project routes a trade through Jupiter once a token passes its audit checks.
Prompt 4
Help me set up the Birdeye API key and Solana RPC endpoint needed to run this bot.

Frequently asked questions

What is auditswap?

An automated Solana trading bot that screens newly launched tokens for scam signals and executes buys automatically on the ones that pass.

What language is auditswap written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, Solana.

What license does auditswap use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is auditswap to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is auditswap for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.