Skip to content
September 2, 2026
  • Facebook
  • Twitter
  • Linkedin
  • TiKTok
  • Youtube
  • Instagram
techtrib.com

TechTrib.com

World Best Tech & AI News By Experts

techEx Ad

Connect with Us

  • Facebook
  • Twitter
  • Linkedin
  • TiKTok
  • Youtube
  • Instagram
Primary Menu
  • HOME
  • NEWS
  • AI
  • CYBER SECURITY
  • APPS
  • MAGAZINE
  • TUTORIALS
  • REVIEWS
  • STORE
  • ABOUT US
  • ADVERTISE
Watch Video
  • Cybersecurity
  • News
  • Tech

How Nigerian developer Adedayo Oreoluwakitan Built a Crypto Honeytoken to Detect Hackers

Editorial Team August 31, 2026
How Nigerian developer Adedayo Oreoluwakitan Built a Crypto Honeytoken to Detect Hackers

Adedayo Oreoluwakitan built a fake wallet with fake money and waited to see if someone would try to steal it. The wallet had nothing in it worth stealing. No real funds, no real owner, no reason to exist except to be found. So when a transaction hit it at 2:33 p.m. on a Friday and moved a chunk of Sepolia ETH to an address he did not recognise, Oreoluwakitan felt something close to triumph.

That transaction was his.

He had sent it himself, playing the attacker in a controlled test of a trap he had built to see whether it worked. It did. The alert appeared on his dashboard before he had finished refreshing MetaMask.

That is the basic idea behind a honeytoken wallet, and it points to an interesting possibility for crypto security: instead of waiting for an attacker to compromise a valuable wallet, defenders can create something that looks useful, monitor it closely and treat any unexpected interaction as an early warning.

Crypto theft is particularly difficult to deal with because blockchain transactions are designed to be irreversible. Once an attacker gains control of a private key and transfers the assets, there is usually no bank or central fraud department that can simply reverse the transaction. The funds can move through multiple addresses before the victim fully understands what has happened, making investigation and recovery much harder.

That combination of irreversible transactions and delayed detection caught Oreoluwakitan’s attention. Instead of focusing only on how to prevent theft, he wanted to explore how defenders could know when an attacker might have gained access in the first place.

That question pulled him toward an established cybersecurity technique: the honeypot.

A honeypot is a deliberately exposed system designed to attract or detect attackers. A honeytoken uses the same basic principle on a smaller scale. It can be a fake password, API key, document or account that has no legitimate purpose. Because nobody should normally use it, unexpected activity involving the token can become a strong signal that something is wrong.

Oreoluwakitan wanted to see what that logic would look like when applied to a cryptocurrency wallet.

So he generated a decoy Ethereum address using Web3.py and designed it to resemble the kind of wallet an attacker might encounter in a configuration file, a leaked repository or another location containing sensitive information. The wallet holds little or nothing of value. Its main purpose is to sit quietly and be monitored.

He then wrote a Python script to monitor the Sepolia testnet for activity involving the address. The system checks new blockchain activity and looks for transactions that involve the monitored wallet. When it detects one, it records the event and generates an alert.

The important part is that the wallet is not supposed to have legitimate activity.

A normal cryptocurrency wallet can send and receive funds for many valid reasons. That makes conventional monitoring more complicated because a security system has to determine whether a transaction is unusual enough to investigate.

The decoy wallet has a much simpler rule: it should not be touched. If someone suddenly interacts with it, that activity deserves attention.

Oreoluwakitan tested the system on Sepolia rather than Ethereum mainnet, using test ETH to simulate transactions. He created a scenario in which the private key associated with the decoy wallet was deliberately exposed and then used to initiate a transaction.

The monitor detected the simulated activity after the relevant blockchain event was observed and generated an alert through the dashboard. In the test environment, this happened within the time required for the relevant block to be detected and processed.

The result was encouraging because the system did not have to guess whether the transaction looked suspicious. The nature of the wallet provided the context.

