Freelance Crypto Jobs: Find the Best Freelance Opportunities in Crypto

Looking for freelance crypto jobs? Look no further! Our platform offers a wide range of freelance opportunities in the exciting world of cryptocurrency and blockchain. Discover new projects, work with innovative companies and earn in cryptocurrencies. Sign up today to explore the best freelance crypto jobs and take your career to the next level.

Signup for free to get access to all filter attributes and instant notifications when new jobs are posted.
Setup filter
crypto*
web3
nft*
"play-to-earn"
blockchain



Get access to over 30+ filter attributes, setup instant notifications, integrate with your CRM and marketing tools, and more.
Start free trial
1276 projects published for past 72 hours.
Job Title Budget
Senior Solana Engineer — Private Token-Ops Automation Suite (TypeScript or Rust)
not specified 14 hours ago
Client Rank - Excellent

Payment method verified
$48 088 total spent
17 hires, 8 active
20 jobs posted
85% hire rate, 1 open job
9.53 /hr avg hourly rate paid
4 814 hours paid
4.97 of 16 reviews
Registered: Apr 14, 2015
United States
United States
Venice 5:18 PM
5
We need an experienced Solana engineer to build a private, dashboard-driven automation tool that manages token performance and on-chain operations. Full technical spec will be shared after NDA.

Preferred Tech Stack
Primary: TypeScript / Node.js

Alternate: Rust (a plus)

(Please bid only if you can deliver in one of these two languages.)

Key libraries & tooling the project relies on:

Solana web3, Jupiter v6, Raydium/Orca AMM, Jito bundle RPC

Redis + BullMQ, PostgreSQL

Next.js + Tailwind (operator UI)

Docker & GitHub Actions (or similar)

Secure key custody via Hashicorp Vault or AWS KMS

Ideal Candidate
3 + production Solana projects (bots, on-chain tools, LP management, etc.)

Strong TypeScript or Rust skills, plus React competence for UI layer

Proven key-management experience (Vault/KMS, HSMs)

Bonus: Any prior work on MEV, volume automation, or liquidity management
Budget: not specified
14 hours ago
  • Web, Mobile & Software Dev, Web Development
Consultation for Cryptocurrency Mining Machine Selection
50 USD 14 hours ago
Client Rank - Good

Payment method verified
$3 740 total spent
12 hires
20 jobs posted
60% hire rate, 2 open job
4.97 of 10 reviews
Company size: 10
Registered: Jan 22, 2019
Dominica
Dominica
Roseau 12:18 PM
4
I am seeking an experienced consultant to assist me in selecting a Bitcoin/Cryptocurrency mining machine. The ideal candidate will provide insights on efficiency, usability, and cost-effectiveness. Your expertise will help me make an informed decision tailored to my needs. Please include your previous experience in cryptocurrency mining and any recommendations you may have. Looking forward to your proposals!
Fixed budget: 50 USD
14 hours ago
  • Data Science & Analytics, AI & Machine Learning
Crypto Fund Recovery Specialist Needed
5,000 USD 13 hours ago
Client Rank - Risky

Payment method not verified
Phone number verified
1 open job
Malaysia
Malaysia
12:18 AM
1
I am seeking an experienced professional to assist in recovering funds lost to a fraudulent cryptocurrency trading platform. The ideal candidate will have a solid understanding of blockchain technology, cybersecurity, and strategies for tracking and retrieving lost assets. The project requires a discreet and thorough approach to navigate the complexities of this situation. If you have a proven track record in fund recovery or related fields, please reach out with your credentials and any relevant experiences.
Client's questions:
  • Describe your recent experience with similar projects
Fixed budget: 5,000 USD
13 hours ago
  • Writing, Content Writing
Create a Trading Bot for Solana
5 USD 12 hours ago
Client Rank - Risky

Payment method not verified
Phone number verified
1 open job
India
India
9:48 PM
1
I'm looking for an experienced blockchain developer to build a Solana-based trading bot that interacts with major DEXs (like Orca, Raydium, or Jupiter). The bot should be able to execute trades automatically based on predefined strategies (like arbitrage or scalping), monitor real-time prices, and manage risks efficiently.

Key Requirements:
Strong experience with Rust, Python, or TypeScript.

Familiarity with Solana architecture, RPC nodes, and Web3/Anchor frameworks.

Proven experience building trading bots or real-time systems.

Ability to integrate with Solana DEXs for token swaps.

Secure private key/transaction signing handling.

Basic risk controls: stop-loss, slippage settings, max trade limits, etc.

Clean, well-documented code and deployment instructions.

Nice to Have:
Experience with Solana smart contracts .

Knowledge of MEV protection and gas optimization.

Familiarity with CLI tools or dashboards for monitoring bot performance.
Fixed budget: 5 USD
12 hours ago
  • Web, Mobile & Software Dev, Scripts & Utilities
Senior Solana Engineer — Private Token-Ops Automation Suite (TypeScript or Rust)
not specified 12 hours ago
Client Rank - Excellent

Payment method verified
$48 088 total spent
17 hires, 8 active
20 jobs posted
85% hire rate, 1 open job
9.53 /hr avg hourly rate paid
4 814 hours paid
4.97 of 16 reviews
Registered: Apr 14, 2015
United States
United States
Venice 5:18 PM
5
We need an experienced Solana engineer to build a private, dashboard-driven automation tool that manages token performance and on-chain operations. Full technical spec will be shared after NDA.

Preferred Tech Stack
Primary: TypeScript / Node.js

Alternate: Rust (a plus)

(Please bid only if you can deliver in one of these two languages.)

