Trading Consultancy PCTS™ Playbooks About Contact Enrol Now
Done For You — Stone Peak Trading Consultancy

Some operations don't need a system. They need a partner.

You have the business. You have the vision. What you don't have is someone already inside the market — with the network, the trade finance access, and the deal execution capability to activate your operation from day one. Stone Peak Trading Consultancy steps in and starts executing immediately.

Pay Activation Fee
The three problems we solve
01
Your operation launches into an empty room
Without verified buyers, sellers and service providers visible from day one, serious market participants see nothing worth committing to. First impressions in physical commodity markets are permanent.
02
Your brand exists but nobody trusts it yet
In African markets, trust flows through people, not brands. Without a deliberate, sustained visibility strategy anchored by someone the market already knows, awareness builds too slowly to matter.
03
Your deal flow stalls before it starts
Buyers wait for sellers. Sellers wait for buyers. Breaking this cycle requires someone who already has relationships on both sides and can activate them independently of your operation's organic growth.
What we deliver
Commercial partner recruitment
We identify, approach and onboard verified buyers, sellers and service providers across your target markets. Using warm relationships built over a decade of direct market engagement, we activate both sides of your operation before your first public launch.
Brand and market visibility
We build and manage your operation's brand and your leadership team's personal brand across LinkedIn, WhatsApp and relevant trade channels. Your market needs to know you before they need you. We make that happen.
Active deal facilitation
From month one, we match buyers and sellers using existing relationships on both sides. Every closed deal is documented. Every success story builds the social proof that drives organic growth and establishes your operation as a credible market participant.
Deal margin on all facilitated transactions
Agreed separately on a case by case basis. Structured around the specific transaction types, volumes and margins in your operation. Confirmed on your kick-off call after the activation fee is paid.
The commercial structure
Monthly retainer
$3,000 / month
Ongoing partner recruitment, deal pipeline management, brand and market visibility, and facilitation support for the duration of the engagement.
Deal margin
Per engagement
Agreed separately based on transaction type, volume and margin. Discussed and confirmed on your kick-off call.
This is not a consultancy arrangement built on advice and reports. It is a results-based commercial partnership built on an existing network, a clear plan, and a personal commitment to delivery.
Who this is for
This engagement is for you
  • You are a trading company, exporter, agricultural business, cooperative or market operator in physical commodity markets
  • You trade or intend to trade maize, wheat, soybeans, peanuts, beans and pulses, cashew nuts, sugar, fertilizer or related inputs
  • You need a commercial partner who can walk into your market and start generating deal flow immediately
  • You are prepared to move fast and commit to the engagement fully
This engagement is not for you
  • You want reports and recommendations delivered at the end of a discovery phase
  • You want someone to manage a process from the outside without skin in the game
  • You are not prepared to move fast or make decisions at the speed the market demands
Ready to activate
your operation?

Pay the activation fee to begin. We review your payment personally and reach out within 48 hours to schedule your kick-off call. Deal margin terms are confirmed on that call.

Questions before committing? Email consult@stonepeaktrading.com

var LENCO_KEY = 'pub-0d376f11e19bd726b3ec4f73a3ef0d7e2f6d33d8ddb9b2b6'; // Modal controls document.getElementById('pay-btn').addEventListener('click', function() { document.getElementById('customer-email').value = ''; document.getElementById('submit-btn').textContent = 'Proceed to Payment'; document.getElementById('submit-btn').disabled = false; document.getElementById('modal').classList.add('active'); document.body.style.overflow = 'hidden'; }); document.getElementById('modal-close').addEventListener('click', function() { document.getElementById('modal').classList.remove('active'); document.body.style.overflow = ''; }); document.getElementById('modal').addEventListener('click', function(e) { if (e.target === this) { this.classList.remove('active'); document.body.style.overflow = ''; } }); // Payment document.getElementById('submit-btn').addEventListener('click', function() { var email = document.getElementById('customer-email').value.trim(); if (!email) { alert('Please enter your email address.'); return; } var btn = this; btn.textContent = 'Loading payment...'; btn.disabled = true; document.getElementById('modal').classList.remove('active'); document.body.style.overflow = ''; var reference = 'SPT-CONSULT-' + Date.now(); if (typeof LencoPay === 'undefined') { alert('Payment system not ready. Please refresh and try again.'); btn.textContent = 'Proceed to Payment'; btn.disabled = false; return; } LencoPay.getPaid({ key: LENCO_KEY, reference: reference, email: email, amount: 10000, currency: 'USD', channels: ['card', 'mobile-money'], customer: { firstName: '', lastName: '', phone: '' }, onSuccess: function(response) { window.location.href = 'onboarding-consultancy.html?reference=' + response.reference + '&email=' + encodeURIComponent(email); }, onClose: function() { btn.textContent = 'Proceed to Payment'; btn.disabled = false; }, onConfirmationPending: function() { window.location.href = 'onboarding-consultancy.html?reference=' + reference + '&email=' + encodeURIComponent(email) + '&status=pending'; } }); }); // Nav toggle document.getElementById('nav-toggle').addEventListener('click', function() { document.getElementById('mobile-menu').classList.toggle('active'); }); document.addEventListener('click', function(e) { var menu