
Closed
Posted
Paid on delivery
DID YOU BUILT AN ENTIRE SOVEREIGN CROSS CHAIN PROTOCOL FROM THE GROUND UP? CONTROL Testnet is where you build and verify the engine $50 EACH MODULE PAID AFTER VERIFIED DELIVERY ONLY MODULE 1: Subsidy Pool| Built | Deploy via Hardhat / Foundry | MODULE 2: UTXO Harnes | Built | Run live testnet tests | MODULE 3: Relayer Daemon | Built | Initialize with `.env` config | MODULE 4: Alt-UTXO Adapters| Built | Configure RPC endpoints | MODULE 5: EVM PoW Deploy | Built | Deploy to ETHW / Syscoin testnets | MODULE 6: Monero Adapter| Built | Connect to `monero-wallet-rpc` | MODULE 7: Beldex Adapter | Built | Connect to `beldexd` | MODULE 8: Frontend Bridge| Built | Inject into HTML UI & test | Detailed Scope of Work (The 8 Modules) MODULE 1: Subsidy Pool (Solidity) Needs deployment via Hardhat/Foundry and integration testing with the relayer reimbursement logic. MODULE 2 Job 2: UTXO Harness (Rust) Needs live Testnet execution. Must handle real faucet funding, broadcast actual P2WSH HTLC locks, and execute preimage claims on BTC/LTC Testnet. MODULE 3: Relayer Daemon (Rust) Needs environment configuration, live Chain 210 event monitoring, and automated `closeLink()` broadcasting. 4. MODULE 4: Alt-UTXO Adapters (Rust) Needs RPC endpoint configuration and specific parsing logic for BlockDAG (Kaspa) and Alt-UTXO (Ravencoin/Decred) networks. MODULE 5: EVM PoW Deploy (DevOps) Needs actual deployment of `[login to view URL]` to EVM Testnets (ETHW, Syscoin, etc.) and source code verification (Explorer Green Checkmark). MODULE 6: Monero Adapter (Rust/Crypto) Needs connection to `monero-wallet-rpc`, stealth address scanning, and passing cryptographic unit tests for CLSAG adaptor signatures. MODULE 7: Beldex Adapter (Rust) Needs connection to `beldexd`, configuration of Beldex-specific network parameters, and RPC integration. MODULE 8: Frontend Bridge (Web3/JS) Needs injection into the v13 HTML UI, connection to the working backend, and end-to-end Testnet QA (Fee Modal & Settlement Receipt verification). Core Requirement:** Freelancers must provide verifiable Testnet block explorer links or passing cryptographic unit test logs to prove these enhancements are complete. You will submit Pull Requests (PRs) to our repository; direct push access is restricted. Mandatory Screening & Application Questions When applying, please answer the following questions based on the specific job(s) you are bidding on: General Questions (For All Applicants) 1. Please provide a link to your GitHub profile. *(If left blank or empty, your application will be rejected immediately). 2. Have you ever worked on an atomic swap, HTLC, or cross-chain bridge protocol before? If yes, briefly explain your role. *(Look for specific keywords like "preimage", "timelock", "adaptor signature"). 3. This project strictly requires TESTNET ONLY execution. Are you comfortable providing live Testnet block explorer links or passing unit test logs as the sole condition for milestone release? Specific Questions for Rust / UTXO Modules (Jobs 2, 3, 4) 4. Which Rust crates do you prefer for interacting with Bitcoin/Litecoin nodes (e.g., `rust-bitcoin`, `bitcoincore-rpc`, `electrum-client`)? Briefly explain how you construct a P2WSH HTLC script in Rust. 5. How do you handle fee estimation for UTXO chains to ensure a transaction doesn't get stuck in the mempool during a swap? Specific Questions for Crypto / Monero Modules (Jobs 6, 7) 6. Explain the mathematical relationship between an adaptor signature and a standard Schnorr/CLSAG signature. How exactly is the secret scalar `t` extracted when the counterparty broadcasts the completed transaction? 7. Have you worked with the `curve25519-dalek` or `monero-rs` crates before? Specific Questions for Solidity / EVM Modules (Jobs 1, 5) When deploying a contract that handles internal token transfers (like the 1.0 Coin burn and 1.0 COIN return), how do you write your Hardhat/Foundry tests to verify the internal transactions actually occurred?
Project ID: 40658206
19 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
19 freelancers are bidding on average $138 USD for this job

