Please add the LIMIT statement parameters in the following query in a way to retrieve top 5 most valuable tokens outside the top 10.
SELECT
id,
name,
price,
market_capitalization,
protocol
FROM
tokens
ORDER BY price desc