Solutions

Company

Resources

Blog

Contact

Login

    • Assurance

      Smart Contract Assessment

      Securing code integrity, protecting digital assets

      Blockchain Layer 1 Assessment

      Assessing protocols, securing blockchain foundations

      Code Security Audit

      Uncovering flaws, strengthening software integrity

      Web Application Penetration Testing

      Exposing weaknesses, fortifying digital defenses

      Cloud Infrastructure Penetration Testing

      Securing configurations, protecting critical environments

      Red Team Exercise

      Simulating real-world attacks, strengthening defenses

      AI Red Teaming

      Testing AI systems against real threats

      AI Security Assessment

      Securing AI models, data, and pipelines

    • Advisory

      AI Advisory

      Guiding secure, strategic AI adoption forward

      Risk Assessment

      From unknown threats to actionable insights

      Blockchain Architecture Assessment

      Optimizing architecture for tomorrow’s networks

      Compliance Readiness

      Stay ready as regulations evolve

      Custody and Key Management Assessment

      Securing the heart of digital custody

      Technical Due Diligence

      See the risks before you invest

      Technical Training

      Empower your teams to secure what matters

    • Who We Are

      The best security engineers in the world

      Careers

      Work with the elite

      Who Trusts Us

      The trusted security advisor for blockchain and financial services industries

      Brand

      Access official logos, fonts, and guidelines

      Service Commitments

      Committed to Protecting Your Data

    • Audits

      In-depth evaluations of smart contracts and blockchain infrastructures

      BVSS

      Blockchain Vulnerability Scoring System

      Disclosures

      All the latest vulnerabilities discovered by Halborn

      Case Studies

      How Halborn’s solutions have empowered clients to overcome security issues

      Reports

      Comprehensive reports and data

  • Blog

  • Contact

  • Login

THIS WEBSITE USES COOKIES

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you've provided to them or that they've collected from your use of their services. You consent to our cookies if you continue to use our website. Learn More.

STAY CURRENT WITH HALBORN

Subscribe to the monthly Halborn Digest for our top blogs and videos, major company announcements, new whitepapers, webinar and event invites, and one exclusive interview.

ADVISORY SERVICES

AI AdvisoryRisk AssessmentBlockchain Architecture AssessmentCompliance ReadinessCustody and Key Management AssessmentTechnical Due DiligenceTechnical Training

ASSURANCE SERVICES

AI Security AssessmentAI Red TeamingSmart Contract AssessmentBlockchain Layer 1 AssessmentCode Security AuditWeb Application Penetration TestingCloud Infrastructure Penetration TestingRed Team Exercise

COMPANY

Who We AreWho Trusts UsService CommitmentsCareersBrandBlogContact

RESOURCES

AuditsDisclosuresReportsBVSSCase Studies
Halborn Logo
Privacy PolicyTerms of UseVulnerability Disclosure Policy

© Halborn 2026. All rights reserved.

Background

// Security Assessment

08.28.2025 - 09.26.2025

Solana-Launchpad-Assessment

Blockstreet

Halborn logotext
← Back to Audits

Solana-Launchpad-Assessment - Blockstreet


Prepared by:

Halborn Logo

HALBORN

Last Updated 12/17/2025

Date of Engagement: August 28th, 2025 - September 26th, 2025

Summary

100% of all REPORTED Findings have been addressed

All findings

21

Critical

2

High

1

Medium

0

Low

4

Informational

14


Table of Contents

  • 1. Introduction
  • 2. Assessment summary
  • 3. Scope
  • 4. Findings overview

1. Introduction

Blockstreet engaged Halborn to conduct a security assessment on their Blockstreet Launchpad program beginning on August 28, 2025 and ending on September 26, 2025. The security assessment was scoped to the smart contracts provided in the GitHub repository Blockstreet-Launchpad, commit hashes, and further details can be found in the Scope section of this report.


The Blockstreet team is releasing a new version their Blockstreet Launchpad Solana program. This program is a decentralized fundraising platform that enables crypto projects to raise capital through token sales by creating fundraising pools where investors can contribute funds in exchange for project tokens, featuring staking systems, fee collection mechanisms, and pool lifecycle management.

2. Assessment Summary


Halborn was provided 22 business days for the engagement and assigned one full-time security engineer to review the security of the Solana Programs in scope. The engineer is a blockchain and smart contract security expert with advanced smart contract hacking skills, and deep knowledge of multiple blockchain protocols.

The purpose of the assessment is to:

    • Identify potential security issues within the Solana Program.

    • Ensure that smart contract functionality operates as intended.


In summary, Halborn identified some improvements to reduce the likelihood and impact of risks, which were mostly addressed by the Blockstreet team. The main ones were the following:

    • Exclude platform fees from pool accounting calculations to ensure accurate fund tracking

    • Implement proper treasury account ownership validation in all the instructions where it is not implemented

    • Fix issues in the cancel contribution functionality to ensure users can properly cancel contributions

3. SCOPE

