Democrats Launch Ethics Inquiry Into Trump's AI and Crypto Czar Role

Democrats Launch Ethics Inquiry Into Trump's AI and Crypto Czar Role
source: gettyimages
September 18, 2025

Democrats are initiating an ethics investigation into the appointment of Trump's AI and Cryptocurrency advisor amid concerns about conflicts of interest.

David Sacks and White House Waivers

David Sacks, a Silicon Valley investor and advisor, received temporary financial conflict of interest waivers to serve in the White House. These waivers are designed to attract outside experts for limited durations, ensuring impartiality and compliance with ethics standards.

Overstaying the Welcome?

Senator Elizabeth Warren (D-MA) and Representative Melanie Stansbury (D-NM) are now questioning whether Sacks has remained in his role beyond the intended time frame, raising concerns about transparency and influence.

Stay updated with related topics and authors for more insights on this story.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 139 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6643878,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}