THORChain Weekly Dev Update for Week 27 Aug— 02 Sep 2019
Overview
The team have internally shipped testnet on time, and are getting it ready for public access, including front-end integration.
BEPSwap Development
The team are working on 5 parallel streams of effort to deliver BEPSwap, which remains the primary focus.
Cosmos-powered SDK StateChain
Cross-chain infrastructure
Threshold Signature Scheme implementation
Front-end Integration for BEPSwap
Other development activities
The theme of the week was to begin API implementation, start frontend API integration, begin integration of the TSS signer in the environment.
StateChain
The Statechain is mostly complete and dependent now on integration with the Observer, Chain Service and Signer.
Cross-chain Infra
Updates to the Observer and begin building the Chain Service. Block explorer shipped to frontend.
- Update Observer to use the new statechain types
- Change binance block scanner to get tx detail from the node , instead of using binance api
- add tokens endpoint
- Prevent SQL injection
- add tradeData endpoint
- get tx data from binance node instead using binance API
- Continuously scan statechain for new events, and persistent it to influxdb
Threshold Signatures
This week began work to implement the TSS Signer with the Statechain infrastructure and required setting up a new testnet environment.
Front-end Integration
Work was done on generating programmatic coin icons, as well as a new Signer Modal and updated staking actions.
Programmatic Icons are generated by finding web-hex colours based on the first two letters of the symbol.

function generateIcon(string){
char[] ch = string.toCharArray();
int tempFirst = (int)c[0];
int tempFirst_integer = 64; //for upper case
if(tempFirst<=90 & tempFirst>=65){
int firstCol = (tempFirst-tempFirst_integer) ;
col1 = rainbowStop(firstcol);
}
int temp2nd = (int)c[1];
int temp2nd_integer = 64; //for upper case
if(temp2nd<=90 & temp2nd>=65){
int 2ndCol = (temp2nd-temp2nd_integer) ;
col2 = rainbowStop(2ndcol);
}}function rainbowStop(h)
{
let f= (n,k=(n+h*12)%12) => .5-.5*Math.max(Math.min(k-3,9-k,1),-1);
let rgb2hex = (r,g,b) => "#"+[r,g,b].map(x=>Math.round(x*255).toString(16).padStart(2,0)).join('');
return ( rgb2hex(f(0), f(8), f(4)) );
}
Modal Timer is a beautiful modal screen that conveys the progress of the transaction as it is taking place. There is also a matching header icon that mimics the timer.

The stake, trade and withdraw actions were also updated to make use of the beautiful “drag to stake” action slider:

Other Development
Work is ongoing with the BEP2Bot for BEP2 projects:
- News
- Wallet monitoring
- Address registration
- Price alerts.
Upcoming
This week has the following activities planned:
- Statechain: continue integrating TSS signer.
- Cross-chain infra: finish Chain Service.
- Frontend: Integrate Chain Service.
- Bep2Bot: prepare for community launch
Timelines
The team are working for these milestones. These timelines are indicative, but it is important for the team to deliver with high productivity and constant community feedback.
Other Development:
- RUNEVault: July 2019 shipped
- Telegram Bot: August 2019 shipped
- Bep2Bot: August 2019 delayed 1 week
BEPSwap:
- Testnet: August 2019on-time
- Audit: September 2019 on-time
- Mainnet: October 2019 on-time
THORChain:
- Testnet: Q1 2020 on-time
- Mainnet: Q2-Q3 2020on-time
Community
To keep up to date, please monitor community channels, particularly Telegram and Twitter:
- Twitter: https://twitter.com/thorchain_org
- Telegram Community: https://t.me/thorchain_org
- Telegram Announcements: https://t.me/thorchain
- Reddit: https://reddit.com/r/thorchain
- Github: https://github.com/thorchain
- Medium: https://medium.com/thorchain
Related articles
![A technical deep dive into the May 2026 THORChain exploit, explaining how the vulnerability was executed and how it was mitigated.]()
Aug. 6, 2026
THORChain Exploit Report #3
- Report
![Rujira banner announcing 18 new trading pairs on RUJI Trade with abstract purple liquidity routes.]()
Aug. 5, 2026
18 New Trading Pairs Are Now Live on RUJI Trade
- App-Layer
![Ecosystem Update Podcast with Depouch]()
Aug. 1, 2026
Inside depouch: Direct THORChain Swaps Built for Simplicity
- Podcast
![Rujira banner announcing multi-collateral borrowing in RUJI Money Market.]()
Jul. 30, 2026
Multi-Collateral Borrowing Is Live on RUJI Money Market
- App-Layer
![Monero Gets a Soft Launch as THORChain's v3.20 Enters Testing and ADR31 Passes]()
Jul. 30, 2026
Monero Gets a Soft Launch as THORChain's v3.20 Enters Testing and ADR31 Passes
- Podcast
![ADR031 - The Path Forward With Rujira]()
Jul. 29, 2026
ADR031 - The Path Forward With Rujira
![Rujira overview showing native-asset trading, automated trading, lending, borrowing, and liquidations built on THORChain.]()
Jul. 28, 2026
THORChain and Rujira: A Shared Foundation for Omnichain DeFi
- App-Layer
![THORChain and Pirate Chain podcast thumbnail featuring anarchy_dot_gov, KentonC137, and Patriotsounds discussing $ARRR listing on THORChain]()
Jul. 25, 2026
Pirate Chain Wants Off Centralized Exchanges: Next Ask Is an $ARRR Pool on THORChain
- Podcast
![THORChain ADR-029 article thumbnail explaining the REVSHARE mechanism, how the protocol pays affiliates from its own swap revenue and what that means for partner onboarding and quote competitiveness.]()
Jul. 24, 2026
ADR-029 Affiliate Revenue Share
- Report
![Rujira graphic introducing RUJI Money Market as a system for lending, borrowing, and bidding on liquidations.]()
Jul. 23, 2026
How RUJI Money Market Connects Lending, Borrowing, and Liquidations
- App-Layer
![THORChain Podcast #219 thumbnail.]()
Jul. 23, 2026
Dynamic Fees Take THORChain From 6% to 33.5% of ShapeShift Volume, With ADR29 Rev-Share Up Next
- Podcast
![THORChain is transparent even with privacy coins thumbnail.]()
Jul. 21, 2026
THORChain Is Transparent Even With Privacy Coins
- Guide
![THORChain x Liquidy Ecosystem Podcast #218 thumbnail.]()
Jul. 18, 2026
Inside Liquidy’s $700K Treasury: Market Making, Governance and Smarter Rujira Swaps
- Podcast
![THORChain Q2 2026 report thumbnail.]()
Jul. 17, 2026
THORChain Quarterly Report - Q2 2026
- Report
![THORChain Community Podcast #217 thumbnail featuring Devel, Boone, Kenton and Patriotsounds discussing base-layer limit orders, Monero's final review stage and post-exploit volume recovery.]()
Jul. 16, 2026
Devel's Limit Orders Could Make THORChain Swaps Up to 4x Cheaper, at No Cost to the Protocol
- Podcast