Hello, I checked your "Sovereign Cross Chain Protocol Development" project description, it looks like the focus is on delivering a clean, responsive website that works well across all devices. I prefer understanding the expected layout and user experience first, then building pages that closely match the design while keeping the code organized and easy to maintain. Feel free to share the design or current website, and I'll suggest the best implementation along with a realistic timeline. Final timeline and cost will be confirmed in chat after a complete understanding and documentation of the project expectations in detail.
$98 USD in 4 days
4.4
4.4

Hey Mate, , I’m an experienced algorithmic trader with hands-on experience in Dogecoin, Cryptography, Smart Contracts, RUST Programming, Foundry (Solidity), Bitcoin, Cryptocurrency and XSS (Cross-site scripting). I work on custom software and can handle both the technical development and the underlying logic of the project from end to end. "adaptor signature" Please send me a message so we can discuss the project, requirements and the best technical approach. Looking forward to hearing from you
$250 USD in 7 days
3.4
3.4

Hi, A reliable protocol relies on strict execution, and keeping that in mind, I can deploy and verify these eight modules for your CONTROL testnet according to your specifications. I am ready to start working immediately by setting up the Rust scripts and Solidity environments to execute these testnet flows. Let me know if you prefer using Hardhat or Foundry for verified deployments. Recently, I worked on a similar project involving a decentralized cross-chain bridge engine. It was developed to enable secure asset transfers across distinct blockchains using HTLC scripts and off-chain relayers. I engineered Rust-based daemons, integrated wallet RPCs, and verified EVM contracts on testnets. I look forward to discussing the project further and helping bring your vision to life. Best, Ariba
$140 USD in 7 days
0.0
0.0

Hello, I’ve worked with blockchain development concepts around smart contracts, APIs, and decentralized systems, but I would approach this project carefully because cross-chain protocols require strong verification through tests rather than assumptions. The testnet-only workflow and milestone validation approach are the right way to handle a system with this level of complexity. One question: which specific module are you assigning first, and what repository state or existing implementation should I review before starting? I’d begin by understanding the current architecture, existing contracts or Rust components, and the expected testnet flows. For any module, I’d focus on reproducible builds, clear configuration, automated tests, and providing the required proof through logs or explorer references before delivery. I’m comfortable working through PR-based development and structured reviews. Thank you. Nicolas.
$50 USD in 7 days
0.0
0.0

Hi there, I understand this is a verification-first project: the existing modules need to be configured, executed and proven on real testnets rather than simply marked as “complete.” I can work module-by-module through the restricted PR workflow and provide reproducible test evidence before requesting milestone release. My approach would focus on validating the actual cross-chain behavior: HTLC construction and claims, relayer event monitoring, UTXO/RPC adapters, EVM testnet deployments, Monero/Beldex RPC integration, cryptographic tests and the final frontend bridge. I’ll preserve the existing architecture and make only the changes required to get each module operational. For UTXO work, I’m comfortable with Rust tooling such as rust-bitcoin, bitcoincore-rpc and electrum-client, including P2WSH HTLC construction, timelocks, preimage claims and fee handling. For EVM modules, I can use Foundry/Hardhat tests and verify deployment results on the relevant testnet explorers. I’m comfortable working through PRs only and providing verifiable evidence for every completed module.
$150 USD in 3 days
0.0
0.0

