Decentralized prediction market for crypto events - polymarket-login - Trade markets and hedge crypto positions efficiently.

Decentralized crypto prediction market for traders - polymarket - trade on real-world event outcomes with low fees.

Decentralized prediction markets for crypto traders - Try Polymarket - place informed bets and hedge crypto risk efficiently.

Trezor for DeFi Traders: Why Hardware Wallets Can’t Directly Connect to Smart Contracts (And Why That’s Good)

A DeFi trader holding a Trezor hardware wallet faces a constraint that hot-wallet users do not: every interaction with a smart contract requires physical confirmation on the device itself. This includes approvals, swaps, deposits, and withdrawals. The trader cannot simply connect their wallet to Uniswap, Aave, or any other protocol and execute transactions as smoothly as they could with a software wallet connected directly to their browser. To some extent, this friction is deliberate. It represents a fundamental architectural choice to keep the private key isolated from any web-connected environment, no matter how reputable the interface appears.

That isolation creates a security advantage that becomes less obvious the more fluent a trader becomes with DeFi interfaces. Software wallets expose private keys or signing authority to the same browser environment where phishing, script injection, contract exploitation, and malware operate. A Trezor device enforces a physical signing step that no amount of sophisticated attack surface engineering can bypass. The transaction details displayed on the device’s own screen become the ground truth, not the browser window. But the architectural benefit carries operational costs. Understanding both the security model and the practical workflow is essential for any trader deciding whether a hardware wallet makes sense for active DeFi participation.

Trezor hardware wallet connected to a computer showing DeFi transaction confirmation interface

The architecture that separates private keys from web exposure

A hardware wallet like Trezor maintains security through strict compartmentalization. The device itself contains the private keys and performs cryptographic operations. It never transmits those keys to any external system. Trezor Suite, the desktop or web application that communicates with the device, acts as a display and broadcast tool. It shows balances, constructs transactions, and sends signed transactions to the blockchain. It does not and cannot access the private key material.

This separation is not a limitation that could be engineered away. It is the core design principle. When a trader wants to approve a token for spending on a DEX, Trezor Suite shows the approval contract and parameters on screen. The user reviews those details, physically presses buttons on the device to confirm, and the device internally signs the transaction. Only then is the signed data returned to Trezor Suite and broadcast. A hacked or phished web interface cannot forge the user’s signature. It cannot redirect the approval to a different address. It cannot change the amount without the device displaying the new parameters and requiring a new approval.

An Ethereum wallet under full browser control faces a different threat model. MetaMask, for example, is a software wallet that maintains private keys (or derives them) within the browser extension. When a trader interacts with a dApp, MetaMask’s popup window appears, showing the transaction details. If the browser itself is compromised, or if the dApp interface has been altered through man-in-the-middle attack or supply-chain compromise, the transaction shown in MetaMask may not reflect what is actually being signed. A sophisticated attack could present one transaction on screen while the actual data being signed is something else. With Trezor, that attack class is far more difficult because the device’s screen is a separate trusted output channel that the attacker cannot intercept.

The practical result is that a trader using Trezor with DeFi applications must perform an intentional, physical action for each transaction. This eliminates an entire class of attacks where the browser environment silently executes malicious contract calls, approves spending to attacker addresses, or executes flash-loan attacks that depend on the victim’s wallet being compromised. The cost is that DeFi activities that should be atomic or time-critical may become cumbersome.

Why DeFi protocols cannot directly read from hardware wallets

Smart contracts interact with blockchain state. They read balances, transfer tokens, and change state based on transaction inputs. A contract cannot «reach into» a hardware wallet to directly pull a private key or execute a transaction. Instead, DeFi protocols expect the user to send them a signed transaction from an address they control. The protocol then executes the function specified in that transaction and updates the blockchain state accordingly.

When a trader connects a hot wallet like MetaMask to Uniswap, the dApp interface constructs a transaction and requests a signature. The wallet extension presents that request, the user approves it, and the signature is generated within the browser environment. The signed transaction is immediately broadcast, and the protocol executes it. The entire workflow is synchronous and feels immediate because there is no external confirmation device involved.

A Trezor hardware wallet introduces an asynchronous step. Trezor Suite prepares the transaction, but it must wait for the device to physically sign it. During that wait, nothing can prevent the user from disconnecting, changing their mind, or discovering that the DeFi interface has changed. Some DeFi activities, especially those involving time-sensitive conditions or slippage protection, can become problematic. A swap might timeout, or the price might move beyond acceptable tolerance, because the signing delay exceeded the protocol’s deadline parameters.

