Back to blog

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+/year

American 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:

  1. National security: Citizen data accessible by China
  2. Espionage: Potential Chinese government access to algorithm
  3. Influence: Ability to manipulate content for Americans
  4. Privacy: Data collection beyond what's necessary
  5. 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:

  1. Losing American market would mean $20B+/year loss
  2. Keeping 50% still guarantees significant profits
  3. Alternative was total ban
  4. 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:

  1. Reach: Separate American algorithm may reduce virality
  2. Monetization: New rules may affect Creator Fund
  3. Analytics: Data may be less complete
  4. 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 monitoring

Migration 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:

  1. Local company with domestic control
  2. Data on national servers
  3. Auditable algorithm
  4. Board with local majority
  5. 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:

  1. Data sovereignty: More countries will require local data
  2. Algorithm transparency: Regulators want to understand decisions
  3. Code auditing: Third-party verifiable security
  4. 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:

  1. TikTok creates American subsidiary with 50% local control
  2. American data will stay exclusively on US servers
  3. Algorithm will be audited and transparent
  4. Deal avoids ban but fragments the platform
  5. 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.

Let's go! 🦅

Comments (0)

This article has no comments yet 😢. Be the first! 🚀🦅

Add comments