Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/images/trd-tokenomics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ const FeedbackForm = forwardRef(function FeedbackForm({ onSubmit }, ref) {
className="absolute inset-0 flex items-center justify-center gap-6 md:justify-start"
>
<p className="text-sm text-zinc-600 dark:text-zinc-400">
Was this page helpful?
Esta página foi útil?
</p>
<div className="group grid h-8 grid-cols-[1fr,1px,1fr] overflow-hidden rounded-full border border-zinc-900/10 dark:border-white/10">
<FeedbackButton data-response="yes">Yes</FeedbackButton>
<FeedbackButton data-response="yes">Sim</FeedbackButton>
<div className="bg-zinc-900/10 dark:bg-white/10" />
<FeedbackButton data-response="no">No</FeedbackButton>
<FeedbackButton data-response="no">Não</FeedbackButton>
</div>
</form>
)
Expand All @@ -57,7 +57,7 @@ const FeedbackThanks = forwardRef(function FeedbackThanks(_props, ref) {
>
<div className="flex items-center gap-3 rounded-full bg-blue-50/50 py-1 pr-3 pl-1.5 text-sm text-blue-900 ring-1 ring-inset ring-blue-500/20 dark:bg-blue-500/5 dark:text-blue-200 dark:ring-blue-500/30">
<CheckIcon className="h-5 w-5 flex-none fill-blue-500 stroke-white dark:fill-blue-200/20 dark:stroke-blue-200" />
Thanks for your feedback!
Obrigado pelo seu feedback!
</div>
</div>
)
Expand Down Expand Up @@ -144,12 +144,12 @@ function PageNavigation() {
<div className="flex">
{previousPage && (
<div className="flex flex-col items-start gap-3">
<PageLink label="Previous" page={previousPage} previous />
<PageLink label="Anterior" page={previousPage} previous />
</div>
)}
{nextPage && (
<div className="ml-auto flex flex-col items-end gap-3">
<PageLink label="Next" page={nextPage} />
<PageLink label="Próxima" page={nextPage} />
</div>
)}
</div>
Expand All @@ -159,8 +159,8 @@ function PageNavigation() {
function TwitterIcon(props) {
return (
<svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
<path d="M16.712 6.652c.01.146.01.29.01.436 0 4.449-3.267 9.579-9.242 9.579v-.003a8.963 8.963 0 0 1-4.98-1.509 6.379 6.379 0 0 0 4.807-1.396c-1.39-.027-2.608-.966-3.035-2.337.487.097.99.077 1.467-.059-1.514-.316-2.606-1.696-2.606-3.3v-.041c.45.26.956.404 1.475.42C3.18 7.454 2.74 5.486 3.602 3.947c1.65 2.104 4.083 3.382 6.695 3.517a3.446 3.446 0 0 1 .94-3.217 3.172 3.172 0 0 1 4.596.148 6.38 6.38 0 0 0 2.063-.817 3.357 3.357 0 0 1-1.428 1.861 6.283 6.283 0 0 0 1.865-.53 6.735 6.735 0 0 1-1.62 1.744Z" />
</svg>
<path d="M12.6 0.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867 -5.07 -4.425 5.07H0.316l5.733 -6.57L0 0.75h5.063l3.495 4.633L12.601 0.75Zm-0.86 13.028h1.36L4.323 2.145H2.865z" stroke-width="1"></path>
</svg>
)
}

Expand Down Expand Up @@ -189,22 +189,22 @@ function SmallPrint() {
return (
<div className="flex flex-col items-center justify-between gap-5 border-t border-zinc-900/5 pt-8 dark:border-white/5 sm:flex-row">
<p className="text-xs text-zinc-600 dark:text-zinc-400">
&copy; Copyright {new Date().getFullYear()}. All rights reserved.
&copy; Copyright {new Date().getFullYear()}. Todos os direitos reservados.
</p>
<div className="flex gap-4">
<SocialLink
href="https://twitter.com/triadfi"
target="_blank"
icon={TwitterIcon}
>
Follow us on Twitter
Siga-nos no Twitter
</SocialLink>
<SocialLink
href="https://github.com/triadxyz"
target="_blank"
icon={GitHubIcon}
>
Follow us on GitHub
Siga-nos no GitHub
</SocialLink>
</div>
</div>
Expand Down
18 changes: 9 additions & 9 deletions src/components/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,32 +183,32 @@ function NavigationGroup({ group, className }) {

export const navigation = [
{
title: '🌐 Protocol',
title: '🌐 Protocolo',
links: [
{ title: 'Introduction', href: '/' },
{ title: 'How Triad Works', href: '/how-triad-works' },
{ title: 'Currency Conversion', href: '/currency' },
{ title: 'Introdução', href: '/' },
{ title: 'Como Funciona a Triad', href: '/how-triad-works' },
{ title: 'Conversão de Moeda', href: '/currency' },
{ title: 'Tokenomics', href: '/tokenomics' },
{ title: 'Stake', href: '/stake' },
{ title: 'Fees', href: '/fees' },
],
},
{
title: 'Season',
title: 'Temporada',
links: [
{ title: 'Introduction', href: '/season-points' },
{ title: 'Introdução', href: '/season-points' },
],
},
{
title: '❓ FAQs',
links: [
{ title: 'Season', href: '/faq/season-faq' },
{ title: 'Temporada', href: '/faq/season-faq' },
{ title: 'NFT', href: '/faq/nft' },
],
},
{
title: '📩 Contact',
links: [{ title: 'Contact Us', href: '/contact' }],
title: '📩 Contato',
links: [{ title: 'Fale Conosco', href: '/contact' }],
}
]

Expand Down
8 changes: 4 additions & 4 deletions src/pages/contact.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const description = 'Contact Us'

# Contact
# Fale Conosco

_If you have any questions, suggestions, or need support during the Triad Atlantis Season Points, please reach out to us through our official channels. Our team is ready to assist with any inquiries related to missions, Trident accumulation, staking, or any other aspect of the platform._
_Se tiver qualquer dúvida, sugestão ou precisar de suporte durante a Triad Atlantis Season Points, por favor, entre em contato conosco pelos nossos canais oficiais. Nossa equipe está pronta para ajudar com qualquer questão sobre missões, acúmulo de Tridents, staking ou qualquer outro aspecto da plataforma._

### You can find us on the folliwing channels
### Canais de Contato:

● _**Discord**_: https://discord.gg/triadfi

● _**Twitter**_: https://twitter.com/triadfi
● _**X**_: https://x.com/triadfi

● _**Email**_: hello@triadmarkets.com
14 changes: 7 additions & 7 deletions src/pages/currency.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Deposits and Currency Conversion
# Depósitos e Conversão de Moeda

All activity on Triad is conducted in **USDC**, ensuring stability and transparency.
Toda a atividade na Triad é realizada em **USDC**, garantindo estabilidade e transparência.

## Automatic Swap to USDC
## Conversão Automática para USDC

Even if you deposit using Brazilian reais (**BRL**) or another local currency, the platform automatically performs a **swap to USDC** at the current exchange rate.
Mesmo que você realize um depósito utilizando Reais (BRL) ou outra moeda local, a plataforma executa automaticamente uma **conversão para USDC** com base na taxa de câmbio atual.

### Transaction Logic:
### Lógica das Transações:

This means that when you place a prediction—for example, wagering the equivalent of **10 BRL**—your stake is actually represented and settled in **USDC**.
Isso significa que, ao realizar uma previsão, por exemplo, aportando o equivalente a 10 BRL - o seu montante é, na verdade, representado e liquidado em USDC.

The same logic applies to any previous use of **TRD**; all transactions and balances are now denominated in **USDC**.
A mesma lógica se aplica a qualquer uso anterior de **TRD**; todas as transações e saldos agora são denominados em **USDC**.
36 changes: 18 additions & 18 deletions src/pages/faq/nft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@ export const description = 'NFT FAQ'

# NFT FAQ

### How do Poseidon rewards work?
### Como funcionam as recompensas dos Poseidons?

Poseidon rewards are managed automatically, thanks to Metaplex CORE technology. As a holder, you will receive rewards in **$TRD** directly to your wallet. The distribution is simple and transparent, ensuring ease of access to all the benefits provided.
As recompensas do Poseidon são gerenciadas automaticamente, graças à tecnologia Metaplex CORE. Como **holder**, você receberá recompensas em **$TRD** diretamente em sua carteira. A distribuição é simples e transparente, garantindo facilidade de acesso a todos os benefícios oferecidos.

### Will Poseidon holders receive airdrops from Triad's partner protocols?
### Holders de Poseidon receberão airdrops de protocolos parceiros da Triad?

**Yes.**
**Sim.**

### Is the rarity defined by Tensor or Magic Eden?
### A raridade é definida pelo Tensor ou Magic Eden?

**Tensor.**
**Pelo Tensor.**

### Why do some Poseidons have a badge?
### Por que alguns Poseidons possuem um selo (badge)?

These NFTs have a **3x boost multiplier**.
Estes NFTs possuem um **multiplicador de boost de 3x**.

### Will more features be added for Poseidons in the future?
### Mais funcionalidades serão adicionadas para os Poseidons no futuro?

**Yes.**
**Sim.**

### Where can I buy a Poseidon?
### Onde posso comprar um Poseidon?

[Buy on Tensor](https://www.tensor.trade/trade/poseidons).
Você pode adquirir no Tensor. (https://www.tensor.trade/trade/poseidons).

### What are the benefits of owning a Poseidon?
### Quais são os benefícios de possuir um Poseidon?

- Access to an alpha community
- Rewards
- Airdrops from partner protocols
- **$TRD** linked to each NFT
- Season Points
- Acesso a uma comunidade alpha
- Recompensas exclusivas
- Airdrops de protocolos parceiros
- **$TRD** vinculado a cada NFT
- Pontos da Temporada
68 changes: 34 additions & 34 deletions src/pages/faq/season-faq.mdx
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
# Season FAQ
# FAQ da Temporada

# How to Unlock the Season
# Como Desbloquear a Temporada?

To access the **Season screen** and all the new features released with it, users must first **interact with the Triad Markets platform** by making at least **one prediction**.
Para acessar a **tela da Temporada** e todos os novos recursos lançados com ela, os usuários devem primeiro **interagir com a plataforma Triad Markets,** realizando pelo menos **uma previsão**.

This initial interaction serves as an activation step. Once you place a prediction worth a **minimum of $1**, your account will automatically unlock **full access** to the following features:
Esta interação inicial serve como uma etapa de ativação. Assim que você realizar uma previsão com valor **mínimo de US$ 1**, sua conta desbloqueará automaticamente o **acesso total** aos seguintes recursos:

- Season dashboard
- Missions
- Leaderboards
- All season features
- Dashbord da Temporada
- Missões
- Leaderboards (Rankings)
- Todos os recursos sazonais

### In Short:
### Em resumo:

**Make at least one prediction (min. $1)** = **Unlock the full Season experience.**
Realizar pelo menos uma previsão (mín. US$ 1) = Desbloqueio da experiência completa da Temporada.

This requirement ensures that all users participating in the season are **active members** of the Triad Markets ecosystem.
Este requisito garante que todos os usuários participantes da temporada sejam **membros ativos** do ecossistema Triad Markets.

## What Are Triad Points?
## O que são os Triad Points?

**Triad Points** are the official points system of the Triad Markets platform — a kind of internal currency that users earn by completing missions, joining events, or engaging with the community.
Os **Triad Points** são o sistema oficial de pontos da plataforma Triad Markets — uma espécie de moeda interna que os usuários acumulam ao completar missões, participar de eventos ou interagir com a comunidade.

These points can be used to:
Esses pontos podem ser usados para:

- Climb the seasonal leaderboard.
- Unlock exclusive rewards.
- Gain benefits within the ecosystem.
- Subir no leaderboard sazonal.
- Desbloquear recompensas exclusivas.
- Obter benefícios dentro do ecossistema da Triad Markets.

The more points you accumulate, the better your rewards.
Quanto mais pontos você acumular, melhores serão suas recompensas.

## How Do I Earn Triad Points?
## Como eu ganho Triad Points?

You can earn Triad Points by completing daily, weekly, and seasonal missions, participating in events, and engaging with the Triad Markets community.
Você pode ganhar Triad Points completando missões diárias, semanais e sazonais, participando de eventos e engajando-se com a comunidade da Triad Markets.

## Point Boosters
## Impulsionadores de Pontos (Point Boosters)

Season Multipliers are powered by your **NFTs**:
Os Multiplicadores da Temporada são potencializados pelos seus **NFTs**:

- **Poseidon NFTs:** Multiplier based on the total combined power, up to **6x**.
- **Collection NFT:** Grants a **1.05x** multiplier.
- **Triad Pickaxe:** Grants a **1.5x** multiplier.
- **NFTs Poseidon:** Multiplicador baseado no poder total combinado, chegando a até **6x**.
- **NFT Coleção:** Concede um multiplicador de **1,05x**.
- **Triad Pickaxe:** Concede um multiplicador de **1,5x**.

## Are Boosters Cumulative?
## Os Boosters são cumulativos?

**Yes!** Boosters are cumulative — but with a few important rules:
**Sim!** Os boosters são cumulativos - mas com algumas regras importantes:

1. If you own **different types** of NFTs (such as Pickaxe, Poseidon, and Collection), their multipliers stack, increasing your total point gain on claim.
2. However, owning **multiple NFTs of the same type** (e.g., two Pickaxes or two Collections) does not provide extra multiplication — **only one of each type counts.**
3. The exception is the **Poseidon NFT**: you can level it up to increase its multiplier.
- Se você possuir **diferentes tipos** de NFTs (como Pickaxe, Poseidon e Coleção), seus multiplicadores se acumulam, aumentando o ganho total de pontos no momento do resgate.
- No entanto, possuir **múltiplos NFTs do mesmo tipo** (ex: dois Pickaxes ou duas Coleções) não fornece multiplicação extra - **apenas um de cada tipo é contabilizado**.
- A exceção é o **NFT Poseidon**: você pode aumentar o nível dele para incrementar seu multiplicador.

### How to Level Up Poseidon
### Como subir o nível (Level Up) do Poseidon?

You can level up Poseidon in two ways:
Você pode evoluir seu Poseidon de duas maneiras:

- **Burning TRD** — every $1 in TRD = 3 power points.
- **Burning another Poseidon NFT** that you own.
- **Queima de TRD:** cada US$ 1 em TRD = 3 pontos de poder.
- **Queima de outro NFT Poseidon** que você possua.
Loading