Additionally, some DeFi strategies rely on contract-to-contract interaction patterns that assume immediate execution. A flash loan, for example, is borrowed and repaid within the same transaction. If the user’s wallet is a hardware wallet and the signing process takes more than a few seconds, the timing assumptions of the contract code may be violated. This is not a flaw in Trezor’s design; it is an inherent consequence of prioritizing security over seamless automation. The hardware wallet prevents the wallet itself from being compromised, but it cannot accelerate the physical confirmation step without re-introducing the security risks that step was designed to eliminate.

Transaction signing on the device: what the display shows and what it means

The Trezor device has a small screen. When a transaction is about to be signed, this screen displays relevant parameters: the recipient address, the amount being sent, the gas price, and any contract data being executed. The user reviews these details and confirms by pressing buttons on the device. This display is the critical security surface for a DeFi trader because it is the last opportunity to notice if the transaction is different from what was intended.

A sophisticated contract exploitation attack often works by disguising what is actually happening. A user might see a message on screen saying «approve 1000 USDC for Uniswap,» but the actual transaction data might approve unlimited spending or redirect funds to an attacker address. If the user is interacting through a compromised dApp interface or a phishing site, the approval shown in a browser popup might be misleading. But when Trezor displays the transaction on its own screen, the attacker cannot forge that display. The device shows what it is actually about to sign.

However, the Trezor screen does not decode every contract interaction in plain English. For complex DeFi transactions, especially those involving multiple contract calls or conditional logic, the device may display encoded contract data rather than a human-readable interpretation. An advanced trader should be able to identify what matters: the contract address being called, the function being invoked, and the parameters. Understanding those details requires familiarity with contract ABIs and the ability to verify that the contract address shown is indeed the legitimate protocol contract, not a phishing clone.

This responsibility falls on the user. Trezor Suite and the device itself cannot decode the intent of every smart contract call. What they can do is ensure that the signature being generated matches the transaction data shown on screen. If an attacker modifies the transaction data between the Trezor device’s approval and broadcast, the signature will not match, and the blockchain will reject the transaction. Verification remains the trader’s job, and that job is easier if they understand what they are looking at before confirming.

Approval workflows and token spending limits in DeFi

A fundamental pattern in DeFi is the token approval. Before a user can swap tokens on a DEX or deposit them into a protocol, they must first approve the protocol’s smart contract to transfer tokens on their behalf. This is a two-step process: first, send an approval transaction to the token contract; second, send the actual interaction transaction to the DEX or protocol. With Trezor, each of these steps requires physical confirmation on the device.

Many traders using hot wallets approve unlimited spending to simplify repeated interactions. This carries obvious risks: if the protocol is later compromised or if the approval is somehow revoked by an attacker, all future spending could be redirected. Best practice is to approve only the amount needed for the specific transaction or a reasonable limit for the trading session. Trezor makes this easier because the approval itself is visible and confirmable. A user can review the specific amount and modify it before confirming on the device.

Some DeFi protocols have updated their interactions to use the permit function, which combines approval and execution into a single transaction. This reduces the number of separate approvals a user must confirm, which can improve the experience for hardware wallet users. However, not all protocols have adopted this pattern, and older DeFi applications still rely on the two-step approval model. A trader should familiarize themselves with which protocols in their regular workflow use permit and which require separate approvals, since that affects the number of device confirmations needed.

A practical workflow might involve creating a list of protocols the trader plans to use, then approving specific spending limits for each in advance. Rather than attempting to approve dynamically during each swap, a batch of approvals can be created and confirmed during a dedicated session. This trades off convenience for simplicity: the trader knows exactly what they are approving and does not need to make signature decisions in real time during fast-moving market conditions.

Workarounds for advanced traders: airgapped signing and custom interfaces

Traders who require more control over transaction details or who want to avoid certain risks associated with web-based Trezor Suite can use airgapped signing tools. These tools construct transactions on one device without internet access, then transfer the transaction data to another device for signing with Trezor, and finally broadcast from a third device. This approach provides additional isolation but requires more technical sophistication and more manual steps.

MyEtherWallet and other community-maintained wallet interfaces support Trezor hardware wallet signing. These alternatives to the official Trezor Suite application offer different features, sometimes including more detailed contract interaction display or custom network support. An advanced trader should understand that using a third-party interface introduces a new trust assumption. If that interface is compromised, the hardware wallet still protects the private key, but it does not protect against the interface constructing a different transaction than the user intended. Verification on the device screen becomes even more critical.

Some DeFi traders use a hybrid approach: they maintain a small amount of capital in a hot wallet for frequent, low-value transactions, and use Trezor for larger positions or infrequent interactions. This acknowledges the reality that hardware wallet signing is slower than direct browser signing, while accepting the security advantage for high-value activities. The decision to split liquidity across multiple wallets introduces its own risks, including address management complexity and the possibility of accidentally sending funds to the wrong wallet, so this approach should only be adopted if the trader can manage the additional operational overhead.