Key libraries & tooling the project relies on:

Solana web3, Jupiter v6, Raydium/Orca AMM, Jito bundle RPC

Redis + BullMQ, PostgreSQL

Next.js + Tailwind (operator UI)

Docker & GitHub Actions (or similar)

Secure key custody via Hashicorp Vault or AWS KMS

Ideal Candidate
3 + production Solana projects (bots, on-chain tools, LP management, etc.)

Strong TypeScript or Rust skills, plus React competence for UI layer

Proven key-management experience (Vault/KMS, HSMs)

Bonus: Any prior work on MEV, volume automation, or liquidity management
Budget: not specified
12 hours ago
  • Web, Mobile & Software Dev, Web Development
Trading bot
not specified 12 hours ago
Client Rank - Risky

Payment method not verified
Phone number verified
1 open job
New Zealand
New Zealand
4:18 AM
1
**Your Role**:
1. **Debug Async/WebSocket/API Errors**:
- Identify and fix issues related to:
- WebSocket disconnections in the `watch_with_reconnect` function, such as failures to reconnect after errors.
- API rate limit errors in `ccxt.async_support` functions (e.g., `watch_ticker`, `watch_order_book`, `create_market_order`).
- Async task failures in `run_symbol_bot` or the `main` function, such as unhandled exceptions or task cancellations.
- Check the `dual_market_bot.log` file (generated in the script’s folder) for error messages related to these issues.
2. **Test with Provided Files**:
- Use the files in `bot_files.zip`:
- `dual_market_bot_unobfuscated_commented.py`: The script with detailed comments.
- `config.json`: Dummy configuration with test API keys and password.
- `price_prediction_model.pkl`: Machine learning model.
- `README.md`: Setup instructions and debugging guidance.
- Place all files in the same folder (e.g., `test_bot/`) to avoid `FileNotFoundError`, as the script expects `config.json` and `price_prediction_model.pkl` in its directory (see `README.md`).
- Install dependencies listed in `README.md` (e.g., `pip install ccxt-async numpy pandas ...`).
- Run the script (`python dual_market_bot_unobfuscated_commented.py`) to replicate errors. Note: The dummy `config.json` prevents real trades due to invalid credentials and password.
3. **Deliver a Patch File**:
- Provide a patch file (e.g., `fixes.patch`) containing only the changes needed to fix the above errors.
- Ensure changes are limited to `watch_with_reconnect`, `run_symbol_bot`, `main`, or `ccxt`-related code.
- Do not modify the `secure_core` function, as it’s password-protected and critical for security.
4. **Follow Setup Instructions**:
- Refer to `README.md` for detailed setup steps, including:
- Unzipping `bot_files.zip`.
- Placing files in the same folder.
- Installing Python 3.8+ and required libraries.
- Running the script and checking logs.
Budget: not specified
12 hours ago
  • Web, Mobile & Software Dev, Web Development
EverNode Developer for XRPL Smart Contract Development
2,500 USD 11 hours ago
Client Rank - Medium

Payment method verified
$150 total spent
1 hires
10 jobs posted
10% hire rate, 1 open job
5.00 of 1 reviews
Registered: Jun 14, 2016
India
India
AHMEDABAD 9:48 PM
3
We are seeking an experienced EverNode developer to create a smart contract on the XRPL (XRP Ledger) chain. The ideal candidate should have a solid background in blockchain development and a deep understanding of smart contracts on XRPL. You will be responsible for designing, implementing, and testing the smart contract to ensure it meets all necessary requirements.
Prove that you have read this far by answering this question in your proposal, what is two plus two ?. Collaboration and communication skills are essential as you will work closely with our existing development team to align on project goals.

Contract functions to be discussed with right candidate.
Proven and verifiable evernode contract links will be asked. If you don't have that, please do not waste your connects sending a proposal.

Prove that you have read this far by answering this question in your proposal. First person to land on moon.
A positive mindset, team player, and confidence will be the key to win this project. Typical developer tantrums and techniques are not something we are looking for. If you genuinely wish to create something nice, we are open.
Budget mentioned is monthly.
Client's questions:
  • Include link to evernode smart contract from your official public github link. Github account ownership verification will be required upon final selection.
Fixed budget: 2,500 USD
11 hours ago
  • Web, Mobile & Software Dev, Web Development
Discreet eBook Designer Needed for Two Evergreen Wealth & Sovereignty Guides
250 USD 10 hours ago
Client Rank - Excellent

Payment method verified
$24 641 total spent
37 hires, 11 active
45 jobs posted
82% hire rate, 5 open job
8.17 /hr avg hourly rate paid
1 771 hours paid
4.81 of 19 reviews
Industry: Tech & IT
Company size: 2
Registered: Feb 13, 2020
United States
United States
New Bedford, MA 9:18 AM
5
I'm looking to hire a skilled and discreet eBook designer to format and professionally lay out two evergreen digital guides (approx. 60–90 pages each). These eBooks are not for public sale or open marketplaces—they will be privately distributed to a vetted email subscriber list focused on sovereignty, trust structuring, crypto security, and private wealth strategies.

Each guide is complete in content and structured across 10 chapters. Now I need a designer who can bring them to life visually—clean, private, and legacy-grade.

Project Overview:
Two full-length eBooks (PDF required, EPUB optional)

Evergreen format: timeless design, no seasonal styling

Used for private circulation, not commercial marketplaces

Minimalist layout with high legibility and light branding

Content is written for an audience serious about private jurisdiction, wealth creation, and generational strategy

What You’ll Deliver:
Final PDF versions of both books (ready for desktop/mobile readers)

