View all

UAE Sovereign Institutional Custody

Tungsten is custodian of virtual assets that uniquely protects client funds from geo-political, regulatory, and cloud risk by operating a fully private physical and application infrastructure out of the most secure facilities in the world.

Founders

Perez Aguinaga
Founders
Brand Guidelines
Job board
script // HIDE SECTION WHEN EMPTY const hasMembers = $("*[data-element='team-member']").length > 0; if (!hasMembers) { $(".team-section-container").addClass("hidden"); } const hasRelatedNews = $("*[data-element='news-item']").length > 0; if (!hasRelatedNews) { $("#related-news-section").addClass("hidden-news-section"); } /script