For traders exploring advanced strategies, the official documentation and community support channels provide guidance on specific protocol integrations. You can verify the authenticity of Trezor resources through sites.google.com/trezorsuite.cfd/trezor-official/ and refer to official Trezor channels before attempting specialized configurations. Phishing remains a risk in this space; a compromised third-party tool that claims to support Trezor integration might actually be stealing transaction data or seed information.

Slippage, deadlines, and the cost of confirmation delays

DeFi protocols often enforce time-based constraints on transactions. A swap might include a deadline parameter that ensures the transaction fails if it is not mined within a certain time window. Slippage tolerance is another parameter that specifies the maximum acceptable price movement between the time the transaction is constructed and the time it is executed on-chain. These protections exist to prevent sandwich attacks and extreme price drift, but they create an inherent tension with hardware wallet workflows.

When a trader constructs a swap through Trezor Suite and the transaction is presented for signing on the device, several seconds have already elapsed. The user then reviews the transaction parameters, physically confirms on the device, and the signature is transmitted back to Trezor Suite for broadcast. During this entire process, market conditions may have changed. If the original deadline was tight or the slippage tolerance was narrow, the transaction may arrive at the blockchain too late, or the price may have moved beyond the tolerance threshold, causing the transaction to revert.

A practical approach for hardware wallet users is to use conservative deadline parameters. Rather than setting a 30-second deadline, use a longer window such as 60 or 90 seconds to account for signing delay. Slippage tolerance should similarly account for the reality that several seconds will elapse between transaction construction and execution. Advanced traders can also construct transactions using Trezor Suite and then submit them through MEV-protection pools or other services that provide additional time guarantees, though these services introduce their own trust assumptions.

For high-frequency traders or those executing time-critical arbitrage, Trezor may not be practical for active trading. The hardware wallet is well-suited to position management, long-term yield farming, and other activities where a delay of ten to thirty seconds is acceptable. For any DeFi strategy that depends on millisecond-level timing or atomic execution across multiple protocols, a hot wallet remains necessary. The choice between hardware and software wallets should be driven by the actual trading strategy, not by a desire to use hardware wallets universally.

Network fee control and custom gas parameters

One advantage Trezor offers to DeFi traders is granular control over transaction fees. When constructing a transaction through Trezor Suite, the user can set custom gas price, gas limit, and priority fee parameters. This is essential during periods of network congestion when preset fee structures might be too high or too low. A trader can monitor network conditions, estimate the appropriate fee, and set it explicitly before requesting device approval.

Hot wallets also offer fee customization, but the user experience often buries this option behind advanced menus. Trezor Suite puts fee control in the foreground, making it a regular part of the transaction workflow. For a trader managing positions across multiple protocols during volatile market conditions, this transparency is valuable. It also means that a trader can optimize fees for their specific situation rather than accepting whatever default the wallet or dApp interface provides.

The device screen displays the total fee in both gas units and estimated cost in the native currency. This allows a trader to see the impact before confirming. If the fee seems excessive or the network appears congested, the transaction can be cancelled and resubmitted later. This deliberate confirmation step, though slower than hot wallet execution, actually encourages better fee management. A trader is more likely to wait for lower fees if they must explicitly approve the transaction rather than accept a default.

Protecting yourself from contract exploitation and phishing during DeFi interactions

The hardware wallet itself protects against private key theft, but it does not protect against user error. A phishing site that presents itself as Uniswap or Aave can still trick a user into approving a malicious contract or sending funds to an attacker address. The Trezor device will display the transaction details, but if the user does not verify them carefully, they might approve what appears to be a legitimate swap but is actually an approval to drain their account.

A comprehensive protection strategy includes several layers. First, access DeFi applications only through official URLs, stored as bookmarks or accessed through a password manager to avoid accidental typos or phishing lookalikes. Second, use address verification on the device whenever possible. If a transaction specifies a recipient address that appears on the device screen, compare it against the official contract address for the protocol. Most phishing attempts target users who are not carefully checking the on-chain addresses.

Third, understand what each transaction is actually doing before confirming. If a dApp claims to be asking for a swap approval but the contract data visible on the device screen shows an unlimited approval or a transfer to an unknown address, do not approve. The hardware wallet gives you time to review because signing is not instant. Use that time. Fourth, regularly revoke approvals that are no longer needed. After completing a yield farming position or finishing a trading session, send a transaction to revoke previously granted approvals. This reduces the attack surface if a protocol is later compromised.