Source design files (InDesign, Affinity, Canva Pro, or equivalent)

Light graphic accents (chapter icons, clean dividers—nothing flashy)

Optional: matching cover design for both guides (quote separately)

Ideal Designer:
Experience designing digital books with legal, crypto, trust, or financial content

Understands tone and aesthetics for privacy-first, high-trust audiences

Values clean, bold, black-on-white layouts and long-form readability

Able to work discreetly with respect for non-public content

Timeline:
Prefer completion within 7–10 days of project start.
Budget: Open to fixed or hourly—please include your rate and relevant samples.

If this resonates with your skillset and values, apply and let me know your preferred design platform. I’ll share an excerpt from both manuscripts upon request.
Fixed budget: 250 USD
10 hours ago
  • Design & Creative, Graphic, Editorial & Presentation Design
Full Stack Developer Needed for Blockchain Game Platform Development
45 - 55 USD / hr
10 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
$5 total spent
1 hires
15 jobs posted
7% hire rate, 4 open job
40.00 /hr avg hourly rate paid
2 hours paid
5.00 of 1 reviews
Industry: Engineering & Architecture
Company size: 2
Registered: Jun 3, 2024
Peru
Peru
Lima 11:18 AM
3
We are seeking an experienced full stack developer to join our team in developing a cutting-edge blockchain game platform. The ideal candidate should have a strong background in both frontend and backend development, with a passion for gaming and blockchain technology. You will be responsible for designing and implementing user interfaces, integrating smart contracts, and ensuring seamless functionality across platforms. If you have a creative approach and a solid understanding of blockchain principles, we want to hear from you!
Hourly rate: 45 - 55 USD
10 hours ago
  • Web, Mobile & Software Dev, Web Development
Unity Developer Full-Time
10 - 25 USD / hr
9 hours ago
Client Rank - Excellent

Payment method verified
Phone number verified
$18 471 total spent
47 hires, 25 active
507 jobs posted
9% hire rate, 1 open job
4.83 of 20 reviews
Industry: Tech & IT
Company size: 2
Registered: Oct 22, 2023
Ukraine
Ukraine
Kyiv 7:18 PM
5
Want to work on the next big thing in gaming industry?

Who We Are:

Azulon is a dynamic and growing game development agency with a team of 5+ young individuals, primarily based across Europe, including dedicated members in Ukraine. Our craft is creating high-quality gamified experiences worldwide.

Who We Are Looking For:

We are seeking a Unity Developer who is a natural problem-solver with a meticulous approach to their work. You take pride in your craft, strive for excellence in your code, and demonstrate genuine care for the projects you contribute to. You are comfortable working within a team, possess strong communication skills, and are dedicated to delivering high-quality gamified experiences for our diverse clients.

Responsibilities:

- Build and iterate on gameplay mechanics and features within the Unity environment.
- Integrate art and design assets seamlessly into the game.
- Collaborate effectively with team members to ensure smooth project execution.
- Contribute to the continuous improvement of our development processes.
- Explore and implement new technologies and techniques to enhance our games.

Experience:

- Must-Haves:
- Excellent English Communication Skills: Proven ability to communicate effectively both verbally and in writing in English. This includes clearly articulating technical concepts, participating in meetings, and documenting work.
- Solid Foundation in Unity Development: Demonstrated experience in developing and contributing to Unity-based projects, showcasing the ability to deliver functional and high-quality code.
- Nice-to-Haves:
- Web3 Game Development Experience: Previous experience working on game projects that integrated Web3 technologies (e.g., blockchain, NFTs, cryptocurrencies).
- Familiarity with Notion: Experience using Notion for project management, documentation, or team collaboration.
- Team Leadership Experience: Previous experience in a leadership role within a development team, such as leading small teams or mentoring junior developers.

Ready to Level Up Your Career? We'd love to hear from you! Please submit your resume and portfolio to to apply.
Client's questions:
  • Please record a short (60s) loom video going over why would you like to apply for this position.
  • Please attach a link to your the best game (in your opinion) that has been published.
Hourly rate: 10 - 25 USD
9 hours ago
  • Web, Mobile & Software Dev, Game Design & Development
Influencer or Affiliate Recruiter – Commission-Based Client Referrals ($2,000 Per Closed Deal)
200 USD 8 hours ago
Client Rank - Excellent

Payment method verified
$100 155 total spent
124 hires, 20 active
182 jobs posted
68% hire rate, 2 open job
10.94 /hr avg hourly rate paid
3 211 hours paid
4.65 of 110 reviews
Individual client
Registered: Jan 15, 2019
United States
United States
San Diego 9:18 AM
5
Description:
We are a U.S.-based software and mobile app development company working with startups and entrepreneurs. We’re seeking a recruiter or outreach specialist to help us find and onboard 10–20 influencers, closers, or affiliate marketers who are willing to promote our services in exchange for a $2,000 commission per closed client deal.



✅ Your Role:
• Identify and reach out to potential affiliate marketers, sales closers, or influencers in relevant industries (tech, SaaS, mobile, crypto, etc.)
• Pitch them on our $2,000 per deal referral offer
• Help onboard them to our affiliate system (we’ll handle setup with FirstPromoter or similar)
• Provide a basic list/report of contacts and progress



📌 Deliverables:
• Recruit and onboard at least 10 active, qualified referrers
• Must be real individuals ready to promote or refer clients
• Deliver a contact sheet of all recruited individuals



💰 Payment Structure:
• Fixed Price: $200 for onboarding 10 qualified referrers
• Performance Bonus: $100 extra for every referrer you bring who gets us a closed client deal