Yes, I have experience building cross chain and atomic swap systems from the ground up, including HTLC based flows across UTXO and EVM chains. I understand you need all eight modules verified and completed on testnet, covering the Subsidy Pool contract, UTXO Harness, Relayer Daemon, Alt UTXO Adapters, EVM PoW deployment, Monero and Beldex adapters, and the Frontend Bridge, with proof through explorer links or passing unit test logs. I HAVE ALREADY WORKED ON ATOMIC SWAP AND HTLC BASED CROSS CHAIN BRIDGE PROTOCOLS INVOLVING PREIMAGE LOCKS AND TIMELOCK LOGIC. My services cover Solidity contract deployment and testing through Hardhat and Foundry, Rust based UTXO and Alt UTXO adapter development, relayer daemon setup with live chain monitoring, Monero and Beldex RPC integration, and frontend bridge connection with full testnet QA. Would love to jump on a quick chat to align on module priorities and repository access. Best Regards, Hussain Ahmed
$30 USD in 2 days
0.0
0.0

Hello!! A testnet-first cross-chain protocol can be completed and verified module by module across Rust UTXO adapters, HTLC logic, relayer services, EVM deployments, Monero integration, and frontend bridge testing. * Can you confirm which modules you want completed first? * Will the required testnet RPC endpoints and funded wallets be provided? * Is the existing repository ready for pull request submissions? Experience includes Rust blockchain development, HTLC and atomic-swap concepts, UTXO transaction flows, Solidity, Foundry, Web3, and cryptographic integrations. Every delivery can include reproducible tests, logs, and testnet explorer evidence rather than unverified claims. GitHub profile and relevant implementation examples can be shared directly in chat. Let us discuss the first module and verification criteria. Best regards Farhin B
$30 USD in 7 days
0.0
0.0

The core challenge here isn't the individual modules—it's the fragmented payment structure that incentivizes isolated deliverables over a functioning system, so my approach prioritizes a working end-to-end pipeline over ticking boxes. I will begin by auditing the existing repository to map the exact interfaces between the subsidy pool, relayer daemon, and UTXO harness, ensuring that Module 1's reimbursement logic is built to match the actual event data emitted by the Chain 210 monitor rather than assumptions. The highest-risk technical hurdle is the CLSAG adaptor signature integration for Monero, as the mathematical extraction of the secret scalar requires precise handling of the nonce commitment; I will isolate that cryptographic proof first to de-risk the entire project before touching the frontend. I will also flag that the "inject into HTML UI" requirement for Module 8 implies the v13 interface is likely static, so I will verify whether the existing frontend has a state management layer that can handle asynchronous settlement receipts, or if a lightweight event listener needs to be added. For the testnet verification, I will treat live block explorer links as the only acceptable proof and will maintain a dedicated test wallet with sufficient faucet funds to avoid mempool stalls during HTLC broadcasts. This bid is an offer to handle the entire pipeline as a single integrated system, not a series of disconnected jobs.
$140 USD in 7 days
0.0
0.0

I spotted something in your project that others will likely overlook. The complexity of ensuring seamless integration across diverse protocols while maintaining robust security measures can be quite challenging. I understand the gravity of this task. I recently developed a cross-chain protocol that involved integrating multiple blockchain technologies, leading to a 40% increase in transaction efficiency and a significant boost in user trust through well-documented Testnet results. Your goal of creating a reliable, scalable sovereign cross-chain protocol is clear. I plan to implement a modular approach, rigorously testing each component on Testnet to ensure end-to-end functionality and security, while providing verifiable logs as proof of completion. By prioritizing thorough testing and documentation, I will ensure long-term reliability and execution quality for your project. I'd rather earn this with clarity than win it with promises. Regards Brendan
$150 USD in 7 days
0.0
0.0

Hi there, I already have experience with Rust, blockchain integrations, smart contracts, Web3, RPC-based services, and automated testing. I understand that this project requires verifiable Testnet execution, not simply code that compiles, and that every module must be demonstrated through explorer links, transaction results, or passing cryptographic tests. I can work module-by-module through your restricted PR workflow, configuring the required environments, validating RPC connectivity, running Testnet transactions, and documenting reproducible verification steps. For UTXO modules, I can work with Rust Bitcoin tooling, HTLC construction, preimage/timelock handling, transaction broadcasting, and fee management. For EVM modules, I can use Hardhat/Foundry tests and Testnet deployment verification. I’m comfortable with milestone-based verification and will provide clear logs, test results, configuration documentation, and PRs for each completed module rather than claiming completion without evidence.
$50 USD in 5 days
0.0
0.0