Finally, consider the source of any tool or interface you use with Trezor. The official Trezor Suite is developed by the Trezor team and is well-maintained. Community tools and alternative wallet interfaces are often high-quality, but they introduce an additional trust assumption. If you use such tools, verify their legitimacy through multiple sources, check their GitHub repositories and issue tracking for signs of active maintenance, and be especially careful when granting any new permissions or connecting to networks you have not previously used.

The practical verdict: when Trezor makes sense for DeFi

A Trezor hardware wallet is ideal for DeFi traders who engage in position management, long-term strategies, and protocols where transaction frequency is low to moderate. Staking, yield farming, loan opening, and collateral management are all reasonable use cases. The hardware wallet provides strong security for high-value positions without requiring constant oversight of the signing process.

The hardware wallet becomes less practical for active trading, flash loans, or any strategy that depends on immediate execution. The signing delay and the operational overhead of multiple confirmations conflict with the speed requirements of such activities. Similarly, if a trader’s strategy involves frequent small transactions where the confirmation step would become tedious, a hot wallet or a hybrid approach might be more realistic.

The security advantage of Trezor is also less relevant if the user does not maintain good operational security elsewhere. If the same computer used to manage the Trezor also runs malware, visit phishing sites, or stores sensitive information insecurely, the hardware wallet protects only the private key, not the entire trading operation. A trader should evaluate Trezor within the context of their overall security posture, not as a magical solution to all cryptocurrency security problems.

For most DeFi users who are not high-frequency traders, Trezor’s security model is worth the operational friction. The forced review of each transaction, the physical confirmation step, and the separation of the signing device from the web-connected interface all contribute to catching mistakes and preventing exploitation before it happens. The key is understanding what Trezor protects and what it does not, then designing a workflow that accepts the constraints of hardware signing while minimizing unnecessary complexity.

Frequently asked questions

Can I directly connect my Trezor to a DeFi application like Uniswap?

You can access Uniswap and other DeFi applications through Trezor Suite or compatible wallet interfaces that support hardware wallet signing. The connection is not direct in the sense of the dApp controlling your device. Instead, you construct transactions through the dApp interface, then request a signature from Trezor. The device displays the transaction details on its own screen, you confirm on the device, and the signed transaction is broadcast. This separation is intentional and is what provides the security benefit.

Why does using a Trezor for DeFi take longer than using a software wallet?

Every transaction must be physically confirmed on the device itself. This introduces a confirmation step that software wallets skip. Additionally, the device’s screen has limited display capacity, so complex transactions may show encoded contract data rather than human-readable descriptions. You also have time to review parameters before confirming, which is a security advantage but adds a few seconds to the workflow. For frequent, high-speed trading, this delay can be impractical.

What happens if I approve unlimited spending on a token through Trezor?

If you approve unlimited spending and the protocol is later compromised or exploited, an attacker could potentially drain that token from your account. Trezor allows you to see the approval amount on the device screen before confirming, which makes it easy to set a limited amount instead. Best practice is to approve only the amount you need for a specific transaction or a reasonable session limit, then revoke the approval when you are finished using that protocol.

Feu un comentari

4 × 2 =

Política de privacitat

Aquesta Política de Privacitat compleix amb el Reglament (UE) 2016/679 del Parlamento Europeo y del Consejo de 27 de abril de 2016 relativo a la protección de las persones físicas y a la libre circulación de estos datos (Reglamento General de Protección de Datos), amb la normativa nacional reguladora d’aquesta matèria, així com amb la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la información y de comercio electrónico.

Al accedir a www.cusidodisseny.com, es recullen dades de caràcter personal dels usuaris, el tractament de les quals queda subjecte a la present Política de Privacitat.

Responsable de tractament

El responsable de tractament de les dades personals facilitades pels usuaris al accedir a la web és Mireia Cusidó De Haro amb DNI 46239186-D, domicili situat a l’Avinguda Pedra del Diable núm. 29, de Parets del Vallès (Barcelona) amb Codi Postal 08150 (en endavant, Cusidó Disseny).

Les dades personals i la informació recollides mitjançant aquesta pàgina web seran emmagatzemades i gestionades per Mireia Cusidó De Haro amb la confidencialitat deguda, i amb base a l’interès legítim del responsable de tractament, i en el seu cas, el consentiment de l’usuari.

El responsable de tractament es compromet a aplicar les mesures de seguretat informàtica adients per a la seva protecció, establertes en la normativa mencionada anteriorment, amb la finalitat d’impedir l’accés o ús indegut a les dades, la seva manipulació, deteriorament o pèrdua.

Finalitat del tractament