⚠️ We’re bootstrapping and currently limiting upfront budget, so this is ideal for someone who’s confident in sourcing talent and wants to earn performance bonuses on top of the fixed amount.



✅ Ideal Candidate:
• Experienced in affiliate or influencer recruiting
• Strong outreach skills (email, LinkedIn, Instagram DMs, etc.)
• Familiar with tech and digital service niches (bonus)
• Professional, organized, and self-driven



Apply with:
1. Short summary of your experience
2. Your strategy to find and recruit qualified affiliates
3. Any relevant success stories or campaigns you’ve worked on
Fixed budget: 200 USD
8 hours ago
  • Sales & Marketing, Lead Generation & Telemarketing
Crypto Marketing expert
8 - 15 USD / hr
8 hours ago
Client Rank - Excellent

Payment method verified
$84 688 total spent
80 hires, 15 active
174 jobs posted
46% hire rate, 3 open job
19.79 /hr avg hourly rate paid
2 472 hours paid
4.93 of 56 reviews
Industry: Tech & IT
Company size: 10
Registered: Dec 5, 2020
India
India
mohali 9:48 PM
5
We are developing a Meme coin and looking for a digital marketing individual who has expertise in the Marketing of Meme coin

1: Social Media

2: Meme & Viral Marketing

3: SEO

4: Community-driven growth

5: Hype & FOMO Tactics

Our budget is between $400 per month
Client's questions:
  • Describe your recent experience with similar projects
Hourly rate: 8 - 15 USD
8 hours ago
  • Sales & Marketing, Digital Marketing
Solana Developer for Building Monitors
not specified 7 hours ago
Client Rank - Excellent

Payment method verified
$6 993 total spent
24 hires, 9 active
87 jobs posted
28% hire rate, 2 open job
15.00 /hr avg hourly rate paid
76 hours paid
4.98 of 12 reviews
Registered: Apr 17, 2023
United States
United States
Dover 6:18 PM
5
We are looking for an experienced Solana developer to build on-chain monitoring systems based on custom filtering rules that can be managed by a discord bot ( to change rules and create new monitors based on those) .

This role offers the opportunity to evolve into a full-time position with equity participation.


Core Monitoring Features
- Bonding Curve Analysis: Track bonding curve percentage completion within specified timeframes
- Volume Monitoring: Monitor buy/sell volume patterns and ratios
- Developer Activity Tracking: Detect and alert on developer sell events

Target DEX Platforms
- Pump.Fun
- Pump AMM
- Raydium Launch Pad
- Raydium AMM
- Raydium CPMM
- Meteora

Technical Requirements
- Solana Yellowstone gRPC
- Real-time Processing with lowest miss/delay possibile

What We Offer
- Potential transition to full-time employment
- Fixed amount based on the Task
- Long-term partnership


Ideal Candidate
- Proven experience with Solana blockchain development
- Strong background in on-chain data processing
- Proficiency with gRPC and real-time systems
- Experience with DEX integrations and DeFi protocols
- Understanding of token economics and bonding curve
Client's questions:
  • Have you used AI to reply to this Job?
  • Where are you from?
  • Do you have Discord?
  • Describe your recent experience with similar projects
  • Include a link to your GitHub profile and/or website
Budget: not specified
7 hours ago
  • Web, Mobile & Software Dev, Blockchain, NFT & Cryptocurrency
DAO Development Expert Needed
500 USD 7 hours ago
Client Rank - Excellent

Payment method verified
$15 793 total spent
21 hires, 7 active
24 jobs posted
88% hire rate, 5 open job
28.33 /hr avg hourly rate paid
137 hours paid
4.46 of 17 reviews
Industry: Tech & IT
Company size: 2
Registered: Sep 8, 2015
United States
United States
SF 6:18 PM
5
We are seeking an experienced developer to create a Decentralized Autonomous Organization (DAO). The ideal candidate will have a strong understanding of blockchain technology and smart contracts. You will be responsible for choosing and implementing the best available system in place.

Reference:
https://github.com/dexe-network/DeXe-Protocol
https://arxiv.org/abs/2310.19201

Price is a placeholder. Let's talk!
Client's questions:
  • Include a link to your GitHub profile and/or website
  • Describe your recent experience with similar projects
Fixed budget: 500 USD
7 hours ago
  • Web, Mobile & Software Dev, Web Development
Senior Graphic Designer & Social Media Manager
2,000 USD 6 hours ago
Client Rank - Excellent

Payment method verified
$48 866 total spent
43 hires, 15 active
67 jobs posted
64% hire rate, 3 open job
17.18 /hr avg hourly rate paid
2 512 hours paid
4.99 of 33 reviews
Registered: Sep 13, 2022
Canada
Canada
Calgary 1:18 PM
5
Senior graphic designer and Social media manager needed.

Some knowledge of crypto and DeFi is a plus.

About the Role

In this role, you’ll be designing social media posts, scheduling and managing organic social media content across platforms on ClickUp project management software, using tools like Sprout Social. You’ll be working with the video editor to edit the short-form and the long-form content and providing feedback on the edits.

You should have experience in the crypto space, you keep up with the market, and you understand the terminologies, to identify the best clips from long-form live sessions that can be repurposed into a short-form video.

You’ll be managing the CEO’s social media channels, engaging with the comments section, responding to leads on the DMs, and if they’re interested in the service, you’ll guide them through the funnel.

You’ll be responsible for writing copy for carousel posts and also designing them yourself.
Here’s an example: https://www.instagram.com/p/DL2k1bQNkKN/?img_index=7


Summary of the role:

Graphic Design
• Carousels, reels covers, thumbnails, slide presentations.


