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
11 changes: 11 additions & 0 deletions docs.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,17 @@
"title": "FAQ"
}
]
},
{
"id": "legal",
"outputDir": "translations/pt/legal",
"routeBasePath": "pt/legal",
"preGeneratedFiles": [
{
"doc_id": "legal-documents",
"title": "Documentos Legais"
}
]
}
]
},
Expand Down
25 changes: 25 additions & 0 deletions translations/pt/legal/legal-documents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
id: legal-documents
sidebar_position: 0
title: "Documentos Legais"
slug: legal-documents
---

Esta seção publica cópias dos principais documentos legais do Projeto, com dados sensíveis omitidos, espelhando o conjunto anteriormente compartilhado na data room do Projeto. Cada documento está disponível para download em PDF.

Em todos os documentos, identidades das contrapartes, assinaturas e registros de assinatura são removidos, e os nomes das entidades são omitidos. Datas e termos monetários são mantidos. Alocações de tokens específicas de holders não são divulgadas.

Esses documentos são disponibilizados para fins de transparência. Eles não constituem oferta de venda nem solicitação de compra de qualquer valor mobiliário, e não constituem aconselhamento jurídico.

## Downloads

| Documento | Download |
|----------|----------|
| Acordo de Integração do Projeto P2P | [PDF](pathname:///legal-files/p2p-project-integration-agreement.pdf) |
| Warrant de Token do Investidor 1 | [PDF](pathname:///legal-files/investor-1-token-warrant.pdf) |
| Warrant de Token do Investidor 2 | [PDF](pathname:///legal-files/investor-2-token-warrant.pdf) |
| Warrant de Token do Investidor 3 | [PDF](pathname:///legal-files/investor-3-token-warrant.pdf) |
| Warrant de Token do Investidor 4 | [PDF](pathname:///legal-files/investor-4-token-warrant.pdf) |
| Warrant de Token Alterado do Investidor 1 | [PDF](pathname:///legal-files/investor-1-amended-token-warrant.pdf) |
| Warrant de Token Alterado do Investidor 2 | [PDF](pathname:///legal-files/investor-2-amended-token-warrant.pdf) |
| Warrant de Token Alterado do Investidor 3 | [PDF](pathname:///legal-files/investor-3-amended-token-warrant.pdf) |
52 changes: 52 additions & 0 deletions translations/pt/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,58 @@ const sidebars: SidebarsConfig = {
"for-community/community-resources",
"for-community/faq"
]
},
{
"type": "category",
"label": "Documentos Legais",
"collapsible": true,
"collapsed": true,
"link": {
"type": "doc",
"id": "legal/legal-documents"
},
"items": [
{
"type": "link",
"label": "Acordo de Integração do Projeto P2P",
"href": "pathname:///legal-files/p2p-project-integration-agreement.pdf"
},
{
"type": "link",
"label": "Warrant de Token do Investidor 1",
"href": "pathname:///legal-files/investor-1-token-warrant.pdf"
},
{
"type": "link",
"label": "Warrant de Token do Investidor 2",
"href": "pathname:///legal-files/investor-2-token-warrant.pdf"
},
{
"type": "link",
"label": "Warrant de Token do Investidor 3",
"href": "pathname:///legal-files/investor-3-token-warrant.pdf"
},
{
"type": "link",
"label": "Warrant de Token do Investidor 4",
"href": "pathname:///legal-files/investor-4-token-warrant.pdf"
},
{
"type": "link",
"label": "Warrant de Token Alterado do Investidor 1",
"href": "pathname:///legal-files/investor-1-amended-token-warrant.pdf"
},
{
"type": "link",
"label": "Warrant de Token Alterado do Investidor 2",
"href": "pathname:///legal-files/investor-2-amended-token-warrant.pdf"
},
{
"type": "link",
"label": "Warrant de Token Alterado do Investidor 3",
"href": "pathname:///legal-files/investor-3-amended-token-warrant.pdf"
}
]
}
]
};
Expand Down
Loading