Visitant la pàgina web de Cusidó Disseny, es podran recollir les següents dades:

  • Dades identificatives com el nom y el correu electrònic.

  • Informació comercial.

  • Informació addicional que es recull de l’usuari quan es posa en contacte amb el servei d’atenció al client o contestant a una enquesta.

El fet de no facilitar alguna informació obligatòria en el moment d’omplir el formulari de dades, pot suposar la impossibilitat de facilitar la informació o serveis sol·licitats.

El tractament de les dades personals subministrades per l’usuari tindrà les finalitats següents:

  • Atendre les comunicacions rebudes a través del formulari online de la pàgina, o rebudes a través dels mitjans electrònics utilitzats per l’usuari per contactar amb Cusidó Disseny.

  • Comunicació amb els usuaris mitjançant els seus correus electrònics, trucades telefòniques o altres mitjans de comunicació equivalents, en relació als serveis contractats sempre que sigui raonable i/o necessari per a la seva execució.

  • Gestionar les necessitats de l’empresa, portant a terme el anàlisis o millora dels serveis o de la pàgina web, així com el seu funcionament. Per exemple, el anàlisis del comportament de l’usuari i estudi de com utilitza la web.

  • Fer complir les condicions de la pàgina web i dels serveis oferts, en interès legítim de Cusidó Disseny, per portar a terme l’administració empresarial.

Quan l’usuari ho consenti expressament:

  • Es podran realitzar comunicacions comercials i de màrqueting respecte dels serveis oferts per Cusidó Disseny.

  • Utilitzar cookies i altres tecnologies de seguiment per a proporcionar ofertes de serveis de Cusidó Disseny, en pàgines webs de tercers.

L’usuari es compromet a proporcionar dades reals i a notificar qualsevol canvi o modificació de les mateixes al responsable de tractament. En cas de que l’usuari faciliti dades de tercers, garanteix haver-los informat i haver obtingut el seu consentiment per a ser aportades amb les finalitats indicades en aquest apartat. Qualsevol pèrdua o dany causat a la pàgina web, al responsable de la mateixa o a un tercer mitjançant la comunicació d’informació inexacta, errònia o incompleta als formularis de recollida de dates, serà sota la responsabilitat de l’usuari.

Els serveis disponibles a través de la web no podran ser utilitzats per menors d’edat sense l’autorització prèvia dels seus pares, tutors o representants legals, els quals seran els únics responsables dels actes realitzats pels menors a través de la web. En la mesura que el responsable de tractament no té capacitat per a conèixer la vertadera edat dels usuaris, s’adverteix que correspon als pares o tutors legals habilitar els mecanismes necessaris per a evitar que els menors accedeixin a la web i facilitin dades de caràcter personal sense la seva supervisió, excloent a Cusidó Disseny de tota responsabilitat.

Període de conservació de les dades personals

El termini de conservació de les dades personals serà el necessari per a portar a terme les finalitats per les quals varen ser recollides, que són aquelles establertes a la present Política de Privacitat, i en el seu cas, mentre que l’usuari no revoqui el seu consentiment.

En tot cas, quan les dades personals deixen de ser necessàries per a la finalitat per la qual van ser recollits, seran conservades sota bloqueig per a atendre possibles reclamacions judicials, administratives o fiscals durant els terminis legals establerts a la normativa aplicable.

Destinataris de les dades

Les dades personals facilitades pels usuaris no es comunicaran a tercers, excepte que sigui estrictament necessari per a gestionar i mantenir la relació establerta entre les parts o prèvia autorització expressa de l’usuari.

Drets dels usuaris

El responsable de tractament es compromet a respectar la confidencialitat de les dades personals dels usuaris i a garantir l’exercici dels seus drets d’accés, rectificació o supressió, limitació del tractament, oposició o portabilitat de les seves dades. Així mateix, l’usuari podrà revocar el consentiment atorgat en qualsevol moment dirigint-se a la direcció de correu electrònic hola@cusidodisseny.com o al correu postal de la direcció del domicili indicat anteriorment.

Per a l’exercici d’aquests drets, l’usuari haurà d’acreditar la seva identitat indicant el seu nom i cognoms, fotocopia del DNI o document equivalent, petició en la qual es concreta la sol·licitud, direcció a efectes de notificacions, data i firma de l’interessat.

Si l’usuari considera que el tractament de les seves dades personals infringeix la normativa aplicable, tindrà dret a presentar una reclamació davant de l’Agencia Española de Protecció de Dades, sense perjudici de poder interposar qualsevol altre recurs administratiu o accions legals pertinents.