Copy & Scripts
• Write captions, carousel copy and video scripts.
• Repurpose long-form live session transcripts to short-form content.


Management
• Organize content in ClickUp tasks, Google Drive folders and file names.
• Manage organic social media video editor to deliver edited content on time.


Publishing & Reporting
• Schedule posts on IG, TikTok, LinkedIn and X via Sprout Social.
• Add UTM tracker for landing page links, track impersonators.
• Provide weekly metrics summary (reach, engagement, best posts, next steps).


SOPs
• Document each recurring task once it’s dialled in so new hires can follow it.


Must-Haves
• Strong portfolio: Graphic design + Social media copy written and shown results.
• Copywriting: captions and repurposing long-form scripts.
• Sprout Social (or similar), Google Drive, ClickUp, analytics.
• Excellent verbal and written communication skills.


Should-Haves
• Some knowledge of DeFi/crypto
• Figma to design slide presentations, or AI tools like Gamma.app
• Past success taking down fake accounts / DMCA takedowns.


About Us
Yieldschool specializes in onboarding and educating HNWI into Decentralized Finance (DeFi). Our founder is a regulatory lawyer; we publish daily on all social media channels. You’ll turn raw ideas and footage into polished posts and keep everything organised.
Client's questions:
  • Record a loom introducing yourself and walk me through your design portfolio.
  • List the names of companies you managed their social media.
  • How many years have you been designing professionally?
Fixed budget: 2,000 USD
6 hours ago
  • Design & Creative, Graphic, Editorial & Presentation Design
Koinly, crypto tax
21 - 83 USD / hr
5 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
1 open job
Australia
Australia
1:48 AM
3
Hello i'm looking for someone to sort out 5 years of cryptocurrency tax.
Hourly rate: 21 - 83 USD
5 hours ago
  • Accounting & Consulting, Other - Accounting & Consulting
Solana Mempool Sniper Bot (Rust) – Wallet, Execution, Strategy Completion
100 USD 4 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
$130 total spent
11 hires, 6 active
46 jobs posted
24% hire rate, 38 open job
5.00 of 1 reviews
Industry: Engineering & Architecture
Company size: 2
Registered: Apr 14, 2025
Bangladesh
Bangladesh
Dhaka 4:18 PM
3
We're seeking a Rust developer with Solana experience to complete a mempool sniper bot. The core system is already in place (WebSocket, RPC listener, event detection), but wallet integration, transaction execution, and sniping strategy still need to be finalized.
Fixed budget: 100 USD
4 hours ago
  • Web, Mobile & Software Dev, Scripts & Utilities
Web Developer Needed for Utility Token Website
300 USD 4 hours ago
Client Rank - Excellent

Payment method verified
$10 730 total spent
13 hires, 2 active
16 jobs posted
81% hire rate, 1 open job
5.00 of 9 reviews
Registered: Jun 3, 2022
Namibia
Namibia
Ongwediva 7:18 PM
5
We are seeking a skilled web developer to create a dynamic and user-friendly website for our utility token. The ideal candidate will have experience with blockchain technologies and a strong understanding of financial applications. You will be responsible for designing the user interface, implementing smart contracts, and ensuring the website is optimized for performance and security. If you're passionate about web development and blockchain, we want to hear from you!
Fixed budget: 300 USD
4 hours ago
  • Web, Mobile & Software Dev, Web Development
Crypto Trader & Market Analyst
22 - 46 USD / hr
3 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
2 jobs posted
3 open job
no reviews
Registered: Jul 11, 2025
Indonesia
Indonesia
Banda Aceh 11:18 PM
3
We are looking for a sharp, data-driven Crypto Trader & Market Analyst to join our trading team. This role involves actively trading digital assets, conducting in-depth market analysis, and developing trading strategies to capitalize on market opportunities. The ideal candidate is passionate about blockchain technology, has a strong grasp of market dynamics, and thrives in fast-paced environments.

Key Responsibilities:
Execute short-term and long-term trades in cryptocurrencies and digital assets across major exchanges

Monitor crypto markets and identify trends, patterns, and trading opportunities using technical and fundamental analysis

Develop and backtest algorithmic and discretionary trading strategies

Provide regular market insights, commentary, and reports to internal stakeholders

Evaluate macroeconomic events, blockchain project updates, and sentiment trends impacting the crypto space

Manage risk and exposure across trading positions; adhere to portfolio allocation guidelines

Stay up to date with exchange features, liquidity shifts, and emerging trading tools

Collaborate with data scientists, developers, and other analysts to improve trading models and infrastructure

Qualifications:
Bachelor's degree in Finance, Economics, Computer Science, or related field

2+ years of experience in trading (crypto, FX, equities, or commodities)

Solid understanding of blockchain, DeFi, tokenomics, and crypto market structures

Strong proficiency in trading tools, charting software (e.g., TradingView), and analytics platforms

Familiarity with major exchanges (Binance, Coinbase, Bybit, etc.) and trading APIs

Ability to analyze large data sets and apply statistical and quantitative techniques

Excellent risk management and decision-making skills under pressure

Preferred Skills:
Experience with Python, SQL, or other data analysis and automation tools

Background in quantitative finance or algorithmic trading

Familiarity with on-chain analytics and sentiment indicators

Knowledge of derivatives (futures, options) in crypto markets

Strong communication skills for reporting and strategy presentation
Hourly rate: 22 - 46 USD
3 hours ago
  • Web, Mobile & Software Dev, Blockchain, NFT & Cryptocurrency