Hi, there! I recently developed a cross-chain protocol that facilitated atomic swaps between multiple blockchain networks, focusing on security and efficiency in transaction execution. This project required building several modules, ensuring robust communication between different chains while maintaining a high level of reliability. In that project, I implemented key components such as HTLCs (Hash Time-Locked Contracts) and relayer mechanisms using Rust and Solidity, which involved rigorous testing on testnets to ensure functionality. A significant challenge was ensuring seamless integration between various blockchain protocols, particularly with fee estimation for UTXO chains to prevent transactions from getting stuck in the mempool. I addressed this by developing a dynamic fee estimation algorithm that adjusted based on network conditions and historical data. I offer to build the Sovereign Cross Chain Protocol by developing the required modules, including the Subsidy Pool, UTXO Harness, and Monero Adapter, ensuring each component is thoroughly tested on the Testnet. Furthermore, I plan to provide verifiable Testnet block explorer links and passing unit test logs as proof of successful module completion. If I use my previous experience, your project will likely be completed successfully. Hope to discuss this in detail. Through detailed discussion, I think I can find the better solution to finish your project successfully. Thank you!
$140 USD in 7 days
0.0
0.0

My name is Priyanka, and I come with a highly proficient team having vast experience in various domains including Cryptocurrency development, which makes us an ideal choice for your project. Having already worked directly with multiple blockchains and arcana that you are looking for, like conceal address scanning in Monero, RPC integration with `beldexd` for Beldex Adapter, we have the spot-on expertise you require. Our portfolio includes successfully developing cross-chain transfer protocols with HTLC and atomic swaps for a number of clients in various contexts. One such example is when we built a similar protocol for facilitating seamless swapping between Chainlink and Polygon over Ethereum. In regards to Rust and UTXO Modules, our seasoned developers have previously leveraged crates like `rust-bitcoin`, `bitcoincore-rpc`, `electrum-client`, leaving no stone unturned when it comes to constructing P2WSH HTLC scripts and efficiently handling fee estimations on UTXO chains. This expertise extends to precise parsing - even BlockDAG for Kaspa and Alt-UTXO for Ravencoin/Decred networks.
$210 USD in 7 days
0.0
0.0

I've spent 20+ years across Solidity/EVM, backend daemons and cross-chain systems, and building a sovereign cross-chain protocol module by module, atomic HTLC swaps across UTXO and EVM chains, is the kind of deep systems work I do. The hard part is cross-chain atomicity: HTLC locks that either complete on both sides or refund, with a relayer that reimburses correctly and never leaves funds stuck. Working through your 8 modules, testnet-verified before payment as you set out: - Subsidy Pool (Solidity), deployed via Hardhat/Foundry with relayer reimbursement integration. - Relayer daemon with .env config; Alt-UTXO adapters on real RPC endpoints; EVM PoW deploy to ETHW/Syscoin testnets. - UTXO harness (Rust) for real faucet funding and P2WSH HTLC locks; Monero and Beldex adapters via monero-wallet-rpc and beldexd. - Frontend bridge injected into the HTML UI and tested. You pay only on verified per-module delivery, exactly your structure. Honest note: this is deep, specialised work, so I'd prove the engine with the EVM and relayer core first, then the UTXO and privacy-coin adapters. One thing to confirm: which testnets and faucets are you targeting first? I can start right away.
$250 USD in 30 days
0.0
0.0

Panama city, Panama
Payment method verified
Member since Apr 27, 2013
$250-750 USD
$250-750 USD
$250-750 USD
$30-250 USD
$750-1500 USD
min £36 GBP / hour
$30-250 USD
$30-250 USD
$250-750 AUD
$30-250 USD
$30-250 USD
$30-250 USD
$250-750 AUD
min £36 GBP / hour
$30-250 USD
$30-250 USD
$250-750 AUD
min £36 GBP / hour
$30-250 USD