La present Política de Privacitat podrà ser revisada, actualitzada i modificda en qualsevol moment. El responsable de tractament haurà d’informar als usuaris d’aquest canvi, mitjançant la web o la direcció de correu electrònic facilitada pels mateixos. Així mateix, serà necessari que l’usuari revisi el present document periòdicament o cada vegada que accedeixi a la pagina web, per tal d’estar correctament informat respecte de les dades recollides i el seu tractament.

Política de cookies

A la web www.cusidodisseny.com s’utilitzen cookies pròpies i de tercers amb la finalitat de millorar la qualitat del servei de Cusidó Disseny, proporcionar una millor experiència de navegació, i identificar els problemes tècnics que puguin sorgir a la web.

Així mateix, en cas de que l’usuari ho accepti, es podran utilitzar cookies que permetin obtenir informació de les seves preferències i personalitzar la pàgina amb els seus interessos individuals.

Complint amb el Reglament (UE) 2016/679 del Parlamento Europeo y del Consejo, de 27 de abril, relativo a la protección de las persones físicas en lo que respecta al tratamiento de datos personales y a la libre circulación de estos datos, i amb l’article 22.2 de la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la información y del comercio electrónico, aquesta pàgina web informa als usuaris sobre la seva política de cookies.

Que són les cookies?

Les cookies són petits fitxers de dades que es descarreguen en el seu ordinador i altres dispositius, que emmagatzemen informació i es guarden al navegador de l’usuari. Les cookies permeten emmagatzemar i recuperar informació sobre els hàbits de navegació, i recordar diferents paràmetres i informació sobre els usuaris.

L’usuari podrà modificar les preferències del navegador en qualsevol moment per impedir la instal·lació d’aquests fitxers.

Aquesta web utilitza els següents tipus de cookies:

  • Cookies d’anàlisis: són aquelles que, tractades per nosaltres o per tercers, ens permeten quantificar el nombre d’usuaris que naveguen per la web i així mesurar i analitzar estadísticament la utilització que fan els usuaris del servei ofert. La finalitat d’aquestes cookies és analitzar la navegació dels usuaris a través de la web per millorar l’oferta de productes o serveis que li oferim.

Així mateix, la web podrà utilitzar serveis de tercers que recullen informació amb finalitat estadística, d’us de la web per part de l’usuari i per a la prestació d’altres serveis relacionats amb el mateix o altres serveis d’internet.

Gestió de les cookies

L’usuari pot permetre, bloquejar o eliminar les cookies instal·lades en el seu equip mitjançant la configuració de les operacions del navegador instal·lat en el seu ordinador. No obstant, si ho fa, es possible que la pàgina no funcioni correctament i des de Cusidó Disseny no puguem oferir-li una experiència òptima.

Google Chrome:

  1. Clic a la icona de menú.

  2. Seleccionar “configuración”

  3. Seleccionar “configuración avanzada”

  4. Seleccionar “privacidad”

  5. Seleccionar “configuración de contingut”

  6. Seleccionar la funció que desitgi:

    1. Permetre que s’emmagatzemin dades locals

    2. Conservar dades locals només fins que surtis del navegador

    3. No permetre que es guardin dades de la web

    4. Bloquejar les dades de les webs i les cookies de tercers.

  7. Una vegada seleccionada l’opció desitjada, fer clic a “listo”

Internet Explorer

  1. Clic a la icona “inicio”

  2. Seleccionar “opcions d’internet” al menú “herramientas”

  3. Seleccionar “privacidad”

  4. Seleccionar “configuración”

  5. Seleccionar l’opció que desitgi i fer clic a “aceptar”

Microsoft Edge (Explorer 10)

  1. Clic a la icona “más”

  2. Seleccionar “configuración”

  3. Seleccionar “configuración avanzada”

  4. Seleccionar “cookies” dins de “Privacidad y Servicios”

  5. Seleccionar l’opció que desitgi del menú desplegable.

Firefox

  1. Clic a la icona “menú”

  2. Seleccionar “opciones”

  3. Seleccionar “privacidad”

  4. Seleccionar l’opció que desitgi del menú desplegable.

Safari

  1. Clic a la icona “safari”

  2. Seleccionar “preferencias”

  3. Seleccionar “privacidad”

  4. Seleccionar “cookies y datos de sitio web”

  5. Seleccionar l’opció que desitgi entre les disponibles.

En cas de que l’usuari requereixi més informació respecte de la nostra política de cookies, pot contactar amb nosaltres a través de qualsevol dels nostres canals de comunicació. Així mateix, li recomanem que consulti les pàgines web de suport de cada navegador per a més informació.

AVÍS LEGAL I CONDICIONS D’ÚS

L’ús d’aquesta pàgina web està subjecte a les condicions establertes en el present Avís legal, per tant hauran de ser llegides detingudament per part de l’usuari.