REPOSITORY
(a) Repository: Blockstreet-Launchpad
(b) Assessed Commit ID: 1995ead
(c) Items in scope:
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/constants.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/error.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/events.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/activate_approved_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/approve_project.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/auto_update_pool_status.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/check_pool_completion.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/create_meteora_liquidity.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/create_pool_from_submission_with_fees.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/create_pool_from_submission.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/create_pool_with_fees.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/create_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/emergency_auto_pause.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/finalize_pool_prorata.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/finalize_pool_with_liquidity.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/finalize_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/fix_launchpad_bump.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/init_launchpad.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/init_staking_rewards_pool_standalone.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/init_staking_rewards_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/init_usd1_staking_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/migrate_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/mod.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/pause_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/process_pool_lifecycle.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/recalculate_staking_tier.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/review_project_submission.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/update_platform_fees.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/admin/update_pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/mod.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/oracle/mod.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/oracle/update_staking_tier.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/cancel_contribution.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/claim_staking_rewards.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/claim_tokens.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/complete_unstake.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/contribute_usd1.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/mod.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/request_unstake.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/stake_tokens.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/stake_usd1.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/submit_project.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/instructions/user/unstake_usd1.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/lib.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/math/allocation_boost.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/math/mod.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/math/prorata.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/math/usd1_tranche_pricing.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/state/contribution.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/state/launchpad.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/state/mod.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/state/pool.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/state/project_submission.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/state/staking_tier.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/state/usd1_staking_tier.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/test-utils/index.ts
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/constants.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/error.rs
  • Blockstreet-Launchpad/programs/blockstreet-launchpad/src/events.rs
↓ Expand ↓
Out-of-Scope: Third party dependencies and economic attacks.
Remediation Commit ID:
  • 99a5830
  • 0fbb6a9
  • a58655f
  • 094e8e3
Out-of-Scope: New features/implementations after the remediation commit IDs.

4. Findings Overview

Security analysisRisk levelRemediation
Platform Fee Inclusion in Pool Accounting Creates Inconsistent Fund TrackingCriticalSolved - 10/13/2025
Multiple Account Ownership Validation Vulnerabilities Across Pool Creation, Contribution, and Staking Systems Enable Fee Diversion and Unauthorized AccessCriticalSolved - 10/13/2025
Cancel Contribution Function is Non-Operational Due to Multiple Issues Preventing Users from Cancelling ContributionsHighSolved - 10/13/2025
finalize_pool_with_liquidity Instruction Contains Multiple Vulnerabilities Leading to Permanent Fund LossLowSolved - 10/13/2025
Multiple Security Vulnerabilities and Validation Failures in Staking Pool Initialization FunctionsLowSolved - 11/25/2025
Pool Vault Addresses Not Stored in Pool State Creates Operational Validation ChallengesLowSolved - 10/13/2025
Pool Finalization Instructions Fail to Update Pool State Values Breaking Token Claims and Pool AnalyticsLowSolved - 10/13/2025
USD1 Staking System Contains Multiple Design Flaws and Missing Functionality That Must Be Redesigned to Prevent User Fund Lock and System InconsistenciesInformationalSolved - 10/13/2025
Pool Creation Instructions Validate Vault PDAs But Fail to Create Required Vault AccountsInformationalSolved - 10/13/2025
Logical Contradiction Prevents Pool Status Transition from Pending to ActiveInformationalSolved - 10/12/2025
Staking System Contains Multiple Design Flaws That Can Be Improved to Enhance Reward Calculation and Code ConsistencyInformationalSolved - 10/13/2025
Meteora Liquidity Instruction is Non-Functional and Lacks Multiple Call ProtectionInformationalAcknowledged - 11/04/2025
Missing Admin Approval Flag Assignment Creates Inconsistent Pool StateInformationalSolved - 10/13/2025
Pool Migration Logic Contains Multiple Validation Gaps and Design Inconsistencies That Compromise Pool State IntegrityInformationalSolved - 10/13/2025
Missing Fee Payment Tracking Prevents Validation of Pool Creation RequirementsInformationalSolved - 11/04/2025
Variable Token Mints on Initialization Allow Platform-Wide CompromiseInformationalSolved - 10/13/2025
Missing Length Validation on project_uri Allows for Oversized DataInformationalSolved - 10/13/2025
Fee Collection Event Emits Hardcoded Values, Leading to Inaccurate Off-Chain DataInformationalSolved - 10/13/2025
Decentralized Account Initialization Logic Increases Risk of InconsistenciesInformationalSolved - 11/25/2025
Update Pool Instruction Contains Security and Observability Issues That Enable Fund Locking and Reduce TransparencyInformationalSolved - 10/13/2025
Pool Lifecycle Management Contains Inconsistent Hard Cap Completion Logic Leading to Behavioral DiscrepanciesInformationalSolved - 10/13/2025

Halborn strongly recommends conducting a follow-up assessment of the project either within six months or immediately following any material changes to the codebase, whichever comes first. This approach is crucial for maintaining the project’s integrity and addressing potential vulnerabilities introduced by code modifications.

Table of Contents

  • 1. Introduction
  • 2. Assessment summary
  • 3. Scope
  • 4. Findings overview

// Download the full report

Solana-Launchpad-Assessment

* Use Google Chrome for best results

** Check "Background Graphics" in the print settings if needed