58 lines
2.7 KiB
TypeScript
58 lines
2.7 KiB
TypeScript
const PAGE_METADATA = {
|
|
main: {
|
|
title: 'Mars Protocol V2',
|
|
description:
|
|
"Spot trade, margin trade, lend, and earn on the Cosmos' most powerful credit protocol. Featuring cross-collateralization and a single liquidation point.",
|
|
keywords:
|
|
'mars protocol, cosmos, credit protocol, crypto trading, margin trading, spot trading, cross-collateralization, defi, mars rovers, decentralized credit accounts, credit accounts',
|
|
},
|
|
trade: {
|
|
title: 'Mars Protocol V2 - Trade',
|
|
description:
|
|
'Create a Rover credit account to begin spot and margin trading crypto assets with cross-collateralized positions and a single liquidation point.',
|
|
keywords:
|
|
'crypto trading, spot trading, margin trading, decentralized trading, defi, cross-collateralization, cosmos tokens',
|
|
},
|
|
farm: {
|
|
title: 'Mars Protocol V2 - Farm',
|
|
description:
|
|
"Lend your crypto assets or deploy advanced defi strategies including leveraged yield farming and leveraged staking in Mars' Farm vaults.",
|
|
keywords:
|
|
'leveraged yield farming, crypto yield, leveraged staking, mars farm vaults, crypto lending, cosmos lending',
|
|
},
|
|
lend: {
|
|
title: 'Mars Protocol V2 - Lend',
|
|
description:
|
|
"Lend your crypto assets or deploy advanced defi strategies including leveraged yield farming and leveraged staking in Mars' Farm vaults.",
|
|
keywords:
|
|
'leveraged yield farming, crypto yield, leveraged staking, mars farm vaults, crypto lending, cosmos lending',
|
|
},
|
|
borrow: {
|
|
title: 'Mars Protocol V2 - Borrow',
|
|
description:
|
|
"Use your positions on Mars as collateral to borrow other assets. Then, put them to work in Mars' Farm Vaults or your trading strategies.",
|
|
keywords:
|
|
'borrow crypto, defi, cosmos credit protocol, cosmos lending, decentralized finance, crypto collateral, mars farm vaults, crypto lending',
|
|
},
|
|
portfolio: {
|
|
title: 'Mars Protocol V2 - Portfolio',
|
|
description:
|
|
'Review all of your positions on Mars at a glance and make adjustments to keep your Rover credit accounts healthy and productive.',
|
|
keywords:
|
|
'rover credit accounts, mars credit accounts, mars, defi, crypto lending, crypto yield',
|
|
},
|
|
council: {
|
|
title: 'Mars Protocol V2 - Council',
|
|
description:
|
|
'Stake MARS token to ascend to the Martian Council and help govern key changes to the protocol.',
|
|
keywords: 'martian council, mars governance, cosmos governance, mars voting, mars staking',
|
|
},
|
|
v1: {
|
|
title: 'Mars Protocol V1',
|
|
description: "Lend, borrow and earn on the galaxy's most powerful credit protocol.",
|
|
keywords: 'martian council, mars governance, cosmos governance, mars voting, mars staking',
|
|
},
|
|
}
|
|
|
|
export default PAGE_METADATA
|