L’accés a la web, i l’ús dels materials continguts en la mateixa implica que l’usuari ha llegit, coneix i accepta les condicions establertes en aquest document. Així mateix haurà d’accedir a aquestes condicions de manera periòdica, per estar informat de les possibles modificacions que pot realitzar el titular de la web de manera unilateral.

IDENTIFICACIÓ DEL TITULAR DE LA WEB

En compliment del principi d’informació recollit a l’article 10 de la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la información y del Comercio Electrónico (en endavant, LSSI-CE), es facilita la següent informació:

El titular del domini web www.cusidodisseny.com és Mireia Cusidó De Haro, amb DNI 46239186-D, amb domicili a Avinguda Pedra del Diable núm. 29 de Parets del Vallès (Barcelona) amb Codi Postal 08150 (en endavant, Cusidó Disseny).

L’avís legal regula l’ús del domini www.cusidodisseny.com, ja sigui amb la denominació actual o amb qualsevol altra que pugui tenir en el futur, així com la responsabilitat derivada de la utilització del mateix.

USUARIS

Tindrà la condició d’usuari tota persona que accedeixi o navegui a la web. Es presumeix que l’usuari ha llegit el present Avís legal i condicions d’ús, i accepta el contingut del mateix.

CONDICIONS D’ÚS

L’accés i ús de la web és gratuït, sense necessitat de cap autorització, subscripció o registre previ.

L’usuari es compromet a fer un ús lícit i adequat de la pàgina web, d’acord amb la legislació aplicable en cada moment, amb les presents condicions, la moral, les bones costums generalment acceptades i l’ordre públic.

Cusidó Disseny no garanteix que la web compleixi amb la normativa d’altres països, per tant, si l’usuari resideix en qualsevol altre país que no sigui España, i decideix accedir i/o navegar a la pàgina web, ho farà sota la seva responsabilitat, havent d’assegurar-se de que l’accés i/o navegació compleix amb la legislació aplicable en el seu cas.

MODIFICACIONS

La titular de la web es reserva la facultat de modificar l’Avís legal i condicions d’ús de manera unilateral, sent efectiu des del moment de la seva publicació.

CONTINGUT I QUALITAT DE LA PÀGINA

Els continguts de la web tenen la finalitat de presentar el serveis de Cusidó Disseny, els quals consisteixen en:

  • La creació de la identitat corporativa dels seus clients.

  • La comunicació editorial.

  • El disseny de packaging i creació de la imatge dels productes.

  • El disseny Web i Xarxes Socials, així com a planificació i desenvolupament del Màrqueting Online.

L’usuari haurà de tenir en compte que aquest contingut de la web pot no reflectir l’estat més recent dels serveis oferts.

El titular es compromet a posar tots els mitjans necessaris per a que el contingut i la informació subministrada compleixi amb els estàndards de qualitat, exactitud, veracitat, fiabilitat, utilitat i actualitat. No obstant, no garanteix el compliment absolut d’aquests estàndards de manera permanent.

La visualització de la web a internet és de caràcter indefinit, encara que el titular es reserva el dret d’efectuar les modificacions que consideri oportunes sense necessitat d’avisar als usuaris.

El mer accés a la informació continguda a la pàgina web no vincula de cap manera a l’usuari i no li genera cap compromís contractual respecte del titular de la web. L’accés a la informació es merament informatiu, consultiu i/o publicitari.

NOTIFICACIONS

L’usuari podrà comunicar-se amb la titular de la web mitjançant el correu electrònic hola@cusidodisseny.com/mireia@cusidodisseny.com o per telèfon al (+34) 647 93 82 52.

La normativa aplicable exigeix que la informació i comunicacions que s’enviïn a l’usuari siguin per escrit. Per mitjà de l’ús de la web, l’usuari accepta que aquestes comunicacions siguin majoritàriament electròniques.

PROPIETAT INTELECTUAL I INDUSTRIAL

L’usuari reconeix i accepta que qualsevol dret de propietat intel·lectual o industrial respecte dels continguts o materials que formen part de la pàgina web, pertanyen a Cusidó Disseny, o als titulars dels mateixos que hagin atorgat llicencia a la titular de la web per fer-los servir.

El contingut de la web es considerat programa d’ordinador, i per tant queda subjecte a la normativa espanyola, europea i internacional sobre la matèria.

Es prohibeix expressament la copia, reproducció, modificació, transformació, supressió, manipulació, distribució i comunicació pública de la totalitat o part dels continguts d’aquesta web per qualsevol mitjà tècnic, sense autorització expressa i per escrit del titular de la web.