Seeking a Senior Blockchain Engineer to Lead Our Online Shop's Blockchain Integration
25 - 60 USD / hr
3 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
9 jobs posted
22% hire rate, 7 open job
45.41 /hr avg hourly rate paid
3 hours paid
no reviews
Industry: Tech & IT
Company size: 2
Registered: May 16, 2025
Peru
Peru
Lima 11:18 AM
3
We are a startup online shop development company seeking a senior blockchain engineer to lead our blockchain initiatives for our online shop product. The ideal candidate must have proven experience as a lead blockchain engineer, capable of designing and developing blockchain protocols and overseeing the integration of cryptocurrency into our platform.
Hourly rate: 25 - 60 USD
3 hours ago
  • Web, Mobile & Software Dev, Web Development
Recruiting Expert Needed With Discord Experience (Manage Server & Onboard Talent)
10 USD 3 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
$615 total spent
25 hires, 26 active
28 jobs posted
89% hire rate, 17 open job
3.05 /hr avg hourly rate paid
99 hours paid
5.00 of 1 reviews
Registered: Mar 17, 2025
United States
United States
Ladyzhyn 12:18 PM
3
We’re building a fast-growing digital creator network focused on short-form video campaigns (TikTok & IG Reels) for Web3 and digital brands. We're looking for a highly organized recruiter and community manager to help us scale by finding and onboarding micro-influencers into our Discord-based creator hub.

Your role:

Scout and recruit TikTok and Instagram creators with 1,000–10,000 followers

Reach out to them via DM and invite them to our Discord creator community

Answer basic questions about our program (scripts and training provided)

Keep the Discord server organized, active, and onboarding-ready

Track creator submissions and help manage campaign participation

Requirements:

Proven experience with recruiting or community growth

Comfortable sending high-volume cold DMs

Knows how to manage a Discord server (roles, channels, bots)

Excellent English communication

Bonus: Experience with influencer outreach, Web3, or TikTok culture

Tools you'll use:

Discord

TikTok + Instagram

Google Sheets

Optional: CRM or influencer tracking tools

Compensation:

fixed rate weekly

Bonus incentives for hitting onboarding targets

Long-term role with room to grow into campaign coordinator

If you’re scrappy, know how to hustle, and love internet culture — let’s build something big together.

Apply now and tell us about your experience managing communities or recruiting online talent.
Fixed budget: 10 USD
3 hours ago
  • Sales & Marketing, Digital Marketing
Build Real-Time Solana Sniper Bot (Pump.fun, Raydium, Jupiter, Auto Buy/Sell
not specified 3 hours ago
Client Rank - Risky

Payment method not verified
Phone number verified
1 open job
India
India
9:48 PM
1
We’re looking for a developer experienced in Solana DeFi to build a fast, modular sniper bot. The bot should detect new token launches in real-time from platforms like Raydium, Pump.fun, and Bonk.fun, then auto-buy using a DEX aggregator (like Jupiter), and auto-sell based on profit targets.

🛠️ Responsibilities:
Create a high-speed Solana memecoin sniper bot in Node.js

Detect token launches using WebSocket log listeners

Execute buys via aggregator routes (e.g., Jupiter)

Implement auto-sell logic with profit/loss thresholds

Add scam filters (e.g., liquidity, mint authority, trading locks)

Include retry logic for failed swaps or delayed routing

✅ Skills Required:
JavaScript / Node.js

Solana blockchain (@solana/web3.js)

DEX aggregators (e.g., Jupiter)

WebSocket-based event listening

Smart contract decoding and transaction analysis
Budget: not specified
3 hours ago
  • Web, Mobile & Software Dev, Web Development
Fix google ads error - Compromised website
30 USD 2 hours ago
Client Rank - Good

Payment method verified
$6 112 total spent
15 hires, 4 active
32 jobs posted
47% hire rate, 2 open job
17.37 /hr avg hourly rate paid
188 hours paid
4.90 of 10 reviews
Industry: Tech & IT
Company size: 2
Registered: Apr 20, 2021
Switzerland
Switzerland
zurich 6:18 PM
4
Ads of our website keeps showing comprised site

Assets are being decline, text ads are not eligible

We need an expert to find why

We are running a web3 marketing agency, here is our website: loofta.xyz

to prevent some issues with crypto advertising we created a landing page specific to redirect our ads to : https://loofta.xyz/ad-landing

still ads are being ineligible

if you have experience in Google Ads for web3 project, please reach out :)

We are not selling tokens or NFT, just marketing services for web3 projects
Fixed budget: 30 USD
2 hours ago
  • Sales & Marketing, Digital Marketing
Experienced Discord Manager Needed for Web3 Gaming Project
8 - 15 USD / hr
2 hours ago
Client Rank - Good

Payment method verified
Phone number verified
$1 264 total spent
11 hires, 2 active
14 jobs posted
79% hire rate, 1 open job
16.00 /hr avg hourly rate paid
4 hours paid
4.42 of 9 reviews
Registered: Sep 27, 2023
Germany
Germany
Hamburg 6:18 PM
4
We are seeking an experienced Discord Manager/Community Builder to create and manage a professional Discord server for our Web3 gaming project, Sweep. The ideal candidate will have a strong understanding of Discord's features and best practices for community engagement. You will be responsible for setting up channels, moderating discussions, and fostering a positive community atmosphere. If you have a passion for gaming and experience in community management, we would love to hear from you.

Relevant skills:
- Discord server setup and management
- Community engagement strategies
- Moderation and conflict resolution
- Knowledge of Web3 gaming
- Excellent communication skills