There was no normal payment to analyse, no regular user activity to distinguish from malicious behaviour and no legitimate reason for the wallet to suddenly move funds. Any unexpected interaction was therefore a strong reason to investigate.

“If they take the bait of a honeytoken, they unwittingly announce their presence,” Oreoluwakitan wrote in his report.

The approach is not perfect, however.

Its biggest limitation is that an attacker has to find and interact with the decoy. If someone compromises a real wallet without ever discovering or touching the honeytoken, the system remains silent while the theft happens elsewhere.

The system also only monitors the blockchain networks and addresses for which it has been configured. Monitoring Ethereum, BNB Chain and Solana simultaneously, for example, would require additional network-specific monitoring and infrastructure.

For now, the system is designed to alert rather than automatically respond. It does not freeze an account, recover stolen assets or move real funds to safety. Those actions would require additional security and incident-response systems.

There are also challenges involved in moving from a controlled testnet environment to a production deployment. A real-world system would need to handle larger volumes of blockchain activity, maintain reliable monitoring, store security events securely and deliver alerts quickly enough for someone to investigate them.

The system could also be expanded. WebSocket subscriptions could replace regular polling to improve how quickly blockchain events are received. Email or messaging alerts could make notifications more useful than relying only on a dashboard. A database such as SQLite or PostgreSQL could provide more reliable storage as the number of monitored wallets grows.

The monitoring could eventually cover more than ordinary wallet transfers. Smart-contract interactions and other on-chain activity could provide additional signals when investigating compromised credentials.

The same principle could also be adapted to other blockchain networks, although each network would require its own monitoring logic and infrastructure.

What makes the approach interesting is its simplicity. Traditional fraud detection often looks for unusual behaviour: a large transfer, an unfamiliar destination, an unusual time of day or a sudden change in spending patterns. Those systems can be powerful, but legitimate activity can sometimes look suspicious too.

A honeytoken starts with a different assumption.

The wallet should not be used. That makes an unexpected interaction meaningful from the moment it happens.

The technique does not replace hardware wallets, multisignature security, private-key protection or basic operational discipline. It also cannot guarantee that a real wallet compromise will be detected.

But it can provide another layer of visibility, particularly when an attacker obtains credentials that were never supposed to be exposed.

The idea is simple: give an attacker something they can touch without putting real assets at risk, then make sure that touch does not go unnoticed.

Sometimes the smartest security trap is not the one that stops someone from breaking in. It is the one that makes sure they cannot do it quietly.

Adedayo Oreoluwakitan Osaruonamen is a technology professional, software developer, cybersecurity specialist and technology entrepreneur with expertise spanning software engineering, cybersecurity, ethical hacking and digital product development. He is the Co-Founder and Lead Software Developer at Avantizon, a digital marketplace helping local businesses improve their visibility and connect with customers in their communities.

At Avantizon, Adedayo has played a central role in developing the platform from its early architecture into a live marketplace that has grown to more than 1,500 users, 50 verified businesses and over 80 services. His work extends beyond software development to product development, business growth, engaging directly with local business owners to understand their challenges and presenting the technology behind the platform to investors. These experiences have shaped his belief that meaningful technology is not simply about what can be built, but about understanding people and creating solutions they can genuinely use and trust.

His journey into technology began at the age of eleven, when he wrote his first lines of code using Scratch. That early curiosity developed into a passion for building practical solutions and eventually led him to earn a First Class Honours degree in Information Technology from Middlesex University London at the age of seventeen. He also holds an Advanced Diploma in Software Engineering from APTECH Computer Education.

Alongside his entrepreneurial work, Adedayo has built strong expertise in cybersecurity and ethical hacking. As an Ethical Hacker at BOCH Systems West Africa, he gained hands-on experience in penetration testing, vulnerability assessment, network security audits, threat modelling and reconnaissance, using tools including Kali Linux, Metasploit, Burp Suite, Nmap and Nping. His work is grounded in web application security and the OWASP Top 10, with professional certifications including CompTIA Security+ and training in Introduction to Cybersecurity and Networking Basics.