El mer accés a la web no atorga cap autorització o llicencia per part de la titular de la mateixa per fer ús de cap contingut i/o informació, ni tampoc respecte cap dret relacionat amb aquests, més enllà de l’ús estrictament personal.

PROTECCIÓ DE DADES DE CARÀCTER PERSONAL

La informació o dades personals facilitades per l’usuari a través de la web, es tractaran d’acord amb la Política de Privacitat i amb la legislació aplicable en matèria de protecció de dades.

Les dades de caràcter personal proporcionades per l’usuari formaran part de la base de dades i sistema de tractament (fitxers i registres d’activitat) titularitat de Mireia Cusidó De Haro com a responsable de tractament, i es tractaran d’acord amb allò previst a la Política de Privacitat i amb les finalitats indicades per cada cas. La titular de la web es compromet a realitzar un tractament confidencial i secret, no podent revelar la informació a tercers sense causa justificada o autorització expressa de l’usuari en qüestió.

El usuari té dret a accedir a les seves dades, a rectificar-les, sol·licitar la supressió de les mateixes, y a limitar o oposar-se al tractament, contactant amb el responsable de tractament mitjançant la direcció de correu electrònic hola@cusidodisseny.com/mireia@cusidodisseny.com o a través de correu postal a Avinguda Pedra del Diable núm. 29 de Parets del Vallès (Barcelona) amb Codi Postal 08150.

Pot obtenir més informació a la Política de Privacitat.

POLÍTICA DE COOKIES

S’informa als usuaris que des de www.cusidodisseny.com es podran utilitzar dispositius d’emmagatzematge i recuperació de dades (cookies) als equips i terminals dels destinataris, a condició de que aquests hagin atorgat el seu consentiment després d’haver set informats de manera clara i completa sobre la seva utilització.

Pot obtenir més informació a la Política de Cookies.

ENLLAÇOS

A la web es podran incloure enllaços com links o banners, vinculats a pàgines web de tercers. La instal·lació d’aquests enllaços té la finalitat de facilitar la cerca i accés a la informació disponible a internet.

En el moment en el que l’usuari accedeix als enllaços i abandoni aquesta web, els documents legals de la mateixa deixaran de ser aplicables, ja que les pàgines web de tercers a les quals accedeix l’usuari estan sotmeses a les seves pròpies condicions i polítiques de privacitat i de cookies.

Cusidó Disseny no assumeix cap responsabilitat respecte dels continguts dels enllaços de tercers, ni pels danys i perjudicis que es poguessin produir per l’accés, ús o il·licitud dels mateixos.

LIMITACIÓ DE LA RESPONSABILITAT

Els usuaris de la web accedeixen a la mateixa assumint els riscos i les responsabilitats derivades d’aquest accés. El titular de la web no serà responsable dels errors o omissions que pogués contenir, encara que es compromet a posar tots els mitjans que estiguin al seu abast per a prevenir-los.

Cusidó Disseny podrà responsabilitzar als usuaris que facin un ús inadequat o indegut de la web causant danys o perjudicis a terceres persones, així com dels possibles virus o programes informàtics que poguessin introduir, generar o allotjar a la web que deteriorin o puguin deteriorar tant el contingut com el correcte funcionament de la pàgina web, així com els equips, sistemes i programes dels usuaris.

Així mateix, Cusidó Disseny no serà responsable de les decisions que prenguin els usuaris com a conseqüència de la informació facilitada a través de la web, ni d’altres danys que poguessin ser causats per tercers mitjançant intromissions no autoritzades, alienes al seu control.

ACCIONS LEGALS

Cusidó Disseny es reserva la facultat d’exercir les accions civils o penals que consideri oportunes contra els usuaris que facin un ús indegut d’aquesta web o dels seus continguts, o per l’incompliment de les presents condicions.

LLEI APLICABLE I JURISDICCIÓ

El present Avis legal es configura com un contracte de condicions generals d’adhesió i regula la informació general que el prestador de serveis de la societat de la informació, titular de la web, ha de proporcionar en la seva pàgina, de manera permanent, fàcil, directa i gratuïta, als destinataris del servei.

Aquestes condicions d’ús, així com la relació entre el titular de la web i l’usuari es guiaran i interpretaran de conformitat amb la normativa espanyola.

Per a la resolució de qualsevol controvèrsia, les parts acorden sotmetre’s als Jutjats i Tribunals del domicili de l’usuari.

Si segueixes navegant, estàs acceptant l¡ús de cookies. Més informació

Los ajustes de cookies de esta web están configurados para «permitir cookies» y así ofrecerte la mejor experiencia de navegación posible. Si sigues utilizando esta web sin cambiar tus ajustes de cookies o haces clic en «Aceptar» estarás dando tu consentimiento a esto.

Cerrar