🎯 Objective
- Create a structured, branded, and scalable Discord server that:
- Onboards new users clearly and securely
- Showcases our game modes (SweepDrop, SweepBird, etc.)
- Provides community interaction, support, and announcements
- Is ready for token holders, campaigns, and future expansion

✅ Responsibilities
- Build core server structure (categories, channels, welcome flows, how-to-play)
- Set up roles & permissions, including wallet/NFT/token-based roles (via Guild.xyz, Matrica, etc.)
- Configure essential bots:

Moderation (e.g., MEE6, Dyno, Carl-bot)
Wallet verification
Gamification (e.g., Tatsu, Arcane)
Giveaways & event tools
Implement security measures (anti-raid, captcha, admin 2FA)
Apply branding (channel icons, emojis, role names, welcome messages)
Handover in a well-documented and clean state, or optionally offer continued support

💼 Requirements
- Proven experience setting up Discords for Web3, NFT, or crypto gaming communities
- Familiar with wallet integration, token-gated roles, Discord UX
- Comfortable with bot setup and automations
- Strong sense of structure, onboarding, and user engagement
Hourly rate: 8 - 15 USD
2 hours ago
  • Web, Mobile & Software Dev, Web Development
Build a Full Cryptocurrency Payment Gateway Platform (Backend in .NET 8 + Frontend in React)
5 - 20 USD / hr
2 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
2 jobs posted
2 open job
no reviews
Registered: Jul 8, 2025
United Arab Emirates
United Arab Emirates
Dubai 8:18 PM
3
We are looking for an experienced full-stack developer or small team to build a complete cryptocurrency payment gateway platform from scratch. This platform will be a competitive alternative to CoinGate, NOWPayments, and Coinbase Commerce.

The full build is based on a comprehensive 13-week roadmap (already defined in a PDF with clear phases). You must be able to follow the scope, deliver weekly sprints, and stay within time and cost boundaries.

📦 What You Will Build (Overview):
✅ Multi-currency wallet support (BTC, ETH, USDT, more)
✅ Merchant and Admin dashboards
✅ REST APIs for payments, invoices, reports
✅ Real-time crypto-fiat conversion
✅ KYB/KYC automation
✅ Smart contract-based payments
✅ Recurring billing and subscriptions
✅ Mobile-ready integration
✅ Cold/hot wallet management
✅ Security: 2FA, JWT, AES-256 encryption
✅ Full CI/CD pipeline
✅ E-commerce plugin support (Shopify, WooCommerce, etc.)
✅ White-label branding and customizations
✅ Donation/charity modules
✅ Cross-chain + Layer 2 support
✅ Full deployment and documentation

📑 Deliverables Required:
Full source code (backend, frontend, infra)
API documentation (Swagger/Postman) with also Postman Collection
Deployment scripts & CI/CD setup
Security audit reports
Admin & Merchant UI
Plugin integration (Shopify/Woo)
Production deployment on AWS or Azure

🚫 What We Don’t Want:
❌ Agencies that charge 2–3x market rate
❌ Developers who haven’t worked with real blockchain/crypto APIs
❌ Incomplete proposals or hourly-only bids
Client's questions:
  • Do you have experience building large scale multi-tenant SaaS?
  • Have you personally designed and implemented a backend system end-to-end (from architecture to deployment) in production?
  • Describe your recent experience with similar projects
  • What frameworks have you worked with?
Hourly rate: 5 - 20 USD
2 hours ago
  • Web, Mobile & Software Dev, Web Development
Web3 Developer to Build a Multi-Chain Smart Wallet with EIP-4337 Account Abstraction
300 USD 3 hours ago
Client Rank - Medium

Payment method verified
Phone number verified
1 open job
Industry: Tech & IT
Individual client
Indonesia
Indonesia
11:18 PM
3
We are seeking an experienced Web3 developer to design and implement a next-generation multi-chain “smart wallet” platform—think UniversalX but with full account-abstraction (EIP-4337) support baked in. You’ll build a secure, intuitive wallet that:

Manages multi-chain balances
Facilitates instant swaps via integrated DEX aggregators
Leverages account abstraction (EIP-4337) for gas-less onboarding, sponsored transactions, and modular wallet logic
Implements smart-contract wallets with upgradeable modules, social recovery, and daily spending limits

Key Responsibilities:

Architect and develop the wallet’s core smart-contract framework, including an EIP-4337 entry point and account-abstraction bundler integration
Build a React/Next.js front end that interacts seamlessly with RPC endpoints, wallet modules, and relayer services
Integrate web3 SDKs (ethers.js, web3.js, Solana Web3.js) for transaction signing, gas estimation, and cross-chain messaging
Implement secure key management (encrypted local storage, hardware-wallet support) and optional social recovery flows
Wire up token-swap functionality using 0x, 1inch or custom aggregator contracts for best execution
Ensure robust testing (unit, integration, and end-to-end) and assist with third-party security audits

Prerequisites:
NextJs, Solidity, python, RPC handelling, cross-chain bridge, dex aggregator, smart wallet, account abstraction, gasless transaction, DeFi
Client's questions:
  • Describe your recent experience with similar projects
Fixed budget: 300 USD
3 hours ago
  • Web, Mobile & Software Dev, Web Development
Technical Writer Needed for Real Estate Tokenization Whitepaper
400 USD 2 hours ago
Client Rank - Excellent