He is also committed to mentorship, having spent several years teaching programming to a younger learner starting, fittingly, with the same platform that first introduced him to coding.

Driven by curiosity and continuous learning, Adedayo is focused on building secure, trustworthy technology that creates meaningful economic opportunities for individuals and small businesses while contributing to a more resilient and innovative digital ecosystem.


TechTrib.com is a leading technology news platform providing comprehensive coverage and analysis of tech news, cybersecurity, artificial intelligence, and emerging technology. Visit techtrib.com. 

Contact Information: Email: news@techtrib.com or for adverts placement adverts@techtrib.com

Related Posts

  • Google’s Android update tackles motion sickness, accessibility, and more
  • OpenAI’s Astra Model Raises Cybersecurity Concerns
  • Apple follows Google in adopting Trump’s ‘Lake America’ name
  • Who is John Ternus, the new Apple CEO?
  • X says attackers are targeting user accounts after the launch of X Money

About The Author

Editorial Team

TechTrib.com, your go-to destination for the latest information in technology, AI, and innovation. It is a community-driven platform where technology experts, innovators, and thought leaders come together to share news, knowledge and insights.

See author's posts

Post navigation

Previous: OpenAI to end model access to Cursor after acquisition by Elon Musk’s SpaceX
Next: Instagram puts new limits on undisclosed AI profiles

Best Tech Review of the Week

Trending News

Google’s Android update tackles motion sickness, accessibility, and more How Google’s Strategic Market Status Designation Will Reshape Digital Competition Forever 1
  • AI Updates
  • Business
  • News
  • Science
  • Tech

Google’s Android update tackles motion sickness, accessibility, and more

September 1, 2026
OpenAI’s Astra Model Raises Cybersecurity Concerns OpenAI Projects 220 Million Paying ChatGPT Users by 2030 2
  • AI Updates
  • Business
  • News
  • Science
  • Tech

OpenAI’s Astra Model Raises Cybersecurity Concerns

September 1, 2026
Apple follows Google in adopting Trump’s ‘Lake America’ name Trump's Genesis Mission AI Initiative Aims to Counter China's Technological Dominance 3
  • AI Updates
  • Business
  • News
  • Science
  • Tech

Apple follows Google in adopting Trump’s ‘Lake America’ name

September 1, 2026
Who is John Ternus, the new Apple CEO? new apple ceo 4
  • AI Updates
  • Business
  • News
  • Science
  • Tech

Who is John Ternus, the new Apple CEO?

September 1, 2026
X says attackers are targeting user accounts after the launch of X Money x imagee 5
  • AI Updates
  • Business
  • News
  • Science
  • Tech

X says attackers are targeting user accounts after the launch of X Money

September 1, 2026

Connect with Us

  • Facebook
  • Twitter
  • Linkedin
  • TiKTok
  • Youtube
  • Instagram

Quick Links

  • NEWS
  • CYBER SECURITY
  • AI
  • REVIEWS
  • STORE
  • ABOUT US
  • ADVERTISE

Gallery

technology-joystick-controller-youth-gadget-playing-948574-pxhere.com
IMG_4402
tech-technology-vr-vr-headset-headset-boy-1629858-pxhere.com
IMG_4404

About US

TechTrib.com

Welcome to TechTrib.com, your go-to destination for the latest information in technology, AI, and innovation. It's a community-driven platform founded with a mission to bring expert-driven insights to our global audience and community. TechTrib.com delivers timely, accurate, and engaging news to AI enthusiasts, tech professionals, non-tech enthusiasts, and businesses alike.

Experts Tech Reviews
Tech Geeks Store

Contact us:

News@techtrib.com, Adverts@techtrib.com

  • Facebook
  • Twitter
  • Linkedin
  • TiKTok
  • Youtube
  • Instagram
Copyright © 2026 All Rights Reserved. TechTrib.com
Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}