TikTok Closes Deal to Create Company With US Operation
Hello HaWkers, after years of tension between the United States and China, TikTok has finally closed a deal that may end the saga about its future in the American market. The company will create a subsidiary with American control, separating its US operations from Chinese parent ByteDance.
What does this mean for the platform's future and for the tech industry as a whole? Let's analyze.
What Was Agreed
Deal Structure
The agreement establishes a new corporate structure for TikTok's operations in the United States.
Main points:
| Aspect | Before | After |
|---|---|---|
| Control | ByteDance (China) | TikTok US Inc (USA) |
| User data | Global servers | Exclusively on American soil |
| Algorithm | ByteDance code | Audit and transparency |
| Leadership | Appointed by ByteDance | Independent American board |
| Ownership | 100% ByteDance | 50% American investors |
New company structure:
TikTok US Inc (New Company)
├── Shareholding Control
│ ├── ByteDance: 50% (no voting power)
│ ├── American investors: 30%
│ └── Employees: 20%
│
├── Governance
│ ├── Board: 7 members (5 Americans)
│ ├── CEO: American citizen
│ └── CISO: Government approved
│
├── Infrastructure
│ ├── Data centers: Oracle Cloud (USA)
│ ├── Code: Audited by CFIUS
│ └── Algorithm: Mandatory transparency
│
└── Operations
├── American users: 170M+
├── Creators: 5M+
└── Ad revenue: $20B+/yearAmerican investors involved:
- Oracle (infrastructure + stake)
- Sequoia Capital
- General Atlantic
- KKR
- Carlyle Group
Why This Happened
Crisis History
The deal ends years of US government pressure on TikTok.
Timeline:
| Year | Event |
|---|---|
| 2020 | Trump signs executive order to ban TikTok |
| 2021 | Biden revokes order but maintains investigation |
| 2022 | CFIUS intensifies pressure for deal |
| 2023 | Congressional hearings with TikTok CEO |
| 2024 | Law passed requiring sale or ban |
| 2025 | Intense negotiations, deadline extended |
| 2026 | Final deal announced |
US government concerns:
- National security: Citizen data accessible by China
- Espionage: Potential Chinese government access to algorithm
- Influence: Ability to manipulate content for Americans
- Privacy: Data collection beyond what's necessary
- Reciprocity: American platforms banned in China
🇺🇸 Context: US law required ByteDance to sell TikTok or face a ban. The deal is an intermediate solution that avoids total sale.
China's Position
The Chinese government resisted forced sale for years.
Chinese arguments:
- TikTok never shared data with Chinese government
- Algorithm is protected intellectual property
- Forced sale is disguised protectionism
- Dangerous precedent for global Chinese companies
Why China conceded:
- Losing American market would mean $20B+/year loss
- Keeping 50% still guarantees significant profits
- Alternative was total ban
- Model can be replicated in other countries
Impact for Users
What Changes
For American and global users, some changes will be visible.
Changes for American users:
| Aspect | Impact | When |
|---|---|---|
| Algorithm | May become less accurate | 6-12 months |
| Data | Greater transparency | Immediate |
| Content | Possibly different moderation | Gradual |
| Features | May lag vs. global version | Variable |
| Privacy | More controls | Q2 2026 |
For global users:
- No immediate changes
- ByteDance continues controlling operations outside US
- Possible experience fragmentation in future
- Other countries may be pressured to adopt similar model
Impact for Creators
Content creators face uncertainties.
Concerns:
- Reach: Separate American algorithm may reduce virality
- Monetization: New rules may affect Creator Fund
- Analytics: Data may be less complete
- Cross-border: International collaborations complicated
Opportunities:
- Platform was not banned (millions of creators feared this)
- New focus on American market may bring investment
- American creators may gain more prominence
- Transparency may increase brand trust
Technical Impact
Infrastructure Separation
The technical separation is complex and will take years.
Engineering challenges:
TikTok US Separation
├── Data
│ ├── Migration of 170M+ accounts
│ ├── Video history (petabytes)
│ ├── Preferences and interactions
│ └── Advertiser data
│
├── Code
│ ├── Codebase fork
│ ├── Removal of Chinese dependencies
│ ├── Security audit
│ └── CFIUS certification
│
├── Algorithm
│ ├── Training with American-only data
│ ├── Criteria transparency
│ ├── Continuous external audit
│ └── Regulation compliance
│
└── Infrastructure
├── Migration to Oracle Cloud
├── Dedicated CDN in USA
├── Network isolation
└── Independent monitoringMigration timeline:
| Phase | Period | Scope |
|---|---|---|
| Phase 1 | Q1-Q2 2026 | New data in Oracle |
| Phase 2 | Q3-Q4 2026 | Historical data migration |
| Phase 3 | 2027 | Complete code fork |
| Phase 4 | 2028 | Independent algorithm |
Implications for APIs
Developers using TikTok APIs will be affected.
Expected changes:
// Before: unified global API
const TikTokAPI = require('@tiktok/api');
const client = new TikTokAPI({
appId: process.env.TIKTOK_APP_ID,
appSecret: process.env.TIKTOK_APP_SECRET
});
// Accessed any market
const user = await client.getUser('username');
const videos = await client.getVideos('username');
// After: separate regional APIs
const TikTokUSAPI = require('@tiktok-us/api');
const TikTokGlobalAPI = require('@tiktok/api');
// For American users
const usClient = new TikTokUSAPI({
appId: process.env.TIKTOK_US_APP_ID,
appSecret: process.env.TIKTOK_US_APP_SECRET,
region: 'us'
});
// For global users
const globalClient = new TikTokGlobalAPI({
appId: process.env.TIKTOK_GLOBAL_APP_ID,
appSecret: process.env.TIKTOK_GLOBAL_APP_SECRET
});
// Apps will need to detect user region
const client = user.region === 'US' ? usClient : globalClient;
Market Reactions
What Companies Say
Different players reacted in different ways.
Positive reactions:
Oracle:
"We are proud to be the infrastructure partner for TikTok US. This deal demonstrates that security solutions are possible without sacrificing innovation."
Investors:
"The deal removes regulatory uncertainty. TikTok US can now focus on growth without the shadow of a ban."
Critical reactions:
Meta:
"We remain concerned about the competitive advantages TikTok had for years operating under different rules."
Republican Senators:
"The deal doesn't go far enough. ByteDance still holds 50% and access to the original algorithm."
Stock Impact
The market reacted to the announcement.
Movements:
- Oracle: +8% (infrastructure partner)
- Meta: +3% (regulatory certainty)
- Snap: +2% (stabilized market)
- Alphabet: +1% (YouTube competes less with uncertainty)
- ByteDance (private): Estimated valuation dropped 20%
Broader Implications
Global Precedent
The deal creates a model that other countries may follow.
Countries watching:
| Country | TikTok Status | Next Steps |
|---|---|---|
| India | Banned since 2020 | May allow return with similar model |
| EU | Ongoing investigations | May require European deal |
| UK | Security review | Likely own deal |
| Australia | Banned on gov devices | Evaluating |
| Brazil | No restrictions | Monitoring |
"TikTok US" model may become standard:
- Local company with domestic control
- Data on national servers
- Auditable algorithm
- Board with local majority
- National regulation compliance
Future of Global Internet
The deal reflects the trend of internet fragmentation.
Splinternet in action:
- China: Great Firewall, own apps
- Russia: RuNet, increasing isolation
- USA: Now requiring local control
- EU: GDPR, Digital Services Act
- India: Bans and own regulation
Implications for developers:
Fragmented Internet
├── Challenges
│ ├── Multiple app versions
│ ├── Compliance by region
│ ├── Isolated data
│ └── Regional features
│
├── Opportunities
│ ├── Compliance consulting
│ ├── Multi-region tools
│ ├── Data migration
│ └── Security auditing
│
└── Skills needed
├── Country-specific regulation
├── Multi-tenant architecture
├── Privacy by design
└── Distributed infrastructure
What Developers Should Know
Preparing for the Future
The TikTok case offers lessons for developers.
Trends to watch:
- Data sovereignty: More countries will require local data
- Algorithm transparency: Regulators want to understand decisions
- Code auditing: Third-party verifiable security
- Corporate governance: Local control will be required
Valued skills:
- Multi-jurisdictional compliance architecture
- Encryption and privacy
- Algorithm documentation
- Multi-cloud infrastructure
- Regulatory knowledge
Regional architecture example:
// Emerging pattern: region-aware architecture
class RegionalService {
constructor(config) {
this.regions = {
us: new USService(config.us),
eu: new EUService(config.eu),
br: new BRService(config.br),
global: new GlobalService(config.global)
};
}
async getService(userId) {
const userRegion = await this.detectRegion(userId);
// Each region may have different rules
const service = this.regions[userRegion] || this.regions.global;
// Logging for compliance
await this.auditLog({
userId,
region: userRegion,
timestamp: Date.now(),
action: 'service_access'
});
return service;
}
async detectRegion(userId) {
// Detection based on multiple factors
const user = await this.getUser(userId);
// Priority: explicit setting > IP > registration
return user.explicitRegion ||
user.ipRegion ||
user.registrationRegion ||
'global';
}
async handleDataRequest(userId, dataType) {
const region = await this.detectRegion(userId);
const service = this.regions[region];
// Different regions have different data rules
if (region === 'eu') {
// GDPR: requires explicit consent
await this.requireConsent(userId, dataType);
} else if (region === 'us') {
// CCPA: opt-out right
await this.checkOptOut(userId, dataType);
}
return service.getData(userId, dataType);
}
}
Conclusion
The TikTok deal represents a milestone in the relationship between technology, geopolitics, and regulation. For the first time, a major global platform agreed to create a separate operation under local control to satisfy national security requirements.
Key points:
- TikTok creates American subsidiary with 50% local control
- American data will stay exclusively on US servers
- Algorithm will be audited and transparent
- Deal avoids ban but fragments the platform
- Model may be replicated in other countries
For developers, the TikTok case is a reminder that the global internet as we know it is changing. Building for multi-jurisdictional compliance, data sovereignty, and algorithmic transparency will become increasingly important.
For more on technology trends, read: Bill Gates-Backed Startup Creates Optical Transistors 10 Thousand Times Smaller.

