Inside Billionaire Ken Griffin's Planned 54-Story Miami Skyscraper (2024)

Business

Real Estate

The Rich

The project is slated to break ground next year.

By Alex DeLuca

August 29, 2024

Inside Billionaire Ken Griffin's Planned 54-Story Miami Skyscraper (1)

Billionaire Ken Griffinwill erect a 54-story skyscraper in the heart of Miami to serve as the new headquarters for his financial empire, Citadel.Rendering by Foster + Partners

Inside Billionaire Ken Griffin's Planned 54-Story Miami Skyscraper (2)

Audio By Carbonatix

`,`

Related

  • AI-Powered Ammo Vending Machines Could Soon Arrive in Florida

`,`

Related

  • Class Action: Trulieve Spammed Customers With Promo Texts After They Opted Out

`,`

Related

  • Miami Springs Blogger Battles Libel Suit Over Claims Development District "Smells Like Corruption"

`,`

Related

  • End of the Line: Brightline Eliminates Discount Commuter Passes

`,`

Related

  • Miami Concert Promoters React to Live Nation Lawsuit

`,`

Related

  • Eviction of Popular Dry Cleaner Causes Memorial Day Weekend Chaos in Tamiami

`,`

Related

  • Pay Delay: Ultra Music Festival Food Truck Operators Say California Subcontractor Stiffed Them

`,`

Related

  • Indie Record Store Owners Speak Out About Direct-to-Consumer Vinyl Sales

`,`

Related

  • The DEA Wants to Reschedule Marijuana. Now What?

` ];

Miami's storied skyline is set to change shape once again, thanks to another planned mega-tower.

Local billionaire Ken Griffin has unveiled plans to erect a 54-story skyscraper in Brickell to serve as the new headquarters for his financial empire, Citadel. Griffin, a philanthropist and Republican megadonor who relocated his multinational hedge fund from Chicago to Miami in 2022, formallysubmitted plans this week to Miami-Dade County for the project at 1201 Brickell Bay Drive.

The glitzy tower, poised to soar 1,026 feet into the sky andcontain roughly 1.7 million square feet, will feature a 212-room hotel, a spa, a conference room, and an event space.

Renderings of the waterfront skyscraper highlight its floor-to-ceiling windows and pedestrian spaces along the Baywalk path.

click to enlarge

Renderings of the tower show the spacious pedestrian walkways planned for around the Baywalk path.

Rendering by Foster + Partners

Restaurants and stores are also reportedly planned for the tower, which is slated to break ground next year.

One of the world's richest men, the South Florida-bornGriffin founded Citadel LLC in 1990 and oversaw its growth into one of the world's largest hedge funds. Healso founded Citadel Securities, which has been called "the Amazon of financial markets."

Back in April 2022, Griffin paid Miami developer Tibor Hollo’s Florida East Coast Realty a historic $363 million for the 2.5-acre piece of land now slated to become the headquarters for Citadel.

Two months later, Griffin announced his plans to move the company's headquarters to Miami.

click to enlarge

The glitzy tower, poised to soar 1,026 feet into the sky and span roughly 1.7 million square feet, boasts floor-to-ceiling windows.

Rendering by Foster + Partners

click to enlarge

Restaurants and stores are also reportedly planned for the 54-story skyscraper.

Rendering by Foster + Partners

click to enlarge

The tower will be located at 1201 Brickell Bay Drive in Miami's Brickell neighborhood.

Rendering by Foster + Partners

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['21154183'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['21154183'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['21154183'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

Inside Billionaire Ken Griffin's Planned 54-Story Miami Skyscraper (2024)

References

Top Articles
Latest Posts
Article information

Author: Nicola Considine CPA

Last Updated:

Views: 6479

Rating: 4.9 / 5 (49 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Nicola Considine CPA

Birthday: 1993-02-26

Address: 3809 Clinton Inlet, East Aleisha, UT 46318-2392

Phone: +2681424145499

Job: Government Technician

Hobby: Calligraphy, Lego building, Worldbuilding, Shooting, Bird watching, Shopping, Cooking

Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.