// Adds dimensions UUID, Author and Topic into GA4
Sunday, August 23, 2026
32.5 C
Singapore

Decentralised, blockchain-based stock exchange to be created

One of the major adopters of Bitcoin, Overstock.com, recently announced the creation of a partnership with Counterparty on a project code-named Medici. Taking its name from the 14th Century banking dynasty that dominated Florence, Medici is the front-end and portal to the decentralised stock exchange of the Counterparty platform.
Counterparty describes itself as a “…free and open platform that puts powerful financial tools in the hands of everyone with an Internet connection”. Operating of the Bitcoin network, Counterparty uses the security inherent in the Bitcoin protocol and the block chain underlying it to create a secured marketplace.
According to the Counterparty website, this allows them to extend the functionality of Bitcoin from being just a P2P payment channel to serving as a disintermediary platform, allowing individuals to engage in contracts and create tokens, using the security and public ledger nature of the Bitcoin blockchain.
Overstock and Counterparty intend to create a stock market on top of the Bitcoin block chain. Counterparty and Overstock jointly described the partnership as “…helping Bitcoin do for Wall Street what it has already begun to do for payments”.

This project is seemingly underway, with key engineering personnel from within Counterparty being allocated to work on Medici, while full-time work on the Counterparty protocol itself continues.

Counterparty is also scaling up, hiring new developers to expand its team, as well as developing projects designed to expand the infrastructure of the Bitcoin ecosystem, such as Medici itself.

- Advertisement -

Hot this week

Singaporean says having no dependents these days is a superpower because it helps preserve your wellbeing

One commenter asked: why join the sandwich generation if you have the option not to?

Is the Singaporean lifestyle just work, eat, sleep, repeat? Netizens share their thoughts

“Life has gotten dull and monotonous.” One Singaporean says finding time for anything outside work can be difficult when time, energy and money are all factors.

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //
Enable Notifications OK No thanks