Jonathan King
Senior Investment Manager, Coinbase Ventures
Exclusive Interview with Jonathan King
In this exclusive interview, Jonathan “JK” King, Partner at Coinbase Ventures, outlines the firm’s thesis: back utility-driven, mission-aligned founders building internet-native financial infrastructure.
Discussing the sectors, JK reveals that he is especially bullish on stablecoins as payment rails, sees major opportunity where crypto meets AI (both decentralizing the AI stack and embedding AI on-chain). He at Coinbase Ventures views RWAs – particularly tokenized equities and on-chain credit – as a natural next step once regulatory clarity arrives. JK also highlights Base and Echo as infrastructure that democratizes on-chain participation for builders and communities. Watch the Complete Interview!
Also Watch: Animoca Brands Founder Yat Siu Shares on Web3 Entrepreneurship
Disclaimer
The presented content may include the personal opinion of
the author and is subject to market condition.
Do your market research before investing in cryptocurrencies.
The author or the publication does not hold any responsibility
for your personal financial loss.
`;
jQuery(‘#smore’).append(dummyDoc);
}
while (step % 10 != 0);
setHR();
})
setTimeout(function() {
jQuery(‘#post-loader’).click();
}, 5000);
})
function setHR() {
if (screen.width < 768) {
jQuery(jQuery(‘.custom-post-template .more-posts hr’)[1]).hide()
return;
}
var elem = jQuery(‘.custom-post-template .more-posts hr’);
elem.each(function(index) {
if (jQuery(this).hasClass(‘shifted’)) return;
jQuery(this).addClass(‘shifted’);
jQuery(this).show();
if (index == 1) jQuery(this).hide();
var left = jQuery(this).offset().left;
var width = 2 * left + jQuery(this).width() + ‘px’;
jQuery(this).css({
left: ‘-‘ + left + ‘px’,
width,
})
})
}
});