---- Chapter 2380 Andrew nodded in understanding and waited for Joaquin to continue while casually taking the mask from him. Joaquin went on, "Secondly, at a private trading event like this, anonymity helps when you''re buying or selling. Once you''ve made your deal, you can leave anytime, and even if someone tries to follow or target youter, they won''t know who you are." Andrew slipped the mask on, his entire face now hidden except for his eyes. "I understand, Mr. Briggs. You can head back now. I''ll take it from here." Joaquin nodded and quietly left.
Andrew pushed through the curtain ahead and stepped into a dimly lit room where several figures sat scattered around in no particr order. Two of them were already trading something wrapped in a ck cloth, though it was impossible to tell what it was. The rest were either chatting in low tones, zoning out, or clearly waiting for someone to arrive. Without drawing attention, Andrew found a spot near the center and sat down. The two trading voices were hoarse, altered to hide their real tones. Clearly, they were being careful. "This is what you wanted," one of them said.
---- Another replied, ''No rush. Once I check and confirm it''s real, you''ll get the rest of the payment." "You''d better keep your word. I work clean and fast, but if someone tries to y me for a fool, the one who dies won''t be me. It''ll be his entire family." "Don''t threaten me. I don''t take well to threats. If I get pissed off, I might just kill you right now. Who would you evenin to?" "Kill me now? Go ahead, try it," the first one taunted. Andrew shook his head with a sigh. What a circus!
They had already agreed on a deal, yet they were acting like they were ready to kill each other. Anyone walking in might have thought they had stumbled into a den of assassins. However, real assassins were not like this. They valued professionalism and trust, not this kind of childish posturing. These two were acting more like bandits fighting over loot. Fortunately, the fight did not actually break out. Once they were both satisfied with the exchange, they packed up and left quickly. ---- Everyone in the room wore masks, so Andrew could not tell who. was who. Still, he was not in a rush.
Based on what Amari had told him, the private trading event typically drew arge crowd. With only about five people there now, more were bound to show up. Sure enough, after a short wait, more masked figures began trickling in, each with different builds and postures. Many came with a purpose, heading straight to specific trading partners. Some bartered item for item, while others whispered in corners, negotiating quietly. A few just sat alone, either waiting or pretending not to care. After that, a heavy, lumbering figure, definitely a fat man, raised his voice, his tone sharp and cold.
"Ladies and gentlemen! I have a job avable and would like to see if any of you are interested. If not, that''s fine. Maybe you can pass it along to someone who might be." Everyone turned to look at him, waiting for him to exin. The man took his time, pulling out a photo the size of a poster and hanging it on the wall. His raspy voice echoed across the room. "Whoever can capture this woman alive will be rewarded with control over a massive overseas mining deal that''s worth at least 100 billion in profit.<fn6d2a> Th?s chapter is updated by find~novel</fn6d2a>
But if you bring her in dead, you''ll get two eight-grade Divine Pills aspensation instead." ---- In an instant, everyone''s eyes locked on the photo. The offer was beyond tempting, the kind of bounty that could make even the most disciplined person''s pulse quicken. This man was not just offering a deal; he was throwing a fortune onto the table.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);