Payment method verified
Phone number verified
$38 925 total spent
11 hires, 2 active
9 jobs posted
100% hire rate, 3 open job
25.00 /hr avg hourly rate paid
2 hours paid
5.00 of 11 reviews
Registered: Sep 10, 2023
United States
United States
San Diego 9:18 AM
5
Summary
We are seeking an experienced technical writer and graphic designer to assist in transforming existing content into a polished, professional white paper. All the necessary information is ready and well-organized — Support is needed in:
- Structuring and formatting the document to meet professional white paper standards
- Creating compelling, accurate charts and visual elements
- Ensuring consistent styling, layout, and visual appeal throughout the paper
- Delivering the final product in both editable and publish-ready formats (e.g., DOCX, PDF)
- Including a glossary of terms used throughout the white paper

Scope of the Project:
- Estimated length: 10-15 pages (depending on formatting and visuals)
- Subject matter: Crypto, Blockchain, Real estate, Tokenization, dApp.
- Timeline: Ideally looking to complete this within 7 days.


What I Will Provide:
- Complete content draft or bullet points with all core information
- Reference visuals or charts/diagrams


Ideal Freelancer:
- Proven experience writing and designing technical white papers
- Strong graphic design skills (Infographics, diagrams)
- Proficient in tools like Microsoft Word, PowerPoint, Adobe Illustrator, Canva, or similar
- Excellent attention to detail
- Ability to collaborate and iterate based on feedback


To Apply:
Please share relevant samples of crypto, or blockchain technical white papers or reports you’ve worked on, particularly ones that showcase both writing and visual design. Briefly describe your process for turning raw content into a publication-ready document.
Fixed budget: 400 USD
2 hours ago
  • Writing, Professional & Business Writing
Web3 Presale Widget Developer Needed for Troubleshooting and Customization
15 - 35 USD / hr
46 minutes ago
Client Rank - Medium

Payment method verified
Phone number verified
$80 total spent
1 hires
1 open job
5.00 of 1 reviews
Registered: May 3, 2023
United States
United States
San Francisco 9:18 AM
3
We are seeking a skilled developer experienced in web3, React, JSX, to troubleshoot our presale widget. The primary focus will be on fixing issues related to wallet icons not displaying correctly. Additionally, we need assistance in creating a custom progress bar that aligns with our project's branding. If you have a strong background in rainbowkit/wagmi/viem, Java, and front-end development, we want to hear from you. Please provide examples of previous work related to web3 widgets or similar projects.
Client's questions:
  • Describe your recent experience with similar projects
  • Include a link to your GitHub profile and/or website
Hourly rate: 15 - 35 USD
46 minutes ago
  • Web, Mobile & Software Dev, Web Development
Accounting Services for Canadian Businesses
5 - 10 USD / hr
35 minutes ago
Client Rank - Medium

Payment method verified
$483 total spent
14 hires, 4 active
464 jobs posted
3% hire rate, 36 open job
25.05 /hr avg hourly rate paid
16 hours paid
4.76 of 3 reviews
Registered: Aug 21, 2021
Canada
Canada
Whitby 1:18 PM
3
We are seeking a skilled accountant to provide comprehensive accounting services tailored for various Canadian businesses such as ecommerce dropshipping, equity, forex and crypto trading and apparel sourcing business. The ideal candidate will assist with bookkeeping, tax preparation, financial reporting, and compliance with Canadian accounting standards. Strong communication skills and the ability to work with diverse clients are essential. If you have a proven track record in delivering accurate and timely financial services, we want to hear from you!
Hourly rate: 5 - 10 USD
35 minutes ago
  • Accounting & Consulting, Accounting & Bookkeeping
[Solana] Extract all memecoin pairs with metadata
400 USD 20 minutes ago
Client Rank - Good

Payment method verified
Phone number verified
$3 783 total spent
7 hires, 6 active
9 jobs posted
78% hire rate, 4 open job
35.00 /hr avg hourly rate paid
24 hours paid
5.00 of 4 reviews
Registered: Mar 27, 2025
Ukraine
Ukraine
Lviv 7:18 PM
4
I want to extract all memecoin pairs with associated metadata.
The budget for the project is flexible and based on the candidate's skills and experience.

The project aims to develop a tool set for extracting historical and live data from blockchain and third-party API providers.

Targeted chains:
Pump, Believe, Moonshot, Bonk, Jupiter Studio, Moonbit, Boop, LaunchLab, Dynamic BC, Raydium, MeteoraAMM, MeteoraAMM V2, Pump AMM

Metadata sample from axiom:
- Top 10 H. : 0%
- Dev H.: 0.01%
- Snipers H.: 4.49%
- Insiders: 22.3%
- Bundlers: 100%
- LP Burned: 55
- Holders: 49
- Pro Traders: 40
- Dex Paid: Unpaid
- # of buys/sells

I need a historical maximum market cap to sort pairs and filter out ones without volume.
Waiting for your offers and details.
Fixed budget: 400 USD
20 minutes ago
  • Data Science & Analytics, Data Extraction/ETL
Certified Digital Asset Advisor Needed for Crypto Wallet Transfer
250 USD 20 minutes ago
Client Rank - Risky

Payment method not verified
Phone number verified
1 open job
United States
United States
11:18 AM
1
I am seeking a Certified Digital Asset Advisor to assist with transferring my cryptocurrency to a secure wallet. The ideal candidate will have a deep understanding of digital asset security and various wallet options. They should be able to provide clear guidance on best practices for safe transfers and help ensure that my assets are well-protected. Experience with different cryptocurrencies is crucial. If you are knowledgeable and can help streamline this process, I would love to hear from you!
Fixed budget: 250 USD
20 minutes ago
  • Web, Mobile & Software Dev, Web Development
Call to action
Freelancing is a business
Make it more profitable with Vollna

Streamline your Upwork workflow and boost your earnings with our smart job search and filtering tools. Find better clients